[oe-commits] Peter Chubb : Allow use of Itanium as build machine

git version control git at git.openembedded.org
Wed Jul 1 14:10:19 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 7dc4a73730a4439c4d606c3f8d81add6ff19e8b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7dc4a73730a4439c4d606c3f8d81add6ff19e8b2

Author: Peter Chubb <peter.chubb at nicta.com.au>
Date:   Mon Jun 22 22:56:31 2009 +0000

Allow use of Itanium as build machine

Hi,
	I have access to a cluster of Itaniums that I want to use as
build machines for openembedded.  This patch enables Itanium as a
build environment.

Signed-off-by: Marcin Juszkiewicz <hrw at openembedded.org>
Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index 55ab371..b51868b 100644
--- a/classes/siteinfo.bbclass
+++ b/classes/siteinfo.bbclass
@@ -48,6 +48,7 @@ def get_siteinfo_list(d):
                "i486-mingw32":            "endian-little bit-32 common-mingw ix86-common",\
                "i586-mingw32":            "endian-little bit-32 common-mingw ix86-common",\
                "i686-mingw32":            "endian-little bit-32 common-mingw ix86-common",\
+	       "ia64-linux":		  "endian-little bit-64 common-linux common-glibc",\
                "mipsel-linux":            "endian-little bit-32 common-linux common-glibc",\
                "mipsel-linux-uclibc":     "endian-little bit-32 common-linux common-uclibc",\
                "mips-linux":              "endian-big bit-32 common-linux common-glibc",\





More information about the Openembedded-commits mailing list