[oe-commits] org.oe.dev siteinfo.bbclass: Added support for armeb-linux-gnueabi and armeb-linux-uclibcgnueabi. Yes, I know neither of them work yet (or at least they don't work for me), but without adding support here no-one will be able to work on making it work.

rwhitby commit openembedded-commits at lists.openembedded.org
Sun Jan 28 09:28:53 UTC 2007


siteinfo.bbclass: Added support for armeb-linux-gnueabi and armeb-linux-uclibcgnueabi.  Yes, I know neither of them work yet (or at least they don't work for me), but without adding support here no-one will be able to work on making it work.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: ab49920c740cb7649f4552cefddf7ceb398df08c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ab49920c740cb7649f4552cefddf7ceb398df08c
Files:
1
classes/siteinfo.bbclass
Diffs:

#
# mt diff -r5987af157d9ff8f91ba0fc48118bea6dc8043e20 -rab49920c740cb7649f4552cefddf7ceb398df08c
#
# 
# 
# patch "classes/siteinfo.bbclass"
#  from [1cae9123f3274f31ca9cf95916f5cbb869bf47bf]
#    to [70d43d3dd9061fb850f861b73df29e3f3b19302b]
# 
============================================================
--- classes/siteinfo.bbclass	1cae9123f3274f31ca9cf95916f5cbb869bf47bf
+++ classes/siteinfo.bbclass	70d43d3dd9061fb850f861b73df29e3f3b19302b
@@ -22,7 +22,9 @@ def get_siteinfo_list(d):
 
        targetinfo = {\
                "armeb-linux":             "endian-big bit-32 common-glibc arm-common",\
+               "armeb-linux-gnueabi":     "endian-big bit-32 common-glibc arm-common armeb-linux",\
                "armeb-linux-uclibc":      "endian-big bit-32 common-uclibc arm-common",\
+               "armeb-linux-uclibcgnueabi": "endian-big bit-32 common-uclibc arm-common armeb-linux-uclibc",\
                "arm-linux":               "endian-little bit-32 common-glibc arm-common",\
                "arm-linux-gnueabi":       "endian-little bit-32 common-glibc arm-common arm-linux",\
                "arm-linux-uclibc":        "endian-little bit-32 common-uclibc arm-common",\






More information about the Openembedded-commits mailing list