summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* persist_data: increase the SQLite connection timeoutJoshua Lock2011-11-141-1/+1
* goggle: exit quietly on ^CChris Larson2011-05-061-0/+2
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-05-065-13/+17
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-05-062-6/+10
* utils: fix typo in lockfileChris Larson2011-05-061-1/+1
* bitbake docs: use dblatex to build the pdf bitbake manualDarren Hart2011-05-061-1/+1
* bitbake: correct typo in ??= documentationDarren Hart2011-05-061-1/+1
* git fetcher: make tag back to work, fix Yocto bug 972Yu Ke2011-05-041-0/+1
* lockfile: ask for forgiveness, not permissionChris Larson2011-05-041-7/+6
* bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton2011-05-041-0/+19
* bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton2011-03-151-3/+11
* bitbake/xmlrpc: only use BBTransport for affected Python versionsJoshua Lock2011-03-141-4/+17
* bitbake/bitbake-layers: fix to run with recent changesJoshua Lock2011-03-141-4/+8
* bitbake/hob: fix cancel buttonJoshua Lock2011-03-141-1/+1
* bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock2011-03-141-1/+3
* bitbake/fetch2/local: Fix inverted update required logicRichard Purdie2011-03-091-1/+1
* bitbake/fetch2: Allow local file:// urls to be found on mirrorsbernard-5.0rc2Richard Purdie2011-03-082-9/+19
* bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson2011-03-031-1/+1
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-0320-22/+22
* build: add missing newlineChris Larson2011-03-031-1/+1
* build: switch to old cwd handlingChris Larson2011-03-031-3/+3
* bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie2011-02-282-13/+32
* 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