From 879b6307cd2777953158f257a97566b4cbb7bdb8 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 21 May 2014 12:16:55 -0700 Subject: emenlow: fix typos in the linux-yocto-rt_3.10 recipe The v3.10 rt recipe is for the emenlow-noemgd BSP and not for the emenlow BSP. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta-emenlow') diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend index 6ffc05c1..5f9f0a81 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend @@ -1,9 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -COMPATIBLE_MACHINE_emenlow = "emenlow" -KMACHINE_emenlow = "emenlow" +COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" +KMACHINE_emenlow-noemgd = "emenlow" # Update the following to use a different BSP branch or meta SRCREV -#KBRANCH_emenlow = "standard/preempt-rt/base" -#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX -#SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX +#KBRANCH_emenlow-noemgd = "standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_emenlow-noemgd ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_emenlow-noemgd ?= XXXX -- cgit v1.2.3-54-g00ecf