summaryrefslogtreecommitdiffstats
path: root/meta-n450
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-n450
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-n450')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend7
1 files changed, 4 insertions, 3 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_n450 = "n450" 2COMPATIBLE_MACHINE_n450 = "n450"
3KMACHINE_n450 = "atom-pc" 3KMACHINE_n450 = "atom-pc"
4KBRANCH_n450 = "yocto/standard/preempt-rt/base"
5 4
6KERNEL_FEATURES_append_n450 += " cfg/smp.scc" 5KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
7 6
8SRCREV_machine_pn-linux-yocto-rt_n450 ?= ${AUTOREV} 7# Update the following to use a different BSP branch or meta SRCREV
9SRCREV_meta_pn-linux-yocto-rt_n450 ?= ${AUTOREV} 8#KBRANCH_n450 = "yocto/standard/preempt-rt/base"
9#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX
10#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX