summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-27 23:48:15 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-02-22 11:57:24 -0600
commit920aacf81f139fd9aed3544ee957e066d4c3aecd (patch)
treea428bf8ed55a1ca81fb0dd9f45b84884cc9ea273
parent9eae79560672a2a0ded01c001fa3f2c14d4fcacc (diff)
downloadmeta-intel-920aacf81f139fd9aed3544ee957e066d4c3aecd.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>
-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"