From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/4] packagegroups-cross-canadian: don't override TRANSLATED_TARGET_ARCH
Date: Wed, 1 Jul 2015 17:02:20 +0300 [thread overview]
Message-ID: <1435759342-5312-3-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1435759342-5312-1-git-send-email-dbaryshkov@gmail.com>
There is no point in overriding TRANSLATED_TARGET_ARCH in
packagegroups-cross-canadian recipe. The cross-canadian class sets the
PACKAGE_ARCH variable, thus allarch class (inherited through
packagegroup class) doesn't change variables.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb
index e3b1c18..34e6e2b 100644
--- a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb
@@ -2,9 +2,6 @@ SUMMARY = "Host SDK package for cross canadian toolchain"
PN = "packagegroup-cross-canadian-${MACHINE}"
LICENSE = "MIT"
-# Save TRANSLATED_TARGET_ARCH before allarch tramples it
-TRANSLATED_TARGET_ARCH = "${@d.getVar('TUNE_ARCH', True).replace('_', '-')}"
-
inherit cross-canadian packagegroup
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
--
1.9.1
next prev parent reply other threads:[~2015-07-01 14:02 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-01 14:02 [PATCH 0/4] Fix builds for MIPS64 N32 Dmitry Eremin-Solenikov
2015-07-01 14:02 ` [PATCH 1/4] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH Dmitry Eremin-Solenikov
2015-07-01 14:02 ` Dmitry Eremin-Solenikov [this message]
2015-07-01 14:02 ` [PATCH 3/4] cross.bbclass: override MULTIMACH_TARGET_SYS Dmitry Eremin-Solenikov
2015-07-01 14:02 ` [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS Dmitry Eremin-Solenikov
2015-08-15 19:34 ` Khem Raj
2015-08-15 23:15 ` Dmitry Eremin-Solenikov
2015-08-16 0:29 ` Khem Raj
2015-08-17 15:30 ` Dmitry Eremin-Solenikov
2015-08-18 15:05 ` Dmitry Eremin-Solenikov
2015-07-08 12:00 ` [PATCH 0/4] Fix builds for MIPS64 N32 Dmitry Eremin-Solenikov
2015-07-08 12:02 ` Richard Purdie
2015-07-08 12:42 ` Mark Hatle
2015-07-20 12:11 ` Dmitry Eremin-Solenikov
2015-07-20 15:47 ` Mark Hatle
2015-07-21 8:23 ` Dmitry Eremin-Solenikov
2015-07-21 14:31 ` Mark Hatle
2015-07-21 15:26 ` Mark Hatle
2015-07-22 15:48 ` Dmitry Eremin-Solenikov
2015-07-28 17:26 ` Dmitry Eremin-Solenikov
2015-07-29 14:58 ` Mark Hatle
2015-07-29 15:00 ` Dmitry Eremin-Solenikov
2015-07-31 10:59 ` Richard Purdie
2015-07-31 15:47 ` Dmitry Eremin-Solenikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435759342-5312-3-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox