diff options
| -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 5fd99bf27a..b694a170b9 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
| @@ -24,6 +24,7 @@ def siteinfo_data(d): | |||
| 24 | "armeb": "endian-big bit-32 arm-common arm-32", | 24 | "armeb": "endian-big bit-32 arm-common arm-32", |
| 25 | "avr32": "endian-big bit-32 avr32-common", | 25 | "avr32": "endian-big bit-32 avr32-common", |
| 26 | "bfin": "endian-little bit-32 bfin-common", | 26 | "bfin": "endian-little bit-32 bfin-common", |
| 27 | "epiphany": "endian-little bit-32", | ||
| 27 | "i386": "endian-little bit-32 ix86-common", | 28 | "i386": "endian-little bit-32 ix86-common", |
| 28 | "i486": "endian-little bit-32 ix86-common", | 29 | "i486": "endian-little bit-32 ix86-common", |
| 29 | "i586": "endian-little bit-32 ix86-common", | 30 | "i586": "endian-little bit-32 ix86-common", |
