diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-11-11 02:58:16 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-21 13:06:12 +0000 |
commit | ab34abd833284ad0880489efae7eb219ac36bad2 (patch) | |
tree | d127180b0a7bb56881477dd97cec12a8752bd15d | |
parent | 3bd6d1831b1b021a5d788dc7b59def57bd965407 (diff) | |
download | poky-ab34abd833284ad0880489efae7eb219ac36bad2.tar.gz |
insane.bbclass: add microblaze-*-elf to machine dictionary
Add the definitions for microblaze-*-elf targets to the machine
dictionary.
(From OE-Core rev: a0104e47217e3a46d319a76929aec5b45c3ea6f9)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/insane.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index def9c707a4..535d41077e 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -68,6 +68,9 @@ def package_qa_get_machine_dict(d): | |||
68 | "epiphany": (4643, 0, 0, True, 32), | 68 | "epiphany": (4643, 0, 0, True, 32), |
69 | "mips": ( 8, 0, 0, False, 32), | 69 | "mips": ( 8, 0, 0, False, 32), |
70 | "mipsel": ( 8, 0, 0, True, 32), | 70 | "mipsel": ( 8, 0, 0, True, 32), |
71 | "microblaze": (189, 0, 0, False, 32), | ||
72 | "microblazeeb":(189, 0, 0, False, 32), | ||
73 | "microblazeel":(189, 0, 0, True, 32), | ||
71 | }, | 74 | }, |
72 | "linux" : { | 75 | "linux" : { |
73 | "aarch64" : (183, 0, 0, True, 64), | 76 | "aarch64" : (183, 0, 0, True, 64), |