All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/5] insane.bbclass: Recognise powerpc64
Date: Fri, 22 Jul 2011 04:24:52 -0500	[thread overview]
Message-ID: <1311326696-11745-2-git-send-email-galak@kernel.crashing.org> (raw)
In-Reply-To: <1311326696-11745-1-git-send-email-galak@kernel.crashing.org>

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

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 65eda9e..d56c9ed 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -38,6 +38,7 @@ def package_qa_get_machine_dict():
                         "arm" :       (40,    97,    0,          True,          32),
                         "armeb":      (40,    97,    0,          False,         32),
                         "powerpc":    (20,     0,    0,          False,         32),
+                        "powerpc64":  (21,     0,    0,          False,         64),
                         "i386":       ( 3,     0,    0,          True,          32),
                         "i486":       ( 3,     0,    0,          True,          32),
                         "i586":       ( 3,     0,    0,          True,          32),
-- 
1.7.3.4




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

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22  9:24 [PATCH 0/5] Add support for powerpc64 Kumar Gala
2011-07-22  9:24 ` Kumar Gala [this message]
2011-07-22  9:24   ` [PATCH 2/5] libc: Add handling of powerpc64 Kumar Gala
2011-07-22  9:24     ` [PATCH 3/5] kernel-arch: " Kumar Gala
2011-07-22  9:24       ` [PATCH 4/5] libart-lgpl: Add missing config file - allows builds on PowerPC 64 Kumar Gala
2011-07-22  9:24         ` [PATCH 5/5] openssl: Add handling for building on linux-powerpc64 Kumar Gala
2011-07-22 14:16           ` Tom Rini
2011-07-22 14:16       ` [PATCH 3/5] kernel-arch: Add handling of powerpc64 Tom Rini
2011-07-22 10:53 ` [PATCH 0/5] Add support for powerpc64 Richard Purdie
2011-07-22 14:19 ` Tom Rini
2011-07-22 14:55   ` Kumar Gala

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=1311326696-11745-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.