summaryrefslogtreecommitdiffstats
path: root/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-24 13:28:32 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commitc4fc0c595845ec274881383c4522df39339adbc6 (patch)
tree438c94785aa47b8af54fe2230e2388b377ca675f /meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
parent9ca21ad7239c3e04ef36a9949b86275f25806a96 (diff)
downloadmeta-intel-c4fc0c595845ec274881383c4522df39339adbc6.tar.gz
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 <dvhart@linux.intel.com>
Diffstat (limited to 'meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend')
-rw-r--r--meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend2
1 files changed, 2 insertions, 0 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
4
3COMPATIBLE_MACHINE_chiefriver = "chiefriver" 5COMPATIBLE_MACHINE_chiefriver = "chiefriver"
4KMACHINE_chiefriver = "chiefriver" 6KMACHINE_chiefriver = "chiefriver"
5KBRANCH_chiefriver = "standard/common-pc-64/chiefriver" 7KBRANCH_chiefriver = "standard/common-pc-64/chiefriver"