[meta-intel] [PATCH 19/27] crystalforest: Set PACKAGE_ARCH to MACHINE_ARCH explicitly

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:45:58 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>
---
 .../linux/linux-yocto-rt_3.4.bbappend              |    3 +++
 .../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 +++
 4 files changed, 12 insertions(+)

diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index e98d03f..37474e3 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crystalforest-gladden = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladen"
 KMACHINE_crystalforest-gladden  = "crystalforest"
 KBRANCH_crystalforest-gladden = "standard/preempt-rt/base"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
index f3f036e..f93bb71 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crystalforest-gladden = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
 KBRANCH_crystalforest-gladden  = "standard/common-pc-64/crystalforest"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index e7cf16d..ed9ee3c 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crystalforest-gladden = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
 KBRANCH_crystalforest-gladden  = "standard/common-pc-64/crystalforest"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 47a2437..3112517 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crystalforest = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
 KBRANCH_crystalforest-gladden  = "standard/common-pc-64/crystalforest"
-- 
1.7.9.5



More information about the meta-intel mailing list