aboutsummaryrefslogtreecommitdiffstats
path: root/classes/icecc.bbclass
on value='dankm/gcc-6'>dankm/gcc-6
AgeCommit message (Expand)Author
2010-08-03bitbake.conf,cmake.bbclass,cross.bbclass,icecc.bbclass: Point the toolchain p...Khem Raj
2010-07-22classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native sy...Khem Raj
2010-06-15icecc: also set environment in do_installDmitry Eremin-Solenikov
2010-06-04icecc.bbclass: fix irt changes in toolchains installationDmitry Eremin-Solenikov
2010-03-09qemu: remove 0.9.xRoman I Khimov
2010-01-24icecc: introduce ICECC_FALLBACK_PARALLELRoman Khimov
2010-01-24icecc: remove bb.errors on un-built compilersRoman Khimov
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
2009-04-21icecc.bbclass: fix kernel distributed compilationRoman I Khimov
2009-02-14icecc.bbclass: base fix for cross and native builds, patch/9Roman I Khimov
2008-11-16[icecc.bbclass] Add connman into blacklistJulian_chu
2008-08-25icecc: include glibc into blacklist because we don't have a full crossJohn Lee
2008-07-25icecc.bbclass: make it work again.John Lee
OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: 8d33ab1782a9fe70e7e5fa7e66237c65843015de (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
DISABLE_SANITY_CHECKS=1 bitbake -u hob $@

ret=$?
exit $ret