diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-24 13:28:33 -0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
commit | 6923f42926238c582698aee5c018a4dab02a74be (patch) | |
tree | a196fc0b78f0ea1d2b4e296704ba0bf83420a68f | |
parent | 8782d90d0df8f63ef7dae2db4bd64069b80738a3 (diff) | |
download | meta-intel-6923f42926238c582698aee5c018a4dab02a74be.tar.gz |
n450: 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>
4 files changed, 7 insertions, 0 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend index 59a8db28..c4f40376 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | |||
@@ -1,4 +1,5 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" | ||
2 | COMPATIBLE_MACHINE_n450 = "n450" | 3 | COMPATIBLE_MACHINE_n450 = "n450" |
3 | KMACHINE_n450 = "atom-pc" | 4 | KMACHINE_n450 = "atom-pc" |
4 | 5 | ||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend index 8a826b24..669479c5 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend | |||
@@ -1,5 +1,7 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" | ||
4 | |||
3 | COMPATIBLE_MACHINE_n450 = "n450" | 5 | COMPATIBLE_MACHINE_n450 = "n450" |
4 | KMACHINE_n450 = "atom-pc" | 6 | KMACHINE_n450 = "atom-pc" |
5 | 7 | ||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend index 546f6ddd..b6225ea1 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
@@ -1,5 +1,7 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" | ||
4 | |||
3 | COMPATIBLE_MACHINE_n450 = "n450" | 5 | COMPATIBLE_MACHINE_n450 = "n450" |
4 | KMACHINE_n450 = "atom-pc" | 6 | KMACHINE_n450 = "atom-pc" |
5 | KBRANCH_n450 = "standard/default/common-pc/atom-pc" | 7 | KBRANCH_n450 = "standard/default/common-pc/atom-pc" |
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend index a3f70538..1faaf612 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend | |||
@@ -1,5 +1,7 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | PACKAGE_ARCH_n450 = "${MACHINE_ARCH}" | ||
4 | |||
3 | COMPATIBLE_MACHINE_n450 = "n450" | 5 | COMPATIBLE_MACHINE_n450 = "n450" |
4 | KMACHINE_n450 = "atom-pc" | 6 | KMACHINE_n450 = "atom-pc" |
5 | KBRANCH_n450 = "standard/common-pc/atom-pc" | 7 | KBRANCH_n450 = "standard/common-pc/atom-pc" |