From 6c77f60835dfe9fad99dbf0e6c4212069e30f378 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: romley: 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-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 +++ meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 +++ meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend | 3 +++ 3 files changed, 9 insertions(+) (limited to 'meta-romley/recipes-kernel/linux') diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend index 3ec22528..49498dcd 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,5 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_romley = "${MACHINE_ARCH}" +PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_romley = "romley" KMACHINE_romley = "romley" diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend index fc2c3037..1da1b56e 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_romley = "${MACHINE_ARCH}" +PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_romley = "romley" KMACHINE_romley = "romley" diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend index 0264c227..d0b2f834 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -1,5 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_romley = "${MACHINE_ARCH}" +PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_romley = "romley" KMACHINE_romley = "romley" -- cgit v1.2.3-54-g00ecf