aboutsummaryrefslogtreecommitdiffstats
path: root/classes/siteinfo.bbclass
AgeCommit message (Collapse)Author
2009-05-12Allow use of Itanium as build machinePeter Chubb
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@openembedded.org>
2009-04-16siteinfo.bbclass: add entry for arm-darwin9Jeremy Lainé
2009-01-09siteinfo.bbclass: Add cygwin and mingw entriesRichard Purdie
2008-12-09Fix compilation of Openembedded on ppc64Michael Buesch
This adds ppc64-linux to the siteinfo list. Signed-off-by: Michael Buesch <mb@bu3sch.de>
2008-05-28linux-rt: Update with latest linux-rt developments.Leon Woestenberg
2008-03-14siteinfo bbclass: remove avr32/glibc entries - there never will be avr32 ↵Koen Kooi
support in glibc
2008-03-11siteinfo.bbclass: Add common-linux fileRichard Purdie
2007-12-01site: Add arm-darwin (from poky)Richard Purdie
2007-09-06siteinfo.bbclass: Add mips (MSB) architectureFlorian Boor
2007-06-12siteinfo,insane: blackfin is uclinux, not linuxKoen Kooi
2007-06-11Blackfin support:Koen Kooi
* siteinfo.bbclass, bfin-common: autofoo support * kernel-arch.bbclass, linux-libc-headers_2.6.20.bb: bfin -> blackfin mapping for the kernel * insane.bbclass: stubs for bfin arch, needs proper number, but that will get reported when it encounters the first binary * uclibc: config for adsp-bf537-stamp machine * adsp-bf537-stamp.conf: machine description for adsp-bf537-stamp board (http://www.analog.com/en/prod/0%2C2877%2CBF537%25252DSTAMP%2C00.html) The build currently stops in binutils cross with the "ld not supported on this archicture" message
2007-05-31siteinfo.bbclass: add rudimentary avr32 supportKoen Kooi
2007-04-29site/powerpc-common: Add a common site fike for powerpc archStelios Koroneos
Still needs work, especially uclibc part
2007-02-12siteinfo.bbclass: add support for oldstyle powerpc hostsKoen Kooi
2007-01-26siteinfo.bbclass: Added support for armeb-linux-gnueabi and ↵Rod Whitby
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.
2007-01-01siteinfo.bbclass: Demote site files message to debug log level (from poky)Richard Purdie
2007-01-01site: Start to refactor files to benefit from common site files. Much more ↵Richard Purdie
work is needed but this is a start
2006-11-14site infrastructure changes: Allow more than one file per target so common ↵Richard Purdie
files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.