diff options
Diffstat (limited to 'meta-n450/recipes-kernel')
-rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 69e93049..1c7fef99 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
@@ -1,9 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | COMPATIBLE_MACHINE_n450 = "n450" | 2 | COMPATIBLE_MACHINE_n450 = "n450" |
3 | KMACHINE_n450 = "atom-pc" | 3 | KMACHINE_n450 = "atom-pc" |
4 | KBRANCH_n450 = "yocto/standard/preempt-rt/base" | ||
5 | 4 | ||
6 | KERNEL_FEATURES_append_n450 += " cfg/smp.scc" | 5 | KERNEL_FEATURES_append_n450 += " cfg/smp.scc" |
7 | 6 | ||
8 | SRCREV_machine_pn-linux-yocto-rt_n450 ?= ${AUTOREV} | 7 | # Update the following to use a different BSP branch or meta SRCREV |
9 | SRCREV_meta_pn-linux-yocto-rt_n450 ?= ${AUTOREV} | 8 | #KBRANCH_n450 = "yocto/standard/preempt-rt/base" |
9 | #SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX | ||
10 | #SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX | ||