summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
Commit message (Expand)AuthorAgeFilesLines
* Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files...Richard Purdie2012-03-231-8/+0
* sstate.bbclass: Remove possibility of file corruption and make package writin...Richard Purdie2012-03-231-2/+4
* bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoi...Richard Purdie2012-03-211-0/+8
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-15/+15
* sstate: Remove unecessary bb.data.expand()Richard Purdie2012-03-051-7/+7
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-6/+2
* sstate.bbclass: improve performance of sstate package creationMartin Jansa2012-02-241-23/+16
* sstate.bbclass: add *_config to SSTATE_SCAN_FILESMartin Jansa2012-02-231-1/+1
* sstate.bbclass: Optimise sstate_hardcode_pathRichard Purdie2012-02-101-11/+16
* sstate.bbclass: Add support for sstate preinst functionsRichard Purdie2012-01-271-0/+5
* sstate: Add SSTATE_SCAN_FILESRichard Purdie2011-12-151-1/+2
* getVar/setVar cleanupsRichard Purdie2011-11-271-7/+7
* sstate.bbclass: Ensure we expand stamp-extra-infoRichard Purdie2011-11-211-1/+1
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-47/+47
* sstate.bbclass: Ensure machine specific stamps are only wiped for the current...Richard Purdie2011-10-071-2/+7
* sstate: No need to spew out a debug message per file, summarise insteadRichard Purdie2011-09-261-3/+4
* sstate: Avoid contention between sstate packagesRichard Purdie2011-09-071-0/+3
* sstate: Add level 2 debug so its possible to see what sstate is doingRichard Purdie2011-08-111-2/+8
* bitbake.conf/classes: Variable cleanupRichard Purdie2011-07-251-3/+3
* sstate: Improve performance by moving files rather than using copy and deleteRichard Purdie2011-07-121-5/+11
* sstate.bbclass: Fix an issue if the config changesMark Hatle2011-06-291-0/+2
* classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser...Richard Purdie2011-06-281-2/+2
* sstate.bbclass: When removing files, take an exclusive lock, even for shared ...Richard Purdie2011-06-091-1/+1
* sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weakKhem Raj2011-04-281-1/+1
* sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMESDexuan Cui2011-04-081-2/+4
* sstate: Add support for taking shared lockfilesRichard Purdie2011-03-291-0/+7
* sstate: use only unique set of SSTATETASKMartin Jansa2011-03-241-2/+2
* sstate: Ensure a clean removes setscene stamps as well as the main task stampsRichard Purdie2011-03-191-0/+2
* sstate.bbclass: Turn absolute symbolic links into relative ones for sstate pa...Richard Purdie2011-03-181-1/+28
* sstate.bbclass: always delete stamp files in sstate_cleanPaul Eggleton2011-03-151-9/+7
* sstate.bbclass: avoid deleting unrelated stamp filesPaul Eggleton2011-03-151-1/+3
* sstate: Ensure the SRCURI fetcher cache is not used for sstateRichard Purdie2011-03-081-1/+1
* sstate.bbclass: add SSTATEPOSTINSTFUNCSScott Garman2011-02-231-0/+5
* sstate: Fix bugs after new fetcherZhai Edwin2011-02-111-3/+3
* meta/classes: Update classes to use new fetcher APIRichard Purdie2011-02-071-28/+28
* license.bbclass: Add coverage by sstate code (also use cleandirs and dirs tas...Richard Purdie2011-02-031-0/+1
* staging.bbclass: Only clean out the sysroot if we rerun configure, not at set...Richard Purdie2011-01-281-1/+0
* sstate: Ensure stale stamp files are removed as part of sstate_clean()Richard Purdie2011-01-281-2/+6
* sstate.bbclass: Fix stupid typoRichard Purdie2011-01-271-1/+1
* sstate.bbclass: No need to dump the contents of the sstate package to stdoutRichard Purdie2011-01-271-2/+2
* sstate.bbclass: Handle whitespace in the list of files to 'fixup' to resolve ...Richard Purdie2011-01-271-0/+2
* sstate.bbclass: Optimise to check if the manifest exists without taking locksRichard Purdie2011-01-271-3/+3
* sstate.bbclass: Correctly handle empty sstate packagesRichard Purdie2011-01-261-1/+6
* sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap pro...Richard Purdie2011-01-251-1/+1
* base/sstate.bbclass: Rename fetcher "go" method to "download" when using fetc...Yu Ke2011-01-251-1/+4
* bitbake: machine specific sysroots implementationDongxiao Xu2011-01-251-9/+43
* sstate.bbclass: allow each step of toolchain bootstrap processes to do popula...Dexuan Cui2011-01-251-24/+0
* sstate.bbclass: Ensure clean/setscene sstate functions run under appropriate ...Richard Purdie2011-01-191-1/+9
* sstate.bbclass: fix multimachine builds when PACKAGE_ARCH = MACHINE_ARCHKoen Kooi2011-01-041-1/+1
* sstate.bbclass: delete sstate files when doing cleanallPaul Eggleton2010-12-201-4/+8