diff options
Diffstat (limited to 'meta-n450/recipes-kernel')
| -rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 10 | ||||
| -rw-r--r-- | meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 00000000..1c7fef99 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_n450 = "n450" | ||
| 3 | KMACHINE_n450 = "atom-pc" | ||
| 4 | |||
| 5 | KERNEL_FEATURES_append_n450 += " cfg/smp.scc" | ||
| 6 | |||
| 7 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 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 | ||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 00000000..f02c4756 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_n450 = "n450" | ||
| 3 | KMACHINE_n450 = "atom-pc" | ||
| 4 | KBRANCH_n450 = "standard/default/common-pc/base" | ||
| 5 | |||
| 6 | #SRCREV_machine_pn-linux-yocto_n450 = XXXX | ||
| 7 | #SRCREV_meta_pn-linux-yocto_n450 ?= XXXX | ||
