summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-04-28WIP - Mac OS X supportmhatle/macosx/bitbakeMark Hatle
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
2011-03-03introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock
2011-03-03bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-03-03bitbake/cooker: reduce code duplicationJoshua Lock
2011-03-03bitbake/cooker: add generateTargetsTree methodJoshua Lock
2011-03-03implement command to find configuration files for a config variableJoshua Lock
2011-03-03implement command to get all possible targets and their dependenciesJoshua Lock
2011-03-03bitbake/cache: store a list of inherited files in the cacheJoshua Lock
2011-03-03server: use local fixed _bootstrap when appropriateChris Larson
2011-03-03bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson
2011-03-02fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-03-02bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie
2011-02-25build: add missing newlineChris Larson