diff options
author | Adrian Alonso <aalonso@secretlab.ca> | 2011-07-05 14:38:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 13:45:31 +0100 |
commit | 0156ed6731ec014e84f44a37d8c5142f8c943b56 (patch) | |
tree | bced6c494e4af58ebe8ad5476bf0ef3d26227038 /meta/classes | |
parent | b358424bb0c84d071d1db6bb035e9e8fea2aab6a (diff) | |
download | poky-0156ed6731ec014e84f44a37d8c5142f8c943b56.tar.gz |
insane: add microblaze little endian target info
* Add microblaze little endian target info to
package_qa_get_machine_dict
(From OE-Core rev: 33679729f0dafedb143e2dd6174472de46fc36fe)
Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index ec9886b96e..c1db1ca99b 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -86,7 +86,8 @@ def package_qa_get_machine_dict(): | |||
86 | "powerpc": (20, 0, 0, False, 32), | 86 | "powerpc": (20, 0, 0, False, 32), |
87 | }, | 87 | }, |
88 | "linux-gnu" : { | 88 | "linux-gnu" : { |
89 | "microblaze": (47787, 0, 0, False, 32), | 89 | "microblaze": (47787, 0, 0, False, 32), |
90 | "microblazeel": (47787, 0, 0, True, 32), | ||
90 | }, | 91 | }, |
91 | } | 92 | } |
92 | 93 | ||