From: Tom Zanussi <[email protected]> The fri2 linux-yocto-rt .bbappend is missing settings needed for use with fri2-noemgd - this adds them.
Signed-off-by: Tom Zanussi <[email protected]> --- .../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 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
