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


tom.zanussi@...
 

From: Tom Zanussi <tom.zanussi@...>

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

Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
.../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

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.