[meta-intel] [PATCH 25/27] romley: Set PACKAGE_ARCH to MACHINE_ARCH explicitly

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:46:04 PST 2014


The new intel-common.inc sets the default of the PACKAGE_ARCH for the
linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing
recipes to MACHINE_ARCH until they can be removed in favor of a more
unified mechanism.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    3 +++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    3 +++
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    3 +++
 3 files changed, 9 insertions(+)

diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 3ec2252..49498dc 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_romley = "${MACHINE_ARCH}"
+PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_romley = "romley"
 
 KMACHINE_romley  = "romley"
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
index fc2c303..1da1b56 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_romley = "${MACHINE_ARCH}"
+PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_romley = "romley"
 
 KMACHINE_romley  = "romley"
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 0264c22..d0b2f83 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_romley = "${MACHINE_ARCH}"
+PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_romley = "romley"
 
 KMACHINE_romley  = "romley"
-- 
1.7.9.5



More information about the meta-intel mailing list