summaryrefslogtreecommitdiffstats
path: root/meta-nuc
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-nuc
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-nuc')
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend1
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend1
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend1
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend1
4 files changed, 0 insertions, 4 deletions
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
index e46debc8..6b631c60 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_nuc = "nuc" 4COMPATIBLE_MACHINE_nuc = "nuc"
6KMACHINE_nuc = "chiefriver" 5KMACHINE_nuc = "chiefriver"
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 426c0370..ec67460a 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_nuc = "nuc" 4COMPATIBLE_MACHINE_nuc = "nuc"
6KMACHINE_nuc = "chiefriver" 5KMACHINE_nuc = "chiefriver"
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 8f34a013..f1e9cbaa 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_nuc = "nuc" 4COMPATIBLE_MACHINE_nuc = "nuc"
6KMACHINE_nuc = "chiefriver" 5KMACHINE_nuc = "chiefriver"
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 975f1b8f..8fadce28 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_nuc = "nuc" 4COMPATIBLE_MACHINE_nuc = "nuc"
6KMACHINE_nuc = "chiefriver" 5KMACHINE_nuc = "chiefriver"