summaryrefslogtreecommitdiffstats
path: root/classes/siteinfo.bbclass
AgeCommit message (Collapse)Author
2010-03-19Don't inherit siteinfo in base.bbclassChris Larson
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-10classes: Use linux-gnuspe instead of non existing linux-speKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj
* This patch reverts the cosmetic change which used linux-gnu instead of linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Holger Freyther <zecke@selfish.org>
2009-10-06siteinfo.bbclass: Remove spurious print.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-06siteinfo.bbclass: Fix powerpc triplets and removed unused ones.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-06siteinfo: Add common-mips site file.Khem Raj
* After renaming the target triplet the file names needs to be renamed because they are used in get_siteinfo_list Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-06-17siteinfo.bbclass: add support for via C3 hostRolf Leggewie
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.