aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-05-25cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie
2011-05-25build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie
2011-05-24codeparser.py: fix syntax error in exception handlingOtavio Salvador
2011-05-17git fetcher: add support for rebaseable git repoYu Ke
2011-05-16bitbake/ui: Fix Gtk+ GUI's after recent cache changesJoshua Lock
2011-05-12codeparser.py: Ignore incomplete cache filesRichard Purdie
2011-05-07bitbake: Add missing fileRichard Purdie
2011-05-06Enable some DeprecationWarningsChris Larson
2011-05-06bitbake: Sync fetch back with upstreamRichard Purdie
2011-05-06fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson
2011-05-06bitbake/persist_data: Sync file with upstream bitbakeRichard Purdie
2011-05-06persist_data: implement comparison, same as dictChris Larson
2011-05-06persist_data: don't allow non-string keys/valuesChris Larson
2011-05-06persist_data: add has_keyChris Larson
2011-05-06persist_data: raise KeyError on missing elementsChris Larson
2011-05-06event: improve output for syntax errors in handlersChris Larson
2011-05-06event: improve output when eventhandler exec failsChris Larson
2011-05-06event: register event handler functions, not code objectsChris Larson
2011-05-06build: fix dir removal tracebackChris Larson
2011-05-06build: in exec_func, mkdirhier ${T}Chris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
2011-05-06cooker: fix -b with BBCLASSEXTENDChris Larson
2011-05-06bitbake manual: fix typoBernhard Reutner-Fischer
2011-05-05bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-05bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-05-05bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-05-05bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie
2011-05-03git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-05-03universe target: add a new target to collect all recipe targetsSaul Wold
2011-04-20bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-04-19bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-04-18bitbake: correct typo in ??= documentationDarren Hart
2011-03-31bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie
2011-03-31runqueue: simplify fakeroot environment handlingChris Larson
2011-03-31More 'is' fixupsChris Larson
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-31codeparser: use ==, not 'is' to compare stringsChris Larson
2011-03-31bb.siggen: import osChris Larson
2011-03-31utils: fix typo in lockfileChris Larson
2011-03-31lockfile: ask for forgiveness, not permissionChris Larson
2011-03-31goggle: exit quietly on ^CChris Larson
2011-03-29bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-03-29Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie
2011-03-28bitbake/gcc: Enable a shared common source treeRichard Purdie
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