summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-24 13:28:33 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commit5a2894f2723dcdff6376f4ce7011c879ff54e16d (patch)
tree79c0deec3c92f636bc3402c36b24c82a0228cb44 /meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
parent72b0d50869775e572c4167fd18810895f199a2c8 (diff)
downloadmeta-intel-5a2894f2723dcdff6376f4ce7011c879ff54e16d.tar.gz
fri2: Set PACKAGE_ARCH to MACHINE_ARCH explicitly
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@linux.intel.com>
Diffstat (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend')
-rw-r--r--meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
index c9b2779f..b4909b2e 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
4PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
5
3LINUX_VERSION = "3.10.19" 6LINUX_VERSION = "3.10.19"
4 7
5COMPATIBLE_MACHINE_fri2 = "fri2" 8COMPATIBLE_MACHINE_fri2 = "fri2"