summaryrefslogtreecommitdiffstats
path: root/meta-n450
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-n450
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-n450')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend1
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend1
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend1
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend1
4 files changed, 0 insertions, 4 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index c4f40376..59a8db28 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
3COMPATIBLE_MACHINE_n450 = "n450" 2COMPATIBLE_MACHINE_n450 = "n450"
4KMACHINE_n450 = "atom-pc" 3KMACHINE_n450 = "atom-pc"
5 4
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 669479c5..1fb68195 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_n450 = "n450" 4COMPATIBLE_MACHINE_n450 = "n450"
6KMACHINE_n450 = "atom-pc" 5KMACHINE_n450 = "atom-pc"
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend
index b6225ea1..46cb12c4 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_n450 = "n450" 4COMPATIBLE_MACHINE_n450 = "n450"
6KMACHINE_n450 = "atom-pc" 5KMACHINE_n450 = "atom-pc"
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 1faaf612..fcc20eb7 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
4 3
5COMPATIBLE_MACHINE_n450 = "n450" 4COMPATIBLE_MACHINE_n450 = "n450"
6KMACHINE_n450 = "atom-pc" 5KMACHINE_n450 = "atom-pc"