Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/4] site/powerpc64: Update power64-linux to include powerpc-linux
Date: Fri, 22 Jul 2011 04:16:50 -0500	[thread overview]
Message-ID: <1311326212-10672-2-git-send-email-galak@kernel.crashing.org> (raw)
In-Reply-To: <1311326212-10672-1-git-send-email-galak@kernel.crashing.org>

Now that we have a unique powerpc32-linux config, we share powerpc-linux
between ppc32 & ppc64.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 meta/classes/siteinfo.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index d0d405a..c5308b3 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -35,9 +35,9 @@ def siteinfo_data(d):
         "mipsel": "endian-little bit-32 mips-common",
         "powerpc": "endian-big bit-32 powerpc-common powerpc32-linux",
         "nios2": "endian-little bit-32 nios2-common",
-        "powerpc64": "endian-big bit-64 powerpc-common powerpc64-linux",
+        "powerpc64": "endian-big bit-64 powerpc-common powerpc-linux powerpc64-linux",
         "ppc": "endian-big bit-32 powerpc-common powerpc32-linux",
-        "ppc64": "endian-big bit-64 powerpc-common powerpc64-linux",
+        "ppc64": "endian-big bit-64 powerpc-common powerpc-linux powerpc64-linux",
         "sh3": "endian-little bit-32 sh-common",
         "sh4": "endian-little bit-32 sh-common",
         "sparc": "endian-big bit-32",
-- 
1.7.3.4




  reply	other threads:[~2011-07-22  9:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22  9:16 [PATCH 1/4] site/powerpc: Pull all powerpc config options into powerpc32-linux Kumar Gala
2011-07-22  9:16 ` Kumar Gala [this message]
2011-07-22  9:16   ` [PATCH 3/4] site/powerpc32-linux: Update with ac_cv_sizeof_* from eglibc Kumar Gala
2011-07-22  9:16     ` [PATCH 4/4] site/powerpc64-linux: Start initial site config Kumar Gala
2011-07-22 10:55 ` [PATCH 1/4] site/powerpc: Pull all powerpc config options into powerpc32-linux Richard Purdie

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=1311326212-10672-2-git-send-email-galak@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --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