From 19aef8f203a043059fc5a4b5a73a7ed6e27ef13e Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 24 Jan 2014 13:28:33 -0800 Subject: nuc: 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-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend | 2 ++ meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 2 ++ meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 ++ meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 ++ 4 files changed, 8 insertions(+) (limited to 'meta-nuc') diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend index 8a6eb573..e46debc8 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_nuc = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_nuc = "nuc" KMACHINE_nuc = "chiefriver" KBRANCH_nuc = "standard/common-pc-64/chiefriver" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend index 28beeea6..426c0370 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_nuc = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_nuc = "nuc" KMACHINE_nuc = "chiefriver" KBRANCH_nuc = "standard/common-pc-64/chiefriver" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend index 68f4d073..8f34a013 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_nuc = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_nuc = "nuc" KMACHINE_nuc = "chiefriver" KBRANCH_nuc = "standard/common-pc-64/chiefriver" diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend index 53e41ed9..975f1b8f 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PACKAGE_ARCH_nuc = "${MACHINE_ARCH}" + COMPATIBLE_MACHINE_nuc = "nuc" KMACHINE_nuc = "chiefriver" KBRANCH_nuc = "standard/common-pc-64/chiefriver" -- cgit v1.2.3-54-g00ecf