From c4fc0c595845ec274881383c4522df39339adbc6 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:32 -0800 Subject: chiefriver: 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-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend') diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend index 45ba6c3b..aa4b55db 100644 --- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_chiefriver = "chiefriver" KMACHINE_chiefriver = "chiefriver" KBRANCH_chiefriver = "standard/common-pc-64/chiefriver" -- cgit v1.2.3-54-g00ecf