summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-24 13:28:33 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commit587ac72206cadf36594a911a71251089901a3f0d (patch)
tree18ae469156afe5fd1d6b0a0208ecae3c5e2c6b0f /meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
parentc4fc0c595845ec274881383c4522df39339adbc6 (diff)
downloadmeta-intel-587ac72206cadf36594a911a71251089901a3f0d.tar.gz
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 <dvhart@linux.intel.com>
Diffstat (limited to 'meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend')
-rw-r--r--meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 9b6a8346..1a1c1fb0 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,5 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
4PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
5
3COMPATIBLE_MACHINE_crownbay = "crownbay" 6COMPATIBLE_MACHINE_crownbay = "crownbay"
4KMACHINE_crownbay = "crownbay" 7KMACHINE_crownbay = "crownbay"
5KBRANCH_crownbay = "standard/crownbay" 8KBRANCH_crownbay = "standard/crownbay"