summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
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:30:48 -0500
commit879b6307cd2777953158f257a97566b4cbb7bdb8 (patch)
treed0ffae69b4d709c2c72c7a550256fea567a6eb4b /meta-emenlow
parentb42c8d109ad9c1da4900d86a6782fa2f0660e5ab (diff)
downloadmeta-intel-879b6307cd2777953158f257a97566b4cbb7bdb8.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>
Diffstat (limited to 'meta-emenlow')
-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