aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
AgeCommit message (Expand)Author
2012-10-05sstate: Normalise paths before comparing with the whitelistRichard Purdie
2012-09-28sstate: Relax the duplicate file whitelist for nowRichard Purdie
2012-09-26sstate: Remove master manifest usageRichard Purdie
2012-09-26sstate: Fix SSTATE_DUPWHITELIST variable usageRichard Purdie
2012-09-12sstate: Append to EXTRASSTATEMAPS and add commentRichard Purdie
2012-08-31sstate.bbclass: Remove hardcoded task mappingsRichard Purdie
2012-08-30sstate: Ensure master.list exists if it doesn't alreadyRichard Purdie
2012-08-30sstate.bbclass: Detect overwriting files in sstate controlled directoriesRichard Purdie
2012-08-21meta/classes: Various python whitespace fixesRichard Purdie
2012-07-27sstate.bbclass: Add a string representing the lsb release to native/cross sstateRichard Purdie
2012-07-27sstate: Add a two character subdirectory to the sstate directory layoutRichard Purdie
2012-07-22sstate: Set SSTAGE_PKGARCH for allarch packages to allow reuseRichard Purdie
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