diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-06-01 00:25:50 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-06-01 00:25:50 +0000 |
| commit | 17531455ef8c295e8fdd16537f32d58cba5116d2 (patch) | |
| tree | f9a3d68260171e85b6b21b7f125a88a99692f0a4 /classes | |
| parent | 161ec533445c09738ac409e1d5f4fd67a2cbaf56 (diff) | |
| parent | 1f36395210db5a01cf162884902a49ab298855c5 (diff) | |
merge of '673c91210e5dd0a5b940ac028c1100416d56784e'
and '77ee40e486d3c8ad2628c2ac01e4325879b50821'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/siteinfo.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 6868750d2d..43a9b55b28 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -29,6 +29,8 @@ def get_siteinfo_list(d): "arm-linux-gnueabi": "endian-little bit-32 common-glibc arm-common arm-linux",\ "arm-linux-uclibc": "endian-little bit-32 common-uclibc arm-common",\ "arm-linux-uclibcgnueabi": "endian-little bit-32 common-uclibc arm-common arm-linux-uclibc",\ + "avr32-linux": "endian-big bit-32 common-glibc",\ + "avr32-linux-uclibc": "endian-big bit-32 common-uclibc",\ "i386-linux": "endian-little bit-32 common-glibc ix86-common",\ "i486-linux": "endian-little bit-32 common-glibc ix86-common",\ "i586-linux": "endian-little bit-32 common-glibc ix86-common",\ |
