diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-13 23:23:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:19 -0700 |
commit | eb263b79dc947993fadfa0c3133d45f57f9db18b (patch) | |
tree | 14858163a315f35818775fd5b28afe27b6729934 /meta | |
parent | 3f2fe7a73440d65c084bd806b63300f7ae542728 (diff) | |
download | poky-eb263b79dc947993fadfa0c3133d45f57f9db18b.tar.gz |
insane.bbclass: add support for RISC-V baremetal
(From OE-Core rev: 9b30e805e769b6c8c12a9aba072f7df066b19179)
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')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 7407b29f86..7791a867f7 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -71,6 +71,8 @@ def package_qa_get_machine_dict(d): | |||
71 | "microblaze": (189, 0, 0, False, 32), | 71 | "microblaze": (189, 0, 0, False, 32), |
72 | "microblazeeb":(189, 0, 0, False, 32), | 72 | "microblazeeb":(189, 0, 0, False, 32), |
73 | "microblazeel":(189, 0, 0, True, 32), | 73 | "microblazeel":(189, 0, 0, True, 32), |
74 | "riscv": (243, 0, 0, True, 32), | ||
75 | "riscv64": (243, 0, 0, True, 64), | ||
74 | }, | 76 | }, |
75 | "linux" : { | 77 | "linux" : { |
76 | "aarch64" : (183, 0, 0, True, 64), | 78 | "aarch64" : (183, 0, 0, True, 64), |