summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-02-05 19:15:29 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-02-05 20:43:54 -0800
commitc7bf6a327b9b9ebb982324c6ef9f595f7a14f94a (patch)
tree9a3170b066ee4bea9b1926b129c625714be7af63 /meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
parentdd0bd45aa410929d0af1be63ab7397fa40148c41 (diff)
downloadmeta-intel-c7bf6a327b9b9ebb982324c6ef9f595f7a14f94a.tar.gz
intel-common: Make using intel-common override opt-in
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>
Diffstat (limited to 'meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
index b4971569..a5c0acac 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
4PACKAGE_ARCH_emenlow-noemgd = "${MACHINE_ARCH}"
5 3
6COMPATIBLE_MACHINE_emenlow = "emenlow" 4COMPATIBLE_MACHINE_emenlow = "emenlow"
7KMACHINE_emenlow = "emenlow" 5KMACHINE_emenlow = "emenlow"