[meta-intel] [PATCH 22/27] jasperforest: Set PACKAGE_ARCH to MACHINE_ARCH explicitly

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:46:01 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 ++
 .../linux/linux-yocto-rt_3.4.bbappend              |    1 +
 .../linux/linux-yocto-rt_3.8.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 ++
 6 files changed, 11 insertions(+)

diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
index 2f078a9..f921ae8 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
 KMACHINE_jasperforest = "jasperforest"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index e506bf4..917853e 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,4 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index e586a6e..d14a6ff 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 0084233..963336d 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
 KMACHINE_jasperforest = "jasperforest"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 84d36df..93ceb76 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
 KMACHINE_jasperforest  = "jasperforest"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
index c79f4fe..002b764 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
+
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
 KMACHINE_jasperforest = "jasperforest"
-- 
1.7.9.5



More information about the meta-intel mailing list