mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Currently the intel-core*-common.inc files also include the intel-common-pkgarch.inc, forcing the introduction of the intel-common PACKAGE_ARCH. Coupling this with the addition of the intel-common MACHINE_OVERRIDE, means that even MACHINE_ARCH packages can be influenced by intel-common overrides, which is not desirable. Remove the intel-common-pkgarch.inc from the intel-core*common.inc include files, requiring BSPs wanting to use the intel-common mechanism to explicitly include it. This obviates the need to reset the linux-yocto PACKAGE_ARCH to MACHINE_ARCH. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
|
|
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
|
|
|
KMACHINE_jasperforest = "jasperforest"
|
|
KBRANCH_jasperforest = "standard/common-pc-64/jasperforest"
|
|
|
|
SRCREV_machine_jasperforest = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
|
SRCREV_meta_jasperforest = "fe20c99783387dab779472ff50a88666da1c6391"
|