summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-05-21 12:16:55 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-05-22 14:25:20 -0500
commitbbaba724d2be6f2ef443dab27bcebae9d6153bc5 (patch)
treed0ffae69b4d709c2c72c7a550256fea567a6eb4b
parent58f741617bcd6d22ccdb422102fe7f3a76cccd56 (diff)
downloadmeta-intel-bbaba724d2be6f2ef443dab27bcebae9d6153bc5.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend10
1 files changed, 5 insertions, 5 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3COMPATIBLE_MACHINE_emenlow = "emenlow" 3COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
4KMACHINE_emenlow = "emenlow" 4KMACHINE_emenlow-noemgd = "emenlow"
5 5
6# Update the following to use a different BSP branch or meta SRCREV 6# Update the following to use a different BSP branch or meta SRCREV
7#KBRANCH_emenlow = "standard/preempt-rt/base" 7#KBRANCH_emenlow-noemgd = "standard/preempt-rt/base"
8#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX 8#SRCREV_machine_pn-linux-yocto-rt_emenlow-noemgd ?= XXXX
9#SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX 9#SRCREV_meta_pn-linux-yocto-rt_emenlow-noemgd ?= XXXX