summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* git fetcher: add support for rebaseable git repoYu Ke2011-05-171-8/+20
* bitbake/ui: Fix Gtk+ GUI's after recent cache changesJoshua Lock2011-05-163-1/+7
* codeparser.py: Ignore incomplete cache filesRichard Purdie2011-05-121-1/+1
* bitbake: Add missing fileRichard Purdie2011-05-071-0/+28
* Enable some DeprecationWarningsChris Larson2011-05-061-12/+10
* bitbake: Sync fetch back with upstreamRichard Purdie2011-05-061-9/+6
* fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson2011-05-061-4/+4
* bitbake/persist_data: Sync file with upstream bitbakeRichard Purdie2011-05-061-12/+24
* persist_data: implement comparison, same as dictChris Larson2011-05-063-44/+25
* persist_data: don't allow non-string keys/valuesChris Larson2011-05-061-0/+5
* persist_data: add has_keyChris Larson2011-05-061-0/+3
* persist_data: raise KeyError on missing elementsChris Larson2011-05-064-24/+27
* event: improve output for syntax errors in handlersChris Larson2011-05-061-3/+9
* event: improve output when eventhandler exec failsChris Larson2011-05-061-11/+31
* event: register event handler functions, not code objectsChris Larson2011-05-061-12/+10
* build: fix dir removal tracebackChris Larson2011-05-061-6/+9
* build: in exec_func, mkdirhier ${T}Chris Larson2011-05-061-1/+2
* Initial work on getting bitbake working under pypyChris Larson2011-05-064-22/+23
* cooker: fix -b with BBCLASSEXTENDChris Larson2011-05-061-7/+10
* 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/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/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/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
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-0319-21/+21
* 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
OpenPOWER on IntegriCloud