Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-16 | classes: Drop a number of unneeded import calls (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-04-21 | icecc.bbclass: fix kernel distributed compilation | Roman I Khimov | 1 | |
Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-02-14 | icecc.bbclass: base fix for cross and native builds, patch/9 | Roman I Khimov | 1 | |
2008-11-16 | [icecc.bbclass] Add connman into blacklist | Julian_chu | 1 | |
Disable icecc to pass compiling | ||||
2008-08-25 | icecc: include glibc into blacklist because we don't have a full cross | John Lee | 1 | |
compiler while building glibc from scratch. | ||||
2008-07-25 | icecc.bbclass: make it work again. | John Lee | 1 | |
* compiled from scratch cooking fso-image successfully so I can say it works for me (tm). * must bitbake icecc-create-env first. | ||||
2007-10-21 | classes/icecc.bbclass : Add support for the SDK packages | Stelios Koroneos | 1 | |
2007-05-24 | classes/icecc.bbclass : Make sure that PARALLEL_MAKE is set to null if the ↵ | Stelios Koroneos | 1 | |
package is not to use the icecc scheduler. In this way you don't end up with -jX to be handled by a single cpu/machine Remove glibc and add glibc-intermediate in the list of packages not use the icecc scheduler | ||||
2006-12-19 | Fix typo in system restricted packages | Stelios Koroneos | 1 | |
2006-12-19 | Fixed error in the way the user specified exclusion lists were handled | Stelios Koroneos | 1 | |
Remove debug messages | ||||
2006-12-19 | Remove depedancy on icecc-create-env to temporeraly solve circullar ↵ | Stelios Koroneos | 1 | |
dependancy problem | ||||
2006-12-19 | Updated icecc.bbclass | Stelios Koroneos | 1 | |
Handles native/cross cross-kernel and target compile jobs Accepts user supplied package and class exclusion lists | ||||
2006-12-03 | ice.bbclass, apply patch from #1495, closes #1495 | Leon Woestenberg | 1 | |
2006-09-11 | classes/icecc.bbclass: Use split so we get the real version instead of a ↵ | Holger Freyther | 1 | |
single charachter [2] will get us the 2nd charachter of the first line. This is not what we wanted. We want the version number which is the '2nd' column of the first line. | ||||
2006-08-20 | classes/icecc.bbclass: Simplify, improve code creating a tar.bz2 | Holger Freyther | 1 | |
For icecream we need to package a tar.bz2 containing our used toolchain. It must contain a gcc, g++ and cc1 and cc1plus and a spec file (if it is not built-in). Optionally it contains host libc.so and libfd.so (which we do not package). Simplify the code creating the tar.bz2 and make it work with any version of gcc/glibc/uclibc (untested). | ||||
2006-08-19 | classes/icecc.bbclass: Determine version of gcc by executing it, use ↵ | Holger Freyther | 1 | |
os.path.join to create paths | ||||
2006-08-19 | classes/icecc.bbclass: Remove tabs, use inherit_class to check if we build a ↵ | Holger Freyther | 1 | |
native or cross package | ||||
2005-06-30 | import clean BK tree at cset 1.3670 | Koen Kooi | 1 | |
2005-06-22 | Ice Cream distributed builds: | Holger Freyther | 1 | |
INHERIT += " icecc " in your local.conf to use icecream for distributed builds. Once a toolchain is built we build a tar.gz out of it and it will automatically get distributed on the build farm. There are still problemes to be resolved but this class is good enough for now BKrev: 42b9db561cfYQxk9iw6rR1nFxOggQQ |