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 + meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend | 2 ++ meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 ++ meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 ++ 4 files changed, 7 insertions(+) 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" diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend index 8a826b24..669479c5 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_n450 = "n450" KMACHINE_n450 = "atom-pc" diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend index 546f6ddd..b6225ea1 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_n450 = "n450" KMACHINE_n450 = "atom-pc" KBRANCH_n450 = "standard/default/common-pc/atom-pc" diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend index a3f70538..1faaf612 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_n450 = "n450" KMACHINE_n450 = "atom-pc" KBRANCH_n450 = "standard/common-pc/atom-pc" -- cgit v1.2.3-54-g00ecf