[oe] [meta-handheld][PATCH 09/10] spitz, akita: add iwmmxt to PACKAGE_EXTRA_ARCHS_tune-xscale not PACKAGE_EXTRA_ARCHS

Martin Jansa martin.jansa at gmail.com
Thu Sep 1 15:39:16 UTC 2011


* 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 at gmail.com>
---
 conf/machine/akita.conf |    2 +-
 conf/machine/spitz.conf |    2 +-
 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 at 0k(smf),5120k at 7168k(root),-(home)
-- 
1.7.6.1





More information about the Openembedded-devel mailing list