summaryrefslogtreecommitdiff
path: root/meta/classes/sstate.bbclass
AgeCommit message (Expand)AuthorFiles
2012-05-30meta: replace os.system with subprocess.callRobert Yang1
2012-05-18sstate.bbclass: Make sure we don't have an empty fixmepath fileMark Hatle1
2012-05-17meta/classes/sstate.bbclass: ensure sstate files have group R/WJoshua Lock1
2012-05-15sstate.bbclass: Optimize the generation and install path fixupsMark Hatle1
2012-05-11sstate.bbclass: Improve sstate_installpkg performanceMark Hatle1
2012-03-23Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files...Richard Purdie1
2012-03-23sstate.bbclass: Remove possibility of file corruption and make package writin...Richard Purdie1
2012-03-21bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoi...Richard Purdie1
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie1
2012-03-05sstate: Remove unecessary bb.data.expand()Richard Purdie1
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie1
2012-02-24sstate.bbclass: improve performance of sstate package creationMartin Jansa1
2012-02-23sstate.bbclass: add *_config to SSTATE_SCAN_FILESMartin Jansa1
2012-02-10sstate.bbclass: Optimise sstate_hardcode_pathRichard Purdie1
2012-01-27sstate.bbclass: Add support for sstate preinst functionsRichard Purdie1
2011-12-15sstate: Add SSTATE_SCAN_FILESRichard Purdie1
2011-11-26getVar/setVar cleanupsRichard Purdie1
2011-11-21sstate.bbclass: Ensure we expand stamp-extra-infoRichard Purdie1
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1
2011-10-06sstate.bbclass: Ensure machine specific stamps are only wiped for the current...Richard Purdie1
2011-09-26sstate: No need to spew out a debug message per file, summarise insteadRichard Purdie1
2011-09-07sstate: Avoid contention between sstate packagesRichard Purdie1
2011-08-11sstate: Add level 2 debug so its possible to see what sstate is doingRichard Purdie1
2011-07-25bitbake.conf/classes: Variable cleanupRichard Purdie1
2011-07-12sstate: Improve performance by moving files rather than using copy and deleteRichard Purdie1
2011-06-29sstate.bbclass: Fix an issue if the config changesMark Hatle1
2011-06-28classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser...Richard Purdie1
2011-06-09sstate.bbclass: When removing files, take an exclusive lock, even for shared ...Richard Purdie1
2011-04-28sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weakKhem Raj1
2011-04-08sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMESDexuan Cui1
2011-03-29sstate: Add support for taking shared lockfilesRichard Purdie1
2011-03-24sstate: use only unique set of SSTATETASKMartin Jansa1
2011-03-19sstate: Ensure a clean removes setscene stamps as well as the main task stampsRichard Purdie1
2011-03-18sstate.bbclass: Turn absolute symbolic links into relative ones for sstate pa...Richard Purdie1
2011-03-15sstate.bbclass: always delete stamp files in sstate_cleanPaul Eggleton1
2011-03-15sstate.bbclass: avoid deleting unrelated stamp filesPaul Eggleton1
2011-03-08sstate: Ensure the SRCURI fetcher cache is not used for sstateRichard Purdie1
2011-02-23sstate.bbclass: add SSTATEPOSTINSTFUNCSScott Garman1
2011-02-11sstate: Fix bugs after new fetcherZhai Edwin1
2011-02-07meta/classes: Update classes to use new fetcher APIRichard Purdie1
2011-02-03license.bbclass: Add coverage by sstate code (also use cleandirs and dirs tas...Richard Purdie1
2011-01-28staging.bbclass: Only clean out the sysroot if we rerun configure, not at set...Richard Purdie1
2011-01-28sstate: Ensure stale stamp files are removed as part of sstate_clean()Richard Purdie1
2011-01-27sstate.bbclass: Fix stupid typoRichard Purdie1
2011-01-27sstate.bbclass: No need to dump the contents of the sstate package to stdoutRichard Purdie1
2011-01-27sstate.bbclass: Handle whitespace in the list of files to 'fixup' to resolve ...Richard Purdie1
2011-01-27sstate.bbclass: Optimise to check if the manifest exists without taking locksRichard Purdie1
2011-01-26sstate.bbclass: Correctly handle empty sstate packagesRichard Purdie1
2011-01-25sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap pro...Richard Purdie1
2011-01-25base/sstate.bbclass: Rename fetcher "go" method to "download" when using fetc...Yu Ke1