diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-10-05 17:50:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:21 +0000 |
commit | 3cbc720c9747d2cb79ec389ab82d9dfbac6276ae (patch) | |
tree | 931408fa85b74f5263f96a230dad4b0477937481 /meta/classes/insane.bbclass | |
parent | c5763360b058b82203f36245665f5f3693e9b67a (diff) | |
download | poky-3cbc720c9747d2cb79ec389ab82d9dfbac6276ae.tar.gz |
insane: Add entries for riscv 32bit/64bit
(From OE-Core rev: 0e0d0adac1d9303340d7e992cdb02ed7a8127350)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 0a3b528ddb..def9c707a4 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -94,6 +94,8 @@ def package_qa_get_machine_dict(d): | |||
94 | "mipsisa64r6": ( 8, 0, 0, False, 64), | 94 | "mipsisa64r6": ( 8, 0, 0, False, 64), |
95 | "mipsisa64r6el": ( 8, 0, 0, True, 64), | 95 | "mipsisa64r6el": ( 8, 0, 0, True, 64), |
96 | "nios2": (113, 0, 0, True, 32), | 96 | "nios2": (113, 0, 0, True, 32), |
97 | "riscv": (243, 0, 0, True, 32), | ||
98 | "riscv64": (243, 0, 0, True, 64), | ||
97 | "s390": (22, 0, 0, False, 32), | 99 | "s390": (22, 0, 0, False, 32), |
98 | "sh4": (42, 0, 0, True, 32), | 100 | "sh4": (42, 0, 0, True, 32), |
99 | "sparc": ( 2, 0, 0, False, 32), | 101 | "sparc": ( 2, 0, 0, False, 32), |
@@ -119,6 +121,8 @@ def package_qa_get_machine_dict(d): | |||
119 | "microblaze": (189, 0, 0, False, 32), | 121 | "microblaze": (189, 0, 0, False, 32), |
120 | "microblazeeb":(189, 0, 0, False, 32), | 122 | "microblazeeb":(189, 0, 0, False, 32), |
121 | "microblazeel":(189, 0, 0, True, 32), | 123 | "microblazeel":(189, 0, 0, True, 32), |
124 | "riscv": (243, 0, 0, True, 32), | ||
125 | "riscv64": (243, 0, 0, True, 64), | ||
122 | "sh4": ( 42, 0, 0, True, 32), | 126 | "sh4": ( 42, 0, 0, True, 32), |
123 | }, | 127 | }, |
124 | "uclinux-uclibc" : { | 128 | "uclinux-uclibc" : { |