aboutsummaryrefslogtreecommitdiffstats
path: root/classes/base.bbclass
AgeCommit message (Expand)Author
2010-07-20base.bbclass: base_do_compile() accepts GNUmakefile as MakefileVitus Jensen
2010-07-14base.bbclass: introduce COMPATIBLE_TARGET_SYSFrans Meulenbroeks
2010-07-07base.bbclass: re-add backward compatibility with bitbake w.r.t decodeurl fix ...Khem Raj
2010-07-05base.bbclass: Fix oe_unpack_file to unpack files to match new bitbake bb.deco...Khem Raj
2010-06-24Rename base_dep_prepend and autotools_dep_prependChris Larson
2010-06-16linux-libc-headers-native: Add, make it a dependency for most native recipesTom Rini
2010-05-27base.bbclass: fix issue with unpack of patches with apply=noChris Larson
2010-05-27Revert "base.bbclass: fixed 'apply=no' behavior"Chris Larson
2010-05-27base.bbclass: fixed 'apply=no' behaviorEnrico Scholz
2010-05-26base.bbclass: make do_unpack also not unpack when 'apply' url parameter is setChris Larson
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Joshua Lock
2010-05-05base.bbclass: Stage etc directory for native packages and add a use_do_instal...Richard Purdie
2010-05-05base.bbclass: Remove pointless data expand call (from Poky)Richard Purdie
2010-04-25Revert "do_unpack: shift some responsibility around, clean things up"Chris Larson
2010-04-24base.bbclass: unbork oe_unpack_fileChris Larson
2010-04-23Initial move of common python bits into modules of the 'oe' python packageChris Larson
2010-04-23base.bbclass: add <dir>/lib for each dir in BBPATH to the python search pathChris Larson
2010-04-23do_unpack: shift some responsibility around, clean things upChris Larson
2010-04-22Use the python modules for checksum generation where we canChris Larson
2010-04-12utils.bbclass: simplify checksum check, prepare for checksums.ini removalMartin Jansa
2010-04-08Using NotHandled/Handled in event handlers is deprecatedChris Larson
2010-03-27Fixed concurrency problem for ZIP packed recipes.Ihar Hrachyshka
2010-03-23base.bbclass: add missing import of metadata_scmAntonio Ospite
2010-03-21base.bbclass: add popen/system convenience functionsChristopher Larson
2010-03-19base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, sillyChris Larson
2010-03-19Initial split of base.bbclassChris Larson
2010-03-19Don't inherit siteinfo in base.bbclassChris Larson
2010-03-19base.bbclass: Add note about base_path_relativeChris Larson
2010-03-15base.bbclass: fix quoting for md5/sha256 checksums checkingMarcin Juszkiewicz
2010-03-15base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URL...Richard Purdie
2010-03-11base: don't write to system /etc dir, use new STAGING_ETCDIR insteadMartin Jansa
2010-03-11base: also stage ${sysconfdir}Phil Blundell
2010-03-08base.bbclass: provide shortcut syntax for first anonymous entry in SRC_URIBernhard Reutner-Fischer
2010-03-03qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclassTom Rini
2010-03-02qemu: Perform our sanity checks based on ENABLE_BINARY_LOCALE_GENERATIONTom Rini
2010-03-02base.bbclass: create tmp/legacy-staging.log file with names of recipes which ...Marcin Juszkiewicz
2010-02-25Revert "base.bbclass: use bb.utils.*_sum instead of calling md5/sha sum comma...Chris Larson
2010-02-25base.bbclass: use bb.utils.*_sum instead of calling md5/sha sum commandsRoss Burton
2010-02-11base.bbclass: handle xz compressed files and tarballsBernhard Reutner-Fischer
2010-02-01base.bbclass: in base_contains, check for var existance before using itBrian Pomerantz
2010-01-27base.bbclass: pre-create SRC_URI checksums to include in the recipeDenys Dmytriyenko
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
2009-11-13fix c&p error in last patchPhil Blundell
2009-11-13base.bbclass: add support for checksums in .bb filesPhil Blundell
2009-11-12base.bbclass: Fix legacy staging package generation as pre hook was called to...Richard Purdie
2009-11-11base.bbclass: Detect recipes where there are problems with staging functions ...Richard Purdie
2009-11-10base.bbclass: Replace the base_package_name function with the base_prune_suff...Richard Purdie
2009-11-10native.bbclass: Add BBCLASSEXTEND support (from poky)Richard Purdie
2009-11-10base.bbclass: Fix staging for native and non-native packagesRichard Purdie
2009-11-10base.bbclass: Add stubs for functions when package-staging isn't active and f...Richard Purdie