summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-27 23:48:15 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-28 13:33:21 -0500
commit6437caaaf227916b72dcd97b0abd5cf2abef3673 (patch)
tree58c2fb57a182b82b8061f0880fefc7a16d106c01 /meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
parent267db6a013519fcca15413253008a213c957b738 (diff)
downloadmeta-intel-6437caaaf227916b72dcd97b0abd5cf2abef3673.tar.gz
meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
The fri2 linux-yocto-rt .bbappend is missing settings needed for use with fri2-noemgd - this adds them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend')
-rw-r--r--meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index 26241767..3af58917 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -1,6 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_fri2 = "fri2" 2COMPATIBLE_MACHINE_fri2 = "fri2"
3KMACHINE_fri2 = "fri2" 3KMACHINE_fri2 = "fri2"
4COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
5KMACHINE_fri2-noemgd = "fri2"
4 6
5# Update the following to use a different BSP branch or meta SRCREV 7# Update the following to use a different BSP branch or meta SRCREV
6#KBRANCH_fri2 = "yocto/standard/preempt-rt/base" 8#KBRANCH_fri2 = "yocto/standard/preempt-rt/base"