summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake/hob: only show one progress dialog when changing machineJoshua Lock2011-02-251-1/+0
* bitbake/utils.py: Only try and add read access to a file if we don't have itRichard Purdie2011-02-251-4/+11
* bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie2011-02-251-2/+5
* bitbake/codeparser: fix raising of ShellSyntaxErrorJoshua Lock2011-02-251-2/+2
* bitbake/cache: bump cache version after recent changesJoshua Lock2011-02-241-1/+1
* bitbake/progress: make progress dialog modal for parent windowJoshua Lock2011-02-241-2/+1
* bitbake: Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock2011-02-242-0/+734
* bitbake/cooker: don't drop possible_world ref countJoshua Lock2011-02-241-4/+0
* bitbake/progress: add method to pulse the progress barJoshua Lock2011-02-241-0/+4
* bitbake/crumbs: update documentation headerJoshua Lock2011-02-241-1/+1
* bitbake/event: fix some whitespace issuesJoshua Lock2011-02-241-3/+1
* bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock2011-02-241-0/+346
* bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock2011-02-242-0/+18
* bitbake/cooker: reduce code duplicationJoshua Lock2011-02-241-26/+11
* bitbake/cooker: add generateTargetsTree methodJoshua Lock2011-02-241-3/+64
* bitbake: implement command to find configuration files for a config variableJoshua Lock2011-02-243-0/+45
* bitbake: implement command to get all possible targets and their dependenciesJoshua Lock2011-02-243-0/+44
* bitbake/cache: store a list of inherited files in the cacheJoshua Lock2011-02-241-0/+5
* bitbake/server/none: fix getEvent() to return eventsPaul Eggleton2011-02-241-4/+8
* bitbake/server/none: remove leftover XMLRPC bits from none serverPaul Eggleton2011-02-241-11/+3
* bitbake/build.py: Fix TaskFailed parametersRichard Purdie2011-02-231-2/+2
* bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie2011-02-231-2/+14
* bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie2011-02-232-8/+2
* bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie2011-02-231-1/+3
* bitbake/cooker: Fix parsing failure zombie problemRichard Purdie2011-02-231-0/+12
* bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie2011-02-221-2/+11
* bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...Richard Purdie2011-02-211-2/+0
* siggen: add bb.data, bb.parse importsChris Larson2011-02-211-0/+2
* uihelper: import bb.build, kill commented linesChris Larson2011-02-211-10/+2
* runqueue: simplify RunQueueStats.copyChris Larson2011-02-211-4/+1
* runqueue: pass a copy of the RunQueueStats to eventsChris Larson2011-02-211-1/+9
* bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie2011-02-182-7/+7
* bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie2011-02-161-1/+2
* bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie2011-02-161-0/+2
* bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie2011-02-151-0/+2
* bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie2011-02-151-0/+1
* bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie2011-02-151-0/+6
* bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie2011-02-151-2/+2
* process.py: Avoid deprecation warningRichard Purdie2011-02-141-4/+4
* bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie2011-02-131-2/+2
* fetch2: unpack revisionMark Hatle2011-02-122-39/+65
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-119-17/+33
* bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie2011-02-111-1/+9
* bitbake/fetch2: Fix patch merge errorRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie2011-02-111-0/+3
* bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie2011-02-111-0/+4
* bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie2011-02-111-2/+4
* bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie2011-02-111-4/+5
* bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie2011-02-111-1/+5
OpenPOWER on IntegriCloud