diff options
| author | Victor Kamensky <victor.kamensky@linaro.org> | 2013-10-10 12:16:51 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:32 +0100 |
| commit | 5c63fc7a67ec8844768bbcf1a1accb205865333d (patch) | |
| tree | 293afebfa7997876437050f9e40ef3c91144f825 /meta/classes/insane.bbclass | |
| parent | 7eca0526e2fb41197638bf4ea0bfdd27fcde652b (diff) | |
| download | poky-5c63fc7a67ec8844768bbcf1a1accb205865333d.tar.gz | |
classes: add aarch64_be target
Add big endian ARMv8 target to OE infrastructure
(From OE-Core rev: 570ae1afecc88b12a11e62a4341069c125d18403)
Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
| -rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index d73cc2b9b0..eb440c24ff 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -57,6 +57,7 @@ def package_qa_get_machine_dict(): | |||
| 57 | }, | 57 | }, |
| 58 | "linux" : { | 58 | "linux" : { |
| 59 | "aarch64" : (183, 0, 0, True, 64), | 59 | "aarch64" : (183, 0, 0, True, 64), |
| 60 | "aarch64_be" :(183, 0, 0, False, 64), | ||
| 60 | "arm" : (40, 97, 0, True, 32), | 61 | "arm" : (40, 97, 0, True, 32), |
| 61 | "armeb": (40, 97, 0, False, 32), | 62 | "armeb": (40, 97, 0, False, 32), |
| 62 | "powerpc": (20, 0, 0, False, 32), | 63 | "powerpc": (20, 0, 0, False, 32), |
