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