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>
This commit is contained in:
Nitin A Kamble 2014-05-21 12:16:55 -07:00 committed by Tom Zanussi
parent 58f741617b
commit bbaba724d2

View File

@ -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