From 5a2894f2723dcdff6376f4ce7011c879ff54e16d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: 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 --- meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend') 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}" +PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}" + LINUX_VERSION = "3.10.19" COMPATIBLE_MACHINE_fri2 = "fri2" -- cgit v1.2.3-54-g00ecf