mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02: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>
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
|
|
COMPATIBLE_MACHINE_chiefriver = "chiefriver"
|
|
KMACHINE_chiefriver = "chiefriver"
|
|
KBRANCH_chiefriver = "standard/common-pc-64/chiefriver"
|
|
|
|
KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
|
|
|
|
SRCREV_machine_chiefriver = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
|
SRCREV_meta_chiefriver = "fe20c99783387dab779472ff50a88666da1c6391"
|