[yocto] [PATCH 3/3] meta-crownbay: allow linux-yocto-rt to be used for crownbay

tom.zanussi at intel.com tom.zanussi at intel.com
Fri Oct 28 11:40:19 PDT 2011


From: Tom Zanussi <tom.zanussi at intel.com>

The crownbay linux-yocto-rt .bbappend is missing settings needed for use
with crownbay - this adds them.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 .../linux/linux-yocto-rt_3.0.bbappend              |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index aaf5614..dee9bce 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -1,10 +1,20 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
 
 KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
 
+COMPATIBLE_MACHINE_crownbay = "crownbay"
+KMACHINE_crownbay = "crownbay"
+
+KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
+
 # Update the following to use a different BSP branch or meta SRCREV
 #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
 #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
 #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
+
+#KBRANCH_crownbay = "yocto/standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX
-- 
1.7.0.4




More information about the yocto mailing list