From e3878f3916cf797ef65236ec9ff855adec2e0945 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 22 Sep 2012 15:46:07 -0500 Subject: meta-crownbay: add 3.4 rt support Add the -rt version of linux-yocto-3.4. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend new file mode 100644 index 00000000..20490766 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend @@ -0,0 +1,16 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" +KMACHINE_crownbay-noemgd = "crownbay" + +COMPATIBLE_MACHINE_crownbay = "crownbay" +KMACHINE_crownbay = "crownbay" + +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_crownbay-noemgd = "standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX + +#KBRANCH_crownbay = "standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX -- cgit v1.2.3-54-g00ecf