From 587ac72206cadf36594a911a71251089901a3f0d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: crownbay: 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-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend') diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend index 20490766..1e86e0c4 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend @@ -1,5 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}" +PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" KMACHINE_crownbay-noemgd = "crownbay" -- cgit v1.2.3-54-g00ecf