From 8bde0fa9b53b6d974b9c46cd937e0dadf3e3b260 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: crystalforest: 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-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend') 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 f3f036e9..f93bb711 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" -- cgit v1.2.3-54-g00ecf