summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake manual: fix typoBernhard Reutner-Fischer2011-05-061-2/+2
* bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie2011-05-051-2/+5
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-053-5/+14
* bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie2011-05-052-4/+15
* bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie2011-05-052-2/+7
* bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie2011-05-051-6/+0
* git fetcher: make tag back to work, fix Yocto bug 972Yu Ke2011-05-031-0/+1
* universe target: add a new target to collect all recipe targetsSaul Wold2011-05-032-0/+14
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-205-13/+17
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-04-192-6/+10
* bitbake: correct typo in ??= documentationDarren Hart2011-04-181-1/+1
* bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie2011-03-311-0/+2
* runqueue: simplify fakeroot environment handlingChris Larson2011-03-311-15/+17
* More 'is' fixupsChris Larson2011-03-311-2/+2
* Fix more incorrect usages of 'is'Chris Larson2011-03-316-17/+17
* codeparser: use ==, not 'is' to compare stringsChris Larson2011-03-311-2/+2
* bb.siggen: import osChris Larson2011-03-311-0/+1
* utils: fix typo in lockfileChris Larson2011-03-311-1/+1
* lockfile: ask for forgiveness, not permissionChris Larson2011-03-311-7/+6
* goggle: exit quietly on ^CChris Larson2011-03-311-0/+2
* bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton2011-03-291-0/+19
* Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie2011-03-293-14/+2
* bitbake/gcc: Enable a shared common source treeRichard Purdie2011-03-283-2/+14
* bitbake docs: use dblatex to build the pdf bitbake manualDarren Hart2011-03-161-1/+1
* 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 mirrorsRichard 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