[oe-commits] Walter Goossens : siteinfo.bbclass: Added nios2 architecture.

git version control git at git.openembedded.org
Sun Nov 22 16:43:49 UTC 2009


Module: openembedded.git
Branch: likewise/nios2
Commit: dcdf72e14020bb32eaf55086559143473f635187
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dcdf72e14020bb32eaf55086559143473f635187

Author: Walter Goossens <walter.goossens at axon.tv>
Date:   Wed Nov  4 11:06:47 2009 +0100

siteinfo.bbclass: Added nios2 architecture.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 classes/siteinfo.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index 93cee4f..7e7b9e9 100644
--- a/classes/siteinfo.bbclass
+++ b/classes/siteinfo.bbclass
@@ -52,6 +52,7 @@ def get_siteinfo_list(d):
                "mipsel-linux-uclibc":     "endian-little bit-32 common-linux common-uclibc mips-common",\
                "mips-linux":              "endian-big bit-32 common-linux common-glibc mips-common",\
                "mips-linux-uclibc":       "endian-big bit-32 common-linux common-uclibc mips-common",\
+               "nios2-linux-uclibc":      "endian-little bit-32 common-linux common-uclibc",\
                "powerpc-darwin":          "endian-big bit-32 common-darwin",\
                "ppc-linux":               "endian-big bit-32 common-linux common-glibc powerpc-common powerpc-linux",\
                "ppc64-linux":             "endian-big bit-64 common-linux common-glibc powerpc-common powerpc64-linux",\





More information about the Openembedded-commits mailing list