mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
58f741617b
commit
bbaba724d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user