From: Kyle Farnsworth <kyle@farnsworthtech.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] Merge linux-gnu entries in machine dictionary and add sh4 machine.
Date: Wed, 27 Feb 2013 12:20:30 -0600 [thread overview]
Message-ID: <1361989230-3382-1-git-send-email-kyle@farnsworthtech.com> (raw)
Signed-off-by: Kyle Farnsworth <kyle@farnsworthtech.com>
---
meta/classes/insane.bbclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index f52fcea..e1827be 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -89,9 +89,6 @@ def package_qa_get_machine_dict():
"arm" : (40, 0, 0, True, 32),
"armeb" : (40, 0, 0, False, 32),
},
- "linux-gnu" : {
- "powerpc": (20, 0, 0, False, 32),
- },
"linux-gnuspe" : {
"powerpc": (20, 0, 0, False, 32),
},
@@ -99,8 +96,10 @@ def package_qa_get_machine_dict():
"powerpc": (20, 0, 0, False, 32),
},
"linux-gnu" : {
+ "powerpc": (20, 0, 0, False, 32),
"microblaze": (47787, 0, 0, False, 32),
"microblazeel": (47787, 0, 0, True, 32),
+ "sh4": (42, 0, 0, True, 32),
},
"linux-gnux32" : {
"x86_64": (62, 0, 0, True, 32),
--
1.7.9.5
reply other threads:[~2013-02-27 18:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1361989230-3382-1-git-send-email-kyle@farnsworthtech.com \
--to=kyle@farnsworthtech.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