summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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-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
2011-02-25build: switch to old cwd handlingChris Larson
2011-02-25cooker: use BBHandler.inherit for INHERITChris Larson
2011-02-25cooker: simplify self.configuration.data vs data usageChris Larson
2011-02-24build.py: Operate logfile handling at the task levelRichard Purdie
2011-02-24build.py: Improve exec_task standalone usageRichard Purdie
2011-02-24bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie
2011-02-24bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-02-24bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie
2011-02-24bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-21bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie
2011-02-21bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie
2011-02-21fetch2: unpack revisionMark Hatle