From 72b0d50869775e572c4167fd18810895f199a2c8 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: emenlow: 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-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend') diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend index 34bdc7d8..b4971569 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}" +PACKAGE_ARCH_emenlow-noemgd = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_emenlow = "emenlow" KMACHINE_emenlow = "emenlow" KBRANCH_emenlow = "standard/emenlow" -- cgit v1.2.3-54-g00ecf