diff options
author | Angelo Dureghello <angelo@sysam.it> | 2018-10-04 15:29:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-08 14:13:54 +0100 |
commit | 8d5f59f2da1fc66aaaab23db778d4ce62298fcfa (patch) | |
tree | 87a161311bd67cd4437f35efd0ba088433b43c98 /meta/classes | |
parent | 2b4dce4925627c81ee2f27a0eeb2422e15029c3e (diff) | |
download | poky-8d5f59f2da1fc66aaaab23db778d4ce62298fcfa.tar.gz |
siteinfo: define data for m68k
(From OE-Core rev: d8c2a5fa7d59580dd70b7ec57450e3b7c9a7d048)
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 24585d5842..411e70478e 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -33,6 +33,7 @@ def siteinfo_data_for_machine(arch, os, d): | |||
33 | "i686": "endian-little bit-32 ix86-common", | 33 | "i686": "endian-little bit-32 ix86-common", |
34 | "ia64": "endian-little bit-64", | 34 | "ia64": "endian-little bit-64", |
35 | "lm32": "endian-big bit-32", | 35 | "lm32": "endian-big bit-32", |
36 | "m68k": "endian-big bit-32", | ||
36 | "microblaze": "endian-big bit-32 microblaze-common", | 37 | "microblaze": "endian-big bit-32 microblaze-common", |
37 | "microblazeeb": "endian-big bit-32 microblaze-common", | 38 | "microblazeeb": "endian-big bit-32 microblaze-common", |
38 | "microblazeel": "endian-little bit-32 microblaze-common", | 39 | "microblazeel": "endian-little bit-32 microblaze-common", |