diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-08-12 07:24:51 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-08-12 07:25:34 -0700 |
commit | bf39c131f326f958693a827e25c30f0c1769cc8e (patch) | |
tree | 57ff1a3d5faba202151d796644a55c557b1045e6 /meta-emenlow/recipes-kernel | |
parent | 907c859f84237b30ed568aaad036f898809ece2b (diff) | |
download | meta-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-emenlow/recipes-kernel')
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index fbff72d1..fce01cbb 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
@@ -1,7 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | 2 | COMPATIBLE_MACHINE_emenlow = "emenlow" |
3 | KMACHINE_emenlow = "emenlow" | 3 | KMACHINE_emenlow = "emenlow" |
4 | KBRANCH_emenlow = "yocto/standard/preempt-rt/base" | ||
5 | 4 | ||
6 | SRCREV_machine_pn-linux-yocto-rt_emenlow ?= ${AUTOREV} | 5 | # Update the following to use a different BSP branch or meta SRCREV |
7 | SRCREV_meta_pn-linux-yocto-rt_emenlow ?= ${AUTOREV} | 6 | #KBRANCH_emenlow = "yocto/standard/preempt-rt/base" |
7 | #SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX | ||
8 | #SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX | ||