mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +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>
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
|
|
COMPATIBLE_MACHINE_nuc = "nuc"
|
|
KMACHINE_nuc = "chiefriver"
|
|
KBRANCH_nuc = "standard/common-pc-64/chiefriver"
|
|
|
|
KERNEL_FEATURES_append_nuc = " features/amt/mei wifi"
|
|
|
|
SRCREV_machine_nuc = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
|
SRCREV_meta_nuc = "fe20c99783387dab779472ff50a88666da1c6391"
|
|
|
|
module_autoload_iwlwifi_nuc = "iwlwifi"
|