[oe-commits] Jason Kridner : siteinfo.bbclass: add i386-dawin (intel based macs)

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:51 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: a88a3a98682074883fda47154fa0c95f1ea9e4e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a88a3a98682074883fda47154fa0c95f1ea9e4e7

Author: Jason Kridner <jkridner at beagleboard.org>
Date:   Thu Nov 13 16:05:55 2008 +0100

siteinfo.bbclass: add i386-dawin (intel based macs)

---

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

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index 039afbb..7d3b657 100644
--- a/classes/siteinfo.bbclass
+++ b/classes/siteinfo.bbclass
@@ -33,6 +33,7 @@ def get_siteinfo_list(d):
                "avr32-linux-uclibc":      "endian-big bit-32 common-linux common-uclibc avr32-common",\
                "bfin-uclinux-uclibc":       "endian-little bit-32 common-uclibc bfin-common",\
                "i386-linux":              "endian-little bit-32 common-linux common-glibc ix86-common",\
+               "i386-darwin":             "endian-little bit-32 common-darwin common-glibc ix86-common",\
                "i486-linux":              "endian-little bit-32 common-linux common-glibc ix86-common",\
                "i586-linux":              "endian-little bit-32 common-linux common-glibc ix86-common",\
                "i686-linux":              "endian-little bit-32 common-linux common-glibc ix86-common",\





More information about the Openembedded-commits mailing list