aboutsummaryrefslogtreecommitdiffstats
path: root/classes/base.bbclass
AgeCommit message (Expand)Author
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
2009-11-10base.bbclass: Note legacy staging packages in debug outputRichard Purdie
2009-11-10base.bbclass: Rework staging function to use a DESTDIR style configuration ba...Richard Purdie
2009-11-10packaged-staging.bbclass: Use a variable for the location of the staging lock...Richard Purdie
2009-11-10binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...Richard Purdie
2009-11-10autotools.bbclass: Separate out useful staging functions into base.bbclass an...Richard Purdie
2009-11-10Start removal of layout_* variables and replace these with new mechanisms to ...Richard Purdie
2009-11-09base.bbclass: Promote packagedata inherit to a direct inherit due to ordering...Richard Purdie
2009-11-09packagedata.bbclass: Split package data handling functions out from base.bcla...Richard Purdie
2009-11-09base.bbclass: Drop import bb and import os as no longer neededRichard Purdie
2009-11-09base.bbclass: Drop legacy rebuild mangling codeRichard Purdie
2009-11-03base.bbclass: Better error message in case the Config Parser failsHolger Hans Peter Freyther
2009-08-30base.bbclass: Pass in PATH to popen.Khem Raj
2009-08-26base.bbclass: add cleanall task.Chris Larson
2009-08-26base.bbclass: Remove redundant import of subprocess and signal.Khem Raj
2009-08-23base.bbclass: Replace os.system with subprocess call.Khem Raj
2009-08-19base.bbclass: catch bb.MalformedUrl in do_fetch.Chris Larson
2009-08-19Let the distro control whether we include hostap or madwifi.Chris Larson
2009-08-19base.bbclass: introduce OE source mirror network as last resort for do_fetchRolf Leggewie
2009-08-14base.bbclass: ftp.matrix.com.br no longer existsRolf Leggewie
2009-08-01base.bbclass: Strip -sdk from the PN for BPN as wellHolger Hans Peter Freyther
2009-07-22base bbclass: try to find the git binaries in PATH instead of BBPATHKoen Kooi
2009-06-24bitbake.conf, base.bbclass: Changed build config summary header to be a varia...Chris Larson
2009-06-17base.bbclass: set PATH when calling git for metadata scm bits.Chris Larson
2009-06-17base.bbclass: make git fail silently in the metadata scm bits.Chris Larson
2009-05-14Shorten some full paths printed to the user.Chris Larson
2009-05-14First pass of cleanup of messages outputted to the user.Chris Larson
2009-05-04base.bbclass: added 'gcc-3.4' to list of gcc3 versions (Debian systems)Marcin Juszkiewicz
2009-05-03base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first.Tom Rini
2009-04-30coreutils-native: make mandatory dep for all packagesRoman I Khimov
2009-04-21base.bbclass: Combine all checksum.ini files found in BBPATHPetri Lehtinen
2009-03-23base.bbclass: rstrip the git branch/revision.Chris Larson
2009-03-23base.bbclass: Abort early if localpath() was unable to find a local file for ...Chris Larson
2009-03-21base.bbclass: Fix typo.Chris Larson
2009-03-21base.bbclass: revert removal of base_set_filespath until the refs can be remo...Chris Larson
2009-03-21base.bbclass: Add base_path_relative.Chris Larson
2009-03-21bitbake.conf: Move the list of vars shown in the pre-build config display to ...Chris Larson
2009-03-21base.bbclass: make oe_unpack_file of dirs use FILESPATH, not FILESDIR.Chris Larson
2009-03-21classes/base.bbclass: Locate the scm base path via BBPATH.Chris Larson
2009-03-21base.bbclass: Kill the 'Pkg' messages in the event handler.Chris Larson
2009-03-21bitbake.conf: rework FILESPATH generation.Chris Larson
2009-03-19base.bbclass: Add read_subpkgdata_dict function (from Poky)Richard Purdie