mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
The new intel-common.inc sets the default of the PACKAGE_ARCH for the linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing recipes to MACHINE_ARCH until they can be removed in favor of a more unified mechanism. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
|
|
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
|
KMACHINE_jasperforest = "jasperforest"
|
|
|
|
# Update the following to use a different BSP branch or meta SRCREV
|
|
#KBRANCH_jasperforest = "standard/preempt-rt/base"
|
|
#SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
|
|
#SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
|