summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-06bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-05-06bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie
2011-05-06bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-05-06bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-05-06build.py: Fix ordering bug introduced in 7a29ab534388c0095f7f826b16c5cff34392...Richard Purdie
2011-05-06bitbake docs: use dblatex to build the pdf bitbake manualDarren Hart
2011-05-06correct typo in ??= documentationDarren Hart
2011-05-06git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-05-06bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-06bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-05-06bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-05-02manual: fix typoBernhard Reutner-Fischer
2011-04-08build: run fakeroot if FAKEROOT is setChris Larson
2011-04-06fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson
2011-04-05persist_data: implement comparison, same as dictChris Larson
2011-04-05persist_data: make SQLTable a context managerChris Larson
2011-04-05persist_data: don't allow non-string keys/valuesChris Larson
2011-04-05persist_data: add has_keyChris Larson
2011-04-05persist_data: raise KeyError on missing elementsChris Larson
2011-04-04setup.py: install fetch2 moduleMartin Jansa
2011-04-04setup.py: also install bitbake-{layers,diffsigs} scriptsMartin Jansa
2011-04-04cooker: fix -b with BBCLASSEXTENDChris Larson
2011-04-04event: improve output for syntax errors in handlersChris Larson
2011-04-04event: improve output when eventhandler exec failsChris Larson
2011-04-04event: register event handler functions, not code objectsChris Larson
2011-04-01build.py: Merge fakeroot changes from PokyMark Hatle
2011-03-25build: don't choke if olddir no longer existsChris Larson
2011-03-25build: fix dir removal tracebackChris Larson
2011-03-25build: in exec_func, mkdirhier ${T}Chris Larson
2011-03-18runqueue: simplify fakeroot environment handlingChris Larson
2011-03-18build: add missing bit necessary for mhatle's fakeroot fixChris Larson
2011-03-18runqueue.py: Enable PSEUDO (fakeroot) before the forkMark Hatle
2011-03-16Initial work on getting bitbake working under pypyChris Larson
2011-03-16More 'is' fixupsChris Larson
2011-03-16Fix more incorrect usages of 'is'Chris Larson
2011-03-16codeparser: use ==, not 'is' to compare stringsChris Larson
2011-03-16codeparser: fix ShellSyntaxError usageChris Larson
2011-03-08bb.siggen: import osChris Larson
2011-03-08utils: fix typo in lockfileChris Larson
2011-03-08lockfile: ask for forgiveness, not permissionChris Larson
2011-03-07hob: adjust for master's eventHandler APIChris Larson
2011-03-07goggle: exit quietly on ^CChris Larson
2011-03-03bitbake/cache: bump cache version after recent changesJoshua Lock
2011-03-03bitbake/progress: make progress dialog modal for parent windowJoshua Lock
2011-03-03Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock
2011-03-03bitbake/cooker: don't drop possible_world ref countJoshua Lock
2011-03-03bitbake/progress: add method to pulse the progress barJoshua Lock
2011-03-03bitbake/crumbs: update documentation headerJoshua Lock
2011-03-03bitbake/event: fix some whitespace issuesJoshua Lock