[meta-intel] [PATCH 5/5] intel-common: Make using intel-common override opt-in

Darren Hart dvhart at linux.intel.com
Wed Feb 5 20:55:17 PST 2014


Currently the intel-core*-common.inc files also include the
intel-common-pkgarch.inc, forcing the introduction of the intel-common
PACKAGE_ARCH. Coupling this with the addition of the intel-common
MACHINE_OVERRIDE, means that even MACHINE_ARCH packages can be
influenced by intel-common overrides, which is not desirable.

Remove the intel-common-pkgarch.inc from the intel-core*common.inc
include files, requiring BSPs wanting to use the intel-common mechanism
to explicitly include it. This obviates the need to reset the
linux-yocto PACKAGE_ARCH to MACHINE_ARCH.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 conf/machine/include/intel-core2-32-common.inc     |    1 -
 conf/machine/include/intel-corei7-64-common.inc    |    1 -
 conf/machine/intel-core2-32.conf                   |    3 ++-
 conf/machine/intel-corei7-64.conf                  |    4 ++--
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    1 -
 .../linux/linux-yocto-rt_3.4.bbappend              |    1 -
 .../linux/linux-yocto-rt_3.8.bbappend              |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    1 -
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    2 --
 .../linux/linux-yocto-rt_3.10.bbappend             |    1 -
 .../linux/linux-yocto-rt_3.4.bbappend              |    2 --
 .../linux/linux-yocto-rt_3.8.bbappend              |    2 --
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 --
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 --
 .../linux/linux-yocto-rt_3.4.bbappend              |    2 --
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 --
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    2 --
 .../linux/linux-yocto-rt_3.4.bbappend              |    1 -
 .../linux/linux-yocto-rt_3.8.bbappend              |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 --
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    2 --
 .../linux/linux-yocto-rt_3.4.bbappend              |    2 --
 .../linux/linux-yocto-rt_3.8.bbappend              |    2 --
 .../linux/linux-yocto-tiny_3.4.bbappend            |    2 --
 .../linux/linux-yocto-tiny_3.8.bbappend            |    2 --
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 --
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    1 -
 .../linux/linux-yocto-rt_3.4.bbappend              |    1 -
 .../linux/linux-yocto-rt_3.8.bbappend              |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    1 -
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    1 -
 .../linux/linux-yocto-rt_3.4.bbappend              |    1 -
 .../linux/linux-yocto-rt_3.8.bbappend              |    1 -
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    1 -
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 --
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    1 -
 .../linux/linux-yocto-rt_3.4.bbappend              |    1 -
 .../linux/linux-yocto-rt_3.8.bbappend              |    1 -
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    1 -
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    1 -
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |    2 --
 .../linux/linux-yocto-rt_3.4.bbappend              |    2 --
 .../linux/linux-yocto-rt_3.8.bbappend              |    2 --
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 --
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 --
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |    2 --
 64 files changed, 4 insertions(+), 96 deletions(-)

diff --git a/conf/machine/include/intel-core2-32-common.inc b/conf/machine/include/intel-core2-32-common.inc
index 16c12f6..8c46949 100644
--- a/conf/machine/include/intel-core2-32-common.inc
+++ b/conf/machine/include/intel-core2-32-common.inc
@@ -3,6 +3,5 @@
 #
 
 DEFAULTTUNE ?= "core2-32"
-require intel-common-pkgarch.inc
 require conf/machine/include/tune-core2.inc
 require conf/machine/include/x86-base.inc
diff --git a/conf/machine/include/intel-corei7-64-common.inc b/conf/machine/include/intel-corei7-64-common.inc
index 935cd22..0028256 100644
--- a/conf/machine/include/intel-corei7-64-common.inc
+++ b/conf/machine/include/intel-corei7-64-common.inc
@@ -3,6 +3,5 @@
 #
 
 DEFAULTTUNE ?= "corei7-64"
-require intel-common-pkgarch.inc
 require conf/machine/include/tune-corei7.inc
 require conf/machine/include/x86-base.inc
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index a702c809..0db30d0 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -5,4 +5,5 @@
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
 
-include conf/machine/include/intel-core2-32-common.inc
+require conf/machine/include/intel-core2-32-common.inc
+require conf/machine/include/intel-common-pkgarch.inc
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index abf3872..23af4eb 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -5,5 +5,5 @@
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
 
-# Should these be require?
-include conf/machine/include/intel-corei7-64-common.inc
+require conf/machine/include/intel-corei7-64-common.inc
+require conf/machine/include/intel-common-pkgarch.inc
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend
index 116677a..a370cbd 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver = "chiefriver"
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 2ab1a07..9e4a4a0 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver  = "chiefriver"
 
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index c6eb376..1922fe5 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver  = "chiefriver"
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend
index c23177d..000f5d1 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver = "chiefriver"
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 aa4b55d..c9a3619 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver  = "chiefriver"
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 49c35e6..57bcdc9 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_chiefriver = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver = "chiefriver"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
index db6e699..a1fccfb 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
index ef88394..7b9b762 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 1e86e0c..649e519 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 1e86e0c..649e519 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
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 1a1c1fb..06021c9 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 86ef95f..375a6ff 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay  = "crownbay"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 9bb8b90..9be86d2 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crownbay = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crownbay-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 37474e3..8a8e919 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crystalforest-gladden = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladen"
 KMACHINE_crystalforest-gladden  = "crystalforest"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
index f93bb71..51551ef 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crystalforest-gladden = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index ed9ee3c..e4559c2 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crystalforest-gladden = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 3112517..7cdb024 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_crystalforest = "${MACHINE_ARCH}"
-PACKAGE_ARCH_crystalforest-server = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
index 419e501..27714a6 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
-PACKAGE_ARCH_emenlow-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow = "emenlow"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 3bc4684..15fc847 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
 
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 3bc4684..15fc847 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
 
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 2381d95..6075783 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
-PACKAGE_ARCH_emenlow-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow = "emenlow"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
index b497156..a5c0aca 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
-PACKAGE_ARCH_emenlow-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
index b4a8c00..072b459 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
-PACKAGE_ARCH_emenlow-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow = "emenlow"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend
index 103f2a7..5260561 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 88697ff..5bab3e9 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 442de5f..875bf8a 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
index bdca928..2afea0b 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend
index a4c2838..b4d2dfd 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
index b4909b2..56f2eed 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 LINUX_VERSION = "3.10.19"
 
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 1110569..f909c82 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2  = "fri2"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 7703d06..54e8a65 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_fri2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_fri2-noemgd = "${MACHINE_ARCH}"
 
 LINUX_VERSION = "3.8.13"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
index f921ae8..5d6f92f 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 917853e..e506bf4 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index d14a6ff..24e63b5 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 963336d..45ab6b9 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 93ceb76..3182c571 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 002b764..459c640 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_jasperforest = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 
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 c4f4037..59a8db2 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,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_n450 = "n450"
 KMACHINE_n450 = "atom-pc"
 
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 669479c..1fb6819 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,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_n450 = "n450"
 KMACHINE_n450 = "atom-pc"
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 b6225ea..46cb12c 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_n450 = "n450"
 KMACHINE_n450  = "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 1faaf61..fcc20eb 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_n450 = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_n450 = "n450"
 KMACHINE_n450  = "atom-pc"
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
index e46debc..6b631c6 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "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 426c037..ec67460 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "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 8f34a01..f1e9cba 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc  = "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 975f1b8..8fadce2 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_nuc = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "chiefriver"
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 49498dc..6fc0682 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_romley = "${MACHINE_ARCH}"
-PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_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 1da1b56..1873ec9 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_romley = "${MACHINE_ARCH}"
-PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_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 d0b2f83..1a2c30e 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_romley = "${MACHINE_ARCH}"
-PACKAGE_ARCH_romley-ivb = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_romley = "romley"
 
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
index f2b3cf4..f09fbf6 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sugarbay = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 68e1c48..531a3ad 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_sugarbay = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 KMACHINE_sugarbay  = "sugarbay"
 
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 68e1c48..531a3ad 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGE_ARCH_sugarbay = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 KMACHINE_sugarbay  = "sugarbay"
 
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
index e0bf22c..8811fca 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sugarbay = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 4fe66f8..bf04735 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sugarbay = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 1596694..1cdce2f 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,6 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sugarbay = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
index ef5646a..63fc604 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sys940x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_sys940x-noemgd = "${MACHINE_ARCH}"
 
 KMETA = "meta"
 
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 4ebb228..6c7eec4 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sys940x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_sys940x-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_sys940x = "sys940x"
 KMACHINE_sys940x = "sys940x"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
index 4ebb228..6c7eec4 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sys940x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_sys940x-noemgd = "${MACHINE_ARCH}"
 
 COMPATIBLE_MACHINE_sys940x = "sys940x"
 KMACHINE_sys940x = "sys940x"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 871cae2..1b71a77 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sys940x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_sys940x-noemgd = "${MACHINE_ARCH}"
 
 KMETA = "meta"
 LINUX_VERSION = "3.10.19"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 89f79e0..37dbb38 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sys940x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_sys940x-noemgd = "${MACHINE_ARCH}"
 
 KMETA = "meta"
 
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 2342aea..fd3e87b 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PACKAGE_ARCH_sys940x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_sys940x-noemgd = "${MACHINE_ARCH}"
 
 KMETA = "meta"
 LINUX_VERSION = "3.8.13"
-- 
1.7.9.5



More information about the meta-intel mailing list