From 4908050f2c30bb21532b1014f775620f39e6327f Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 28 Oct 2011 11:26:22 -0500 Subject: meta-crownbay: allow linux-yocto-rt to be used for crownbay The crownbay linux-yocto-rt .bbappend is missing settings needed for use with crownbay - this adds them. Signed-off-by: Tom Zanussi --- meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 aaf5614b..dee9bce4 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 -- cgit v1.2.3-54-g00ecf