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>
22 lines
942 B
Plaintext
22 lines
942 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
|
|
COMPATIBLE_MACHINE_emenlow = "emenlow"
|
|
KMACHINE_emenlow = "emenlow"
|
|
KBRANCH_emenlow = "standard/emenlow"
|
|
KERNEL_FEATURES_append_emenlow = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
|
|
|
|
COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
|
|
KMACHINE_emenlow-noemgd = "emenlow"
|
|
KBRANCH_emenlow-noemgd = "standard/emenlow"
|
|
KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
|
|
|
|
SRCREV_machine_emenlow = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
|
SRCREV_meta_emenlow = "fe20c99783387dab779472ff50a88666da1c6391"
|
|
SRCREV_emgd_emenlow = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1"
|
|
|
|
SRCREV_machine_emenlow-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
|
SRCREV_meta_emenlow-noemgd = "fe20c99783387dab779472ff50a88666da1c6391"
|
|
|
|
SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"
|