From bf39c131f326f958693a827e25c30f0c1769cc8e Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 12 Aug 2011 07:24:51 -0700 Subject: rt: simplify linux-yocto-rt.bbappend for all BSPs As the all the BSPs use the same BSP branch and meta commit ID as the base recipe, there is no need specify the KBRANCH and SRCREVs. Not doing so greatly simplifies maintenance. Leaving the syntax in place, but commented out, serves as documentation should the need arise to use a different BSP branch or meta commit ID. Signed-off-by: Darren Hart --- meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-n450') 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 index 69e93049..1c7fef99 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend @@ -1,9 +1,10 @@ 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} +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_n450 = "yocto/standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX -- cgit v1.2.3-54-g00ecf