2011-04-06 |
Chris Larson | persist_data: don't allow non-string keys/values |
commit | commitdiff | tree |
2011-04-06 |
Chris Larson | persist_data: add has_key |
commit | commitdiff | tree |
2011-04-06 |
Chris Larson | persist_data: raise KeyError on missing elements |
commit | commitdiff | tree |
2011-04-04 |
Martin Jansa | setup.py: install fetch2 module |
commit | commitdiff | tree |
2011-04-04 |
Martin Jansa | setup.py: also install bitbake-{layers,diffsigs} scripts |
commit | commitdiff | tree |
2011-04-04 |
Chris Larson | cooker: fix -b with BBCLASSEXTEND |
commit | commitdiff | tree |
2011-04-04 |
Chris Larson | event: improve output for syntax errors in handlers |
commit | commitdiff | tree |
2011-04-04 |
Chris Larson | event: improve output when eventhandler exec fails |
commit | commitdiff | tree |
2011-04-04 |
Chris Larson | event: register event handler functions, not code objects |
commit | commitdiff | tree |
2011-04-01 |
Mark Hatle | build.py: Merge fakeroot changes from Poky |
commit | commitdiff | tree |
2011-03-25 |
Chris Larson | build: don't choke if olddir no longer exists |
commit | commitdiff | tree |
2011-03-25 |
Chris Larson | build: fix dir removal traceback |
commit | commitdiff | tree |
2011-03-25 |
Chris Larson | build: in exec_func, mkdirhier ${T} |
commit | commitdiff | tree |
2011-03-18 |
Chris Larson | runqueue: simplify fakeroot environment handling |
commit | commitdiff | tree |
2011-03-18 |
Chris Larson | build: add missing bit necessary for mhatle's fakeroot fix |
commit | commitdiff | tree |
2011-03-18 |
Mark Hatle | runqueue.py: Enable PSEUDO (fakeroot) before the fork |
commit | commitdiff | tree |
2011-03-16 |
Chris Larson | Initial work on getting bitbake working under pypy |
commit | commitdiff | tree |
2011-03-16 |
Chris Larson | More 'is' fixups |
commit | commitdiff | tree |
2011-03-16 |
Chris Larson | Fix more incorrect usages of 'is' |
commit | commitdiff | tree |
2011-03-16 |
Chris Larson | codeparser: use ==, not 'is' to compare strings |
commit | commitdiff | tree |
2011-03-16 |
Chris Larson | codeparser: fix ShellSyntaxError usage |
commit | commitdiff | tree |
2011-03-08 |
Chris Larson | bb.siggen: import os |
commit | commitdiff | tree |
2011-03-08 |
Chris Larson | utils: fix typo in lockfile |
commit | commitdiff | tree |
2011-03-08 |
Chris Larson | lockfile: ask for forgiveness, not permission |
commit | commitdiff | tree |
2011-03-07 |
Chris Larson | hob: adjust for master's eventHandler API |
commit | commitdiff | tree |
2011-03-07 |
Chris Larson | goggle: exit quietly on ^C |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/cache: bump cache version after recent changes |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/progress: make progress dialog modal for parent... |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | Add new UI hob, a prototype Gtk+ GUI for creating images |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/cooker: don't drop possible_world ref count |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/progress: add method to pulse the progress bar |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/crumbs: update documentation header |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/event: fix some whitespace issues |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | introduce crumbs.TaskListModel a gtk.ListStore subclass |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/[cooker|cache]: cache summary, license and... |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/cooker: reduce code duplication |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/cooker: add generateTargetsTree method |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | implement command to find configuration files for a... |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | implement command to get all possible targets and their... |
commit | commitdiff | tree |
2011-03-03 |
Joshua Lock | bitbake/cache: store a list of inherited files in the... |
commit | commitdiff | tree |
2011-03-03 |
Chris Larson | server: use local fixed _bootstrap when appropriate |
commit | commitdiff | tree |
2011-03-03 |
Chris Larson | bitbake-layers: drop 2.6 from #!, per Joshua Lock |
commit | commitdiff | tree |
2011-03-02 |
Khem Raj | fetch, fetch2: Get rid of DeprecationWarning notice |
commit | commitdiff | tree |
2011-03-02 |
Richard Purdie | bitbake/utils.py: Allow join_deps to return a list... |
commit | commitdiff | tree |
2011-02-26 |
Chris Larson | build: add missing newline |
commit | commitdiff | tree |
2011-02-25 |
Chris Larson | build: switch to old cwd handling |
commit | commitdiff | tree |
2011-02-25 |
Chris Larson | cooker: use BBHandler.inherit for INHERIT |
commit | commitdiff | tree |
2011-02-25 |
Chris Larson | cooker: simplify self.configuration.data vs data usage |
commit | commitdiff | tree |
2011-02-24 |
Richard Purdie | build.py: Operate logfile handling at the task level |
commit | commitdiff | tree |
2011-02-24 |
Richard Purdie | build.py: Improve exec_task standalone usage |
commit | commitdiff | tree |
2011-02-24 |
Richard Purdie | bitbake/data_smart: Improve Variable expansion error... |
commit | commitdiff | tree |
2011-02-24 |
Richard Purdie | bitbake/data_smart: Improve the way lazyassignment... |
commit | commitdiff | tree |
2011-02-24 |
Richard Purdie | bitbake/fetch2: Ensure SRCREV_pn-PN is checked for... |
commit | commitdiff | tree |
2011-02-24 |
Richard Purdie | bitbake/cooker: Fix parsing failure zombie problem |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Revert part of the unpack change until... |
commit | commitdiff | tree |
2011-02-21 |
Mark Hatle | fetch2: unpack revision |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Add explict network access exception... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Fix patch merge error |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Add some debug output so its clear... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Ensure network access status is reset... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2/wget: Fix missing string parameter reference |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Ensure failed fetch attempts are logged... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Correctly handle git mirror tarball... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Pass over malformatted (empty) mirror... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/fetch2: Fix message about md5 checksums when... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | process.py: Avoid deprecation warning |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/build.py: When looking up extra stamp info... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/unlockfile: Fix exception handling |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/utils: Ignore OSError in unlockfile |
commit | commitdiff | tree |
2011-02-21 |
Kevin Tian | siggen.py: better print for task hash comparison |
commit | commitdiff | tree |
2011-02-21 |
Dongxiao Xu | fix parameter order for flaglist() |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/providers.py: Fix runtime providers problems |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/utils.py: Teach unlockfile about shared mode... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/utils.py: Add option of holding shared lockfiles |
commit | commitdiff | tree |
2011-02-21 |
Dongxiao Xu | Introduce stamp-extra-info task flag into stamp filenames |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/build.py: Rename message field to avoid Depreca... |
commit | commitdiff | tree |
2011-02-21 |
Richard Purdie | bitbake/siggen.py: Fix whitelisted variable handling |
commit | commitdiff | tree |
2011-02-18 |
Richard Purdie | Increment version for development version |
commit | commitdiff | tree |
2011-02-18 |
Richard Purdie | Release 1.12.0 1.12.0 |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | uihelper: import bb.build, kill commented lines |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | cooker: don't choke if we have nothing to parse |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | siggen: add bb.data, bb.parse imports |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | runqueue: simplify RunQueueStats.copy |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | runqueue: pass a copy of the RunQueueStats to events |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | server: clean up call of write_profile_stats |
commit | commitdiff | tree |
2011-02-16 |
Chris Larson | server: add profiling support to ProcessServer |
commit | commitdiff | tree |
2011-02-12 |
Chris Larson | Enable some DeprecationWarnings |
commit | commitdiff | tree |
2011-02-12 |
Chris Larson | persist_data: handle lock in sqlite and use the shared... |
commit | commitdiff | tree |
2011-02-11 |
Chris Larson | persist_data: drop SQLData indirection |
commit | commitdiff | tree |
2011-02-11 |
Chris Larson | persist_data: use better items/values methods for SQLTable |
commit | commitdiff | tree |
2011-02-10 |
Saul Wold | fetch2: Correct the clean() mechanism for the fetcher2... |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2/git: Write mirror tarballs if enabled... |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2: Fix negated if check for BB_FETCH_PREMI... |
commit | commitdiff | tree |
2011-02-10 |
Mark Hatle | fetch2: Add SRPM knowledge |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2: Ignore UnboundLocalError in exception... |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2: Move symlink handling into try_mirror... |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY,... |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2: Ensure we only remove files, not direct... |
commit | commitdiff | tree |
2011-02-10 |
Richard Purdie | bitbake/fetch2: Ensure original ud is preserved in... |
commit | commitdiff | tree |
next |