mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
The fri2 linux-yocto-rt .bbappend is missing settings needed for use with fri2-noemgd - this adds them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
9eae795606
commit
920aacf81f
|
@ -1,6 +1,8 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
COMPATIBLE_MACHINE_fri2 = "fri2"
|
||||
KMACHINE_fri2 = "fri2"
|
||||
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
|
||||
KMACHINE_fri2-noemgd = "fri2"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_fri2 = "yocto/standard/preempt-rt/base"
|
||||
|
|
Loading…
Reference in New Issue
Block a user