From patchwork Wed Apr 18 11:42:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: tune-mips32.inc: remove non-existent archs from PACKAGE_EXTRA_ARCHS Date: Wed, 18 Apr 2012 11:42:37 -0000 From: Andreas Oberritter X-Patchwork-Id: 26123 Message-Id: <1334749357-10162-1-git-send-email-obi@opendreambox.org> To: openembedded-core@lists.openembedded.org * Adding those broke opkg, because no packages for these archs get generated, when building only for mips32 machines. Signed-off-by: Andreas Oberritter --- 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"