| Commit message (Expand) | Author | Age | Files | Lines |
* | sstate: Add SSTATE_SCAN_FILES | Richard Purdie | 2011-12-15 | 1 | -1/+2 |
* | getVar/setVar cleanups | Richard Purdie | 2011-11-26 | 1 | -7/+7 |
* | sstate.bbclass: Ensure we expand stamp-extra-info | Richard Purdie | 2011-11-21 | 1 | -1/+1 |
* | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 2011-11-10 | 1 | -47/+47 |
* | sstate.bbclass: Ensure machine specific stamps are only wiped for the current... | Richard Purdie | 2011-10-06 | 1 | -2/+7 |
* | sstate: No need to spew out a debug message per file, summarise instead | Richard Purdie | 2011-09-26 | 1 | -3/+4 |
* | sstate: Avoid contention between sstate packages | Richard Purdie | 2011-09-07 | 1 | -0/+3 |
* | sstate: Add level 2 debug so its possible to see what sstate is doing | Richard Purdie | 2011-08-11 | 1 | -2/+8 |
* | bitbake.conf/classes: Variable cleanup | Richard Purdie | 2011-07-25 | 1 | -3/+3 |
* | sstate: Improve performance by moving files rather than using copy and delete | Richard Purdie | 2011-07-12 | 1 | -5/+11 |
* | sstate.bbclass: Fix an issue if the config changes | Mark Hatle | 2011-06-29 | 1 | -0/+2 |
* | classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser... | Richard Purdie | 2011-06-28 | 1 | -2/+2 |
* | sstate.bbclass: When removing files, take an exclusive lock, even for shared ... | Richard Purdie | 2011-06-09 | 1 | -1/+1 |
* | sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weak | Khem Raj | 2011-04-28 | 1 | -1/+1 |
* | sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMES | Dexuan Cui | 2011-04-08 | 1 | -2/+4 |
* | sstate: Add support for taking shared lockfiles | Richard Purdie | 2011-03-29 | 1 | -0/+7 |
* | sstate: use only unique set of SSTATETASK | Martin Jansa | 2011-03-24 | 1 | -2/+2 |
* | sstate: Ensure a clean removes setscene stamps as well as the main task stamps | Richard Purdie | 2011-03-19 | 1 | -0/+2 |
* | sstate.bbclass: Turn absolute symbolic links into relative ones for sstate pa... | Richard Purdie | 2011-03-18 | 1 | -1/+28 |
* | sstate.bbclass: always delete stamp files in sstate_clean | Paul Eggleton | 2011-03-15 | 1 | -9/+7 |
* | sstate.bbclass: avoid deleting unrelated stamp files | Paul Eggleton | 2011-03-15 | 1 | -1/+3 |
* | sstate: Ensure the SRCURI fetcher cache is not used for sstate | Richard Purdie | 2011-03-08 | 1 | -1/+1 |
* | sstate.bbclass: add SSTATEPOSTINSTFUNCS | Scott Garman | 2011-02-23 | 1 | -0/+5 |
* | sstate: Fix bugs after new fetcher | Zhai Edwin | 2011-02-11 | 1 | -3/+3 |
* | meta/classes: Update classes to use new fetcher API | Richard Purdie | 2011-02-07 | 1 | -28/+28 |
* | license.bbclass: Add coverage by sstate code (also use cleandirs and dirs tas... | Richard Purdie | 2011-02-03 | 1 | -0/+1 |
* | staging.bbclass: Only clean out the sysroot if we rerun configure, not at set... | Richard Purdie | 2011-01-28 | 1 | -1/+0 |
* | sstate: Ensure stale stamp files are removed as part of sstate_clean() | Richard Purdie | 2011-01-28 | 1 | -2/+6 |
* | sstate.bbclass: Fix stupid typo | Richard Purdie | 2011-01-27 | 1 | -1/+1 |
* | sstate.bbclass: No need to dump the contents of the sstate package to stdout | Richard Purdie | 2011-01-27 | 1 | -2/+2 |
* | sstate.bbclass: Handle whitespace in the list of files to 'fixup' to resolve ... | Richard Purdie | 2011-01-27 | 1 | -0/+2 |
* | sstate.bbclass: Optimise to check if the manifest exists without taking locks | Richard Purdie | 2011-01-27 | 1 | -3/+3 |
* | sstate.bbclass: Correctly handle empty sstate packages | Richard Purdie | 2011-01-26 | 1 | -1/+6 |
* | sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap pro... | Richard Purdie | 2011-01-25 | 1 | -1/+1 |
* | base/sstate.bbclass: Rename fetcher "go" method to "download" when using fetc... | Yu Ke | 2011-01-25 | 1 | -1/+4 |
* | bitbake: machine specific sysroots implementation | Dongxiao Xu | 2011-01-25 | 1 | -9/+43 |
* | sstate.bbclass: allow each step of toolchain bootstrap processes to do popula... | Dexuan Cui | 2011-01-25 | 1 | -24/+0 |
* | sstate.bbclass: Ensure clean/setscene sstate functions run under appropriate ... | Richard Purdie | 2011-01-19 | 1 | -1/+9 |
* | sstate.bbclass: fix multimachine builds when PACKAGE_ARCH = MACHINE_ARCH | Koen Kooi | 2011-01-04 | 1 | -1/+1 |
* | sstate.bbclass: delete sstate files when doing cleanall | Paul Eggleton | 2010-12-20 | 1 | -4/+8 |
* | sstate.bbclass: Remove the temp sstate-build-* directories in WORKDIR | Dongxiao Xu | 2010-11-14 | 1 | -0/+3 |
* | bitbake/fetch: Allow checking of a single url at a time (massive sstate speed... | Richard Purdie | 2010-11-13 | 1 | -1/+1 |
* | sstate.bbclass: Only create symlinks to different localpath urls if the fetch... | Richard Purdie | 2010-11-13 | 1 | -2/+3 |
* | sstate: Provide a temporary mechanism to stop collisions between toolchain co... | Richard Purdie | 2010-11-02 | 1 | -1/+27 |
* | sstate: Fix mirror handling for file:// urls | Richard Purdie | 2010-10-22 | 1 | -4/+11 |
* | sstate: Fix broken plaindirs support | Richard Purdie | 2010-10-22 | 1 | -2/+6 |
* | base/sstate: Add cleanall task to remove downloads and sstate cached files | Richard Purdie | 2010-10-22 | 1 | -5/+16 |
* | sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sample | Richard Purdie | 2010-10-07 | 1 | -9/+43 |
* | bitbake/sstate: Implement a lookup function to speed up setscene processing | Richard Purdie | 2010-10-05 | 1 | -0/+26 |
* | sstate: Deal with a potential race when cleaning packages | Richard Purdie | 2010-10-01 | 1 | -7/+12 |