Age | Commit message (Expand) | Author | Files |
2012-05-30 | meta: replace os.system with subprocess.call | Robert Yang | 1 |
2012-05-18 | sstate.bbclass: Make sure we don't have an empty fixmepath file | Mark Hatle | 1 |
2012-05-17 | meta/classes/sstate.bbclass: ensure sstate files have group R/W | Joshua Lock | 1 |
2012-05-15 | sstate.bbclass: Optimize the generation and install path fixups | Mark Hatle | 1 |
2012-05-11 | sstate.bbclass: Improve sstate_installpkg performance | Mark Hatle | 1 |
2012-03-23 | Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files... | Richard Purdie | 1 |
2012-03-23 | sstate.bbclass: Remove possibility of file corruption and make package writin... | Richard Purdie | 1 |
2012-03-21 | bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoi... | Richard Purdie | 1 |
2012-03-05 | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 1 |
2012-03-05 | sstate: Remove unecessary bb.data.expand() | Richard Purdie | 1 |
2012-03-05 | meta/classes: Convert to use appendVar and appendVarFlags | Richard Purdie | 1 |
2012-02-24 | sstate.bbclass: improve performance of sstate package creation | Martin Jansa | 1 |
2012-02-23 | sstate.bbclass: add *_config to SSTATE_SCAN_FILES | Martin Jansa | 1 |
2012-02-10 | sstate.bbclass: Optimise sstate_hardcode_path | Richard Purdie | 1 |
2012-01-27 | sstate.bbclass: Add support for sstate preinst functions | Richard Purdie | 1 |
2011-12-15 | sstate: Add SSTATE_SCAN_FILES | Richard Purdie | 1 |
2011-11-26 | getVar/setVar cleanups | Richard Purdie | 1 |
2011-11-21 | sstate.bbclass: Ensure we expand stamp-extra-info | Richard Purdie | 1 |
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 |
2011-10-06 | sstate.bbclass: Ensure machine specific stamps are only wiped for the current... | Richard Purdie | 1 |
2011-09-26 | sstate: No need to spew out a debug message per file, summarise instead | Richard Purdie | 1 |
2011-09-07 | sstate: Avoid contention between sstate packages | Richard Purdie | 1 |
2011-08-11 | sstate: Add level 2 debug so its possible to see what sstate is doing | Richard Purdie | 1 |
2011-07-25 | bitbake.conf/classes: Variable cleanup | Richard Purdie | 1 |
2011-07-12 | sstate: Improve performance by moving files rather than using copy and delete | Richard Purdie | 1 |
2011-06-29 | sstate.bbclass: Fix an issue if the config changes | Mark Hatle | 1 |
2011-06-28 | classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser... | Richard Purdie | 1 |
2011-06-09 | sstate.bbclass: When removing files, take an exclusive lock, even for shared ... | Richard Purdie | 1 |
2011-04-28 | sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weak | Khem Raj | 1 |
2011-04-08 | sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMES | Dexuan Cui | 1 |
2011-03-29 | sstate: Add support for taking shared lockfiles | Richard Purdie | 1 |
2011-03-24 | sstate: use only unique set of SSTATETASK | Martin Jansa | 1 |
2011-03-19 | sstate: Ensure a clean removes setscene stamps as well as the main task stamps | Richard Purdie | 1 |
2011-03-18 | sstate.bbclass: Turn absolute symbolic links into relative ones for sstate pa... | Richard Purdie | 1 |
2011-03-15 | sstate.bbclass: always delete stamp files in sstate_clean | Paul Eggleton | 1 |
2011-03-15 | sstate.bbclass: avoid deleting unrelated stamp files | Paul Eggleton | 1 |
2011-03-08 | sstate: Ensure the SRCURI fetcher cache is not used for sstate | Richard Purdie | 1 |
2011-02-23 | sstate.bbclass: add SSTATEPOSTINSTFUNCS | Scott Garman | 1 |
2011-02-11 | sstate: Fix bugs after new fetcher | Zhai Edwin | 1 |
2011-02-07 | meta/classes: Update classes to use new fetcher API | Richard Purdie | 1 |
2011-02-03 | license.bbclass: Add coverage by sstate code (also use cleandirs and dirs tas... | Richard Purdie | 1 |
2011-01-28 | staging.bbclass: Only clean out the sysroot if we rerun configure, not at set... | Richard Purdie | 1 |
2011-01-28 | sstate: Ensure stale stamp files are removed as part of sstate_clean() | Richard Purdie | 1 |
2011-01-27 | sstate.bbclass: Fix stupid typo | Richard Purdie | 1 |
2011-01-27 | sstate.bbclass: No need to dump the contents of the sstate package to stdout | Richard Purdie | 1 |
2011-01-27 | sstate.bbclass: Handle whitespace in the list of files to 'fixup' to resolve ... | Richard Purdie | 1 |
2011-01-27 | sstate.bbclass: Optimise to check if the manifest exists without taking locks | Richard Purdie | 1 |
2011-01-26 | sstate.bbclass: Correctly handle empty sstate packages | Richard Purdie | 1 |
2011-01-25 | sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap pro... | Richard Purdie | 1 |
2011-01-25 | base/sstate.bbclass: Rename fetcher "go" method to "download" when using fetc... | Yu Ke | 1 |