From 6437caaaf227916b72dcd97b0abd5cf2abef3673 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 27 Oct 2011 23:48:15 -0500 Subject: 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 --- meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend') 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 @@ 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" -- cgit v1.2.3-54-g00ecf