[meta-intel] [PATCH 24/27] nuc: Set PACKAGE_ARCH to MACHINE_ARCH explicitly

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:46:03 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-dev.bbappend  |    2 ++
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 ++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 ++
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 ++
 4 files changed, 8 insertions(+)

diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
index 8a6eb57..e46debc 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "chiefriver"
 KBRANCH_nuc = "standard/common-pc-64/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 28beeea..426c037 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "chiefriver"
 KBRANCH_nuc = "standard/common-pc-64/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 68f4d07..8f34a01 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc  = "chiefriver"
 KBRANCH_nuc  = "standard/common-pc-64/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 53e41ed..975f1b8 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "chiefriver"
 KBRANCH_nuc = "standard/common-pc-64/chiefriver"
-- 
1.7.9.5



More information about the meta-intel mailing list