[OE-core] [PATCH] tune-mips32.inc: remove non-existent archs from PACKAGE_EXTRA_ARCHS

Andreas Oberritter obi at opendreambox.org
Wed Apr 18 11:42:37 UTC 2012


* Adding those broke opkg, because no packages for these archs get
  generated, when building only for mips32 machines.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 meta/conf/machine/include/tune-mips32.inc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/conf/machine/include/tune-mips32.inc b/meta/conf/machine/include/tune-mips32.inc
index 93ed5ee..73871e7 100644
--- a/meta/conf/machine/include/tune-mips32.inc
+++ b/meta/conf/machine/include/tune-mips32.inc
@@ -10,16 +10,16 @@ AVAILTUNES += "mips32 mips32el mips32-nf mips32el-nf"
 
 TUNE_FEATURES_tune-mips32 = "${TUNE_FEATURES_tune-mips} mips32"
 MIPSPKGSFX_VARIANT_tune-mips32 = "mips32"
-PACKAGE_EXTRA_ARCHS_tune-mips32 = "mips mips32"
+PACKAGE_EXTRA_ARCHS_tune-mips32 = "mips32"
 
 TUNE_FEATURES_tune-mips32el = "${TUNE_FEATURES_tune-mipsel} mips32"
 MIPSPKGSFX_VARIANT_tune-mips32el = "mips32el"
-PACKAGE_EXTRA_ARCHS_tune-mips32el = "mipsel mips32el"
+PACKAGE_EXTRA_ARCHS_tune-mips32el = "mips32el"
 
 TUNE_FEATURES_tune-mips32-nf = "${TUNE_FEATURES_tune-mips-nf} mips32"
 MIPSPKGSFX_VARIANT_tune-mips32-nf = "mips32"
-PACKAGE_EXTRA_ARCHS_tune-mips32-nf = "mips-nf mips32-nf"
+PACKAGE_EXTRA_ARCHS_tune-mips32-nf = "mips32-nf"
 
 TUNE_FEATURES_tune-mips32el-nf = "${TUNE_FEATURES_tune-mipsel-nf} mips32"
 MIPSPKGSFX_VARIANT_tune-mips32el-nf = "mips32el"
-PACKAGE_EXTRA_ARCHS_tune-mips32el-nf = "mipsel-nf mips32el-nf"
+PACKAGE_EXTRA_ARCHS_tune-mips32el-nf = "mips32el-nf"
-- 
1.7.5.4





More information about the Openembedded-core mailing list