summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay/recipes-kernel/linux
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-08-12 07:24:51 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-08-12 07:25:34 -0700
commitbf39c131f326f958693a827e25c30f0c1769cc8e (patch)
tree57ff1a3d5faba202151d796644a55c557b1045e6 /meta-sugarbay/recipes-kernel/linux
parent907c859f84237b30ed568aaad036f898809ece2b (diff)
downloadmeta-intel-bf39c131f326f958693a827e25c30f0c1769cc8e.tar.gz
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 <dvhart@linux.intel.com>
Diffstat (limited to 'meta-sugarbay/recipes-kernel/linux')
-rw-r--r--meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index 7564367d..a63959c2 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -1,7 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_sugarbay = "sugarbay" 2COMPATIBLE_MACHINE_sugarbay = "sugarbay"
3KMACHINE_sugarbay = "sugarbay" 3KMACHINE_sugarbay = "sugarbay"
4KBRANCH_sugarbay = "yocto/standard/preempt-rt/base"
5 4
6SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= ${AUTOREV} 5# Update the following to use a different BSP branch or meta SRCREV
7SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= ${AUTOREV} 6#KBRANCH_sugarbay = "yocto/standard/preempt-rt/base"
7#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX
8#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX