aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-01 15:47:03 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-04 14:47:10 +0100
commitef099ff67dfce925543295bc59feae414416b629 (patch)
tree61bc529152210635968684e0c0725eb68f756a4d /conf
parentb058e0305f7fe433983953b3daa03705d852851f (diff)
downloadmeta-handheld-ef099ff67dfce925543295bc59feae414416b629.tar.gz
spitz,akita: add iwmmxt to PACKAGE_EXTRA_ARCHS_tune-xscale not PACKAGE_EXTRA_ARCHS
* otherwise fails with: ERROR: Poky's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (armv5te). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/akita.conf2
-rw-r--r--conf/machine/spitz.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf
index ae089a1..0b31954 100644
--- a/conf/machine/akita.conf
+++ b/conf/machine/akita.conf
@@ -5,7 +5,7 @@
require conf/machine/include/zaurus.inc
require conf/machine/include/tune-xscale.inc
-PACKAGE_EXTRA_ARCHS += "iwmmxt"
+PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
MACHINE_FEATURES += "iwmmxt"
# NAND factory-default
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf
index 4019bca..f585197 100644
--- a/conf/machine/spitz.conf
+++ b/conf/machine/spitz.conf
@@ -6,7 +6,7 @@ require conf/machine/include/zaurus.inc
require conf/machine/include/tune-xscale.inc
MACHINE_FEATURES += "iwmmxt"
-PACKAGE_EXTRA_ARCHS += "iwmmxt"
+PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
# NAND factory-default
# SL-C3000 (spitz) mtdparts=sharpsl-nand:7168k@0k(smf),5120k@7168k(root),-(home)