[meta-intel] [PATCH 18/27] crownbay: Set PACKAGE_ARCH to MACHINE_ARCH explicitly

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

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
index 8bc18e4..db6e699 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
 KBRANCH_crownbay = "standard/crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
index 5c24dcf..ef88394 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
 
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 2049076..1e86e0c 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
 
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 2049076..1e86e0c 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
 
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 9b6a834..1a1c1fb 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
 KBRANCH_crownbay = "standard/crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 1f264b8..86ef95f 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay  = "crownbay"
 KBRANCH_crownbay  = "standard/crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
index da86035..9bb8b90 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
+PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
 KBRANCH_crownbay = "standard/crownbay"
-- 
1.7.9.5



More information about the meta-intel mailing list