From 90d7762bb322a3357c6ca90a6055dbc092cba603 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 22 Jul 2011 13:44:54 -0700 Subject: add linux-yocto-rt_3.0 support for all meta-intel BSPs All the BSPs build out of the preempt-rt/base branch (rather than a preempt-rt/$MACHINE branch), so separate KMACHINE and KBRANCH assignments are required for each BSP. Signed-off-by: Darren Hart --- meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend (limited to 'meta-n450/recipes-kernel') 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 new file mode 100644 index 00000000..69e93049 --- /dev/null +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_n450 = "n450" +KMACHINE_n450 = "atom-pc" +KBRANCH_n450 = "yocto/standard/preempt-rt/base" + +KERNEL_FEATURES_append_n450 += " cfg/smp.scc" + +SRCREV_machine_pn-linux-yocto-rt_n450 ?= ${AUTOREV} +SRCREV_meta_pn-linux-yocto-rt_n450 ?= ${AUTOREV} -- cgit v1.2.3-54-g00ecf