From 6923f42926238c582698aee5c018a4dab02a74be Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: n450: 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-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend') diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend index 59a8db28..c4f40376 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend @@ -1,4 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" COMPATIBLE_MACHINE_n450 = "n450" KMACHINE_n450 = "atom-pc" -- cgit v1.2.3-54-g00ecf