diff options
author | Adrian Alonso <aalonso@secretlab.ca> | 2011-05-05 11:26:28 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:56:19 +0100 |
commit | 3e1f013ed32c90e59fdfb0c40e3ee308c99e36bd (patch) | |
tree | 6d3f18284026145db8e6ea209d4cb9ed882419b2 /meta | |
parent | 196f689f63f363b245634131c94fd10e6e84b604 (diff) | |
download | poky-3e1f013ed32c90e59fdfb0c40e3ee308c99e36bd.tar.gz |
insane: add micrblaze target info
* package_qa_get_machine_dict
* Add microblaze dic entry for QA
* Prebuilt toolchain triplet microblaze-unknown-linux-gnu-
* TARGET_OS is linux-gnu for this toolchain
(From OE-Core rev: 0fb36b3232de531b4b3d5ca9e39dd610646d5e8c)
Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/insane.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 742be5e66a..e9d4bfab08 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -85,7 +85,9 @@ def package_qa_get_machine_dict(): | |||
85 | "linux-uclibcspe" : { | 85 | "linux-uclibcspe" : { |
86 | "powerpc": (20, 0, 0, False, 32), | 86 | "powerpc": (20, 0, 0, False, 32), |
87 | }, | 87 | }, |
88 | 88 | "linux-gnu" : { | |
89 | "microblaze": (47787, 0, 0, False, 32), | ||
90 | }, | ||
89 | } | 91 | } |
90 | 92 | ||
91 | 93 | ||