aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-03-16bitbake docs: use dblatex to build the pdf bitbake manualDarren Hart
2011-03-15bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-03-14bitbake/xmlrpc: only use BBTransport for affected Python versionsJoshua Lock
2011-03-14bitbake/bitbake-layers: fix to run with recent changesJoshua Lock
2011-03-14bitbake/hob: fix cancel buttonJoshua Lock
2011-03-14bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-03-09bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-03-08bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie
2011-03-03bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-03-03build: add missing newlineChris Larson
2011-03-03build: switch to old cwd handlingChris Larson
2011-02-28bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie
2011-02-25bitbake/hob: only show one progress dialog when changing machineJoshua Lock
2011-02-25bitbake/utils.py: Only try and add read access to a file if we don't have itRichard Purdie
2011-02-25bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie
2011-02-25bitbake/codeparser: fix raising of ShellSyntaxErrorJoshua Lock
2011-02-24bitbake/cache: bump cache version after recent changesJoshua Lock
2011-02-24bitbake/progress: make progress dialog modal for parent windowJoshua Lock
2011-02-24bitbake: Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock
2011-02-24bitbake/cooker: don't drop possible_world ref countJoshua Lock
2011-02-24bitbake/progress: add method to pulse the progress barJoshua Lock
2011-02-24bitbake/crumbs: update documentation headerJoshua Lock
2011-02-24bitbake/event: fix some whitespace issuesJoshua Lock
2011-02-24bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock
2011-02-24bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-02-24bitbake/cooker: reduce code duplicationJoshua Lock
2011-02-24bitbake/cooker: add generateTargetsTree methodJoshua Lock
2011-02-24bitbake: implement command to find configuration files for a config variableJoshua Lock
2011-02-24bitbake: implement command to get all possible targets and their dependenciesJoshua Lock
2011-02-24bitbake/cache: store a list of inherited files in the cacheJoshua Lock
2011-02-24bitbake/server/none: fix getEvent() to return eventsPaul Eggleton
2011-02-24bitbake/server/none: remove leftover XMLRPC bits from none serverPaul Eggleton
2011-02-23bitbake/build.py: Fix TaskFailed parametersRichard Purdie
2011-02-23bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie
2011-02-23bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-02-23bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie
2011-02-23bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-22bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie
2011-02-21bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...Richard Purdie
2011-02-21siggen: add bb.data, bb.parse importsChris Larson
2011-02-21uihelper: import bb.build, kill commented linesChris Larson
2011-02-21runqueue: simplify RunQueueStats.copyChris Larson
2011-02-21runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-02-18bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie
2011-02-16bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie
2011-02-16bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie
2011-02-15bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie
2011-02-15bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie
2011-02-15bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie