[PATCH 2/3] meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd


tom.zanussi@...
 

From: Tom Zanussi <tom.zanussi@...>

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@...>
---
.../linux/linux-yocto-rt_3.0.bbappend | 2 ++
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 2624176..3af5891 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 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fri2 = "fri2"
KMACHINE_fri2 = "fri2"
+COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
+KMACHINE_fri2-noemgd = "fri2"

# Update the following to use a different BSP branch or meta SRCREV
#KBRANCH_fri2 = "yocto/standard/preempt-rt/base"
--
1.7.0.4

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.