mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
3.8 is no longer supported, update the tiny bbappend to 3.10. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
|
|
COMPATIBLE_MACHINE_fri2 = "fri2"
|
|
KMACHINE_fri2 = "fri2"
|
|
KBRANCH_fri2 = "standard/tiny/base"
|
|
#SRCREV_machine_pn-linux-yocto-tiny_fri2 ?= "XXX"
|
|
#SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "XXX"
|
|
|
|
|
|
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
|
|
KMACHINE_fri2-noemgd = "fri2"
|
|
KBRANCH_fri2-noemgd = "standard/tiny/base"
|
|
#SRCREV_machine_pn-linux-yocto-tiny_fri2-noemgd ?= "XXX"
|
|
#SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "XXX"
|