2011-05-16 |
Chris Larson | cooker: use logger.exception for config file parse... |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | cooker: pass traceback back from parsing thread |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | cooker: show a useful message for ParsingFailure |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | bb.exceptions: don't show a repr of 'self' |
commit | commitdiff | tree |
2011-05-16 |
Otavio Salvador | codeparser.py: fix syntax error in exception handling |
commit | commitdiff | tree |
2011-05-16 |
Richard Purdie | codeparser.py: Ignore incomplete cache files |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | bb.exceptions: handle tb entries without context |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | bb.exceptions: add to_string convenience function |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | bb.exceptions: add code to create pickleable traceback... |
commit | commitdiff | tree |
2011-05-16 |
Chris Larson | bb.namedtuple_with_abc: add useful util from activestate |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/utils.py: Only try and add read access to a... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/fetch2/local: Fix inverted update required... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/fetch2: Allow local file:// urls to be found... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/fetch2: Fix the problems introduced by the... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/fetch2/git: Fix a bug where AUTOREV and the... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | build.py: Fix ordering bug introduced in 7a29ab534388c0... |
commit | commitdiff | tree |
2011-05-06 |
Darren Hart | bitbake docs: use dblatex to build the pdf bitbake... |
commit | commitdiff | tree |
2011-05-06 |
Darren Hart | correct typo in ??= documentation |
commit | commitdiff | tree |
2011-05-06 |
Yu Ke | git fetcher: make tag back to work, fix Yocto bug 972 |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/codeparser: Correctly handle a missing/empty... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/cache.py: Ensure skipped recipes make it into... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/cooker/codeparser: Ensure the code parser cache... |
commit | commitdiff | tree |
2011-05-06 |
Richard Purdie | bitbake/ast.py: Only run finalise() for the specified... |
commit | commitdiff | tree |
2011-05-02 |
Bernhard Reutner... | manual: fix typo |
commit | commitdiff | tree |
2011-04-08 |
Chris Larson | build: run fakeroot if FAKEROOT is set |
commit | commitdiff | tree |
2011-04-07 |
Christopher... | fetch.git: fix a remnant wrt persist + keyerror |
commit | commitdiff | tree |
2011-04-06 |
Chris Larson | persist_data: implement comparison, same as dict |
commit | commitdiff | tree |
2011-04-06 |
Chris Larson | persist_data: make SQLTable a context manager |
commit | commitdiff | tree |
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 |
next |