aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-06-02event: don't catch systemexit from handler executionChris Larson
2011-06-01data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie
2011-06-01bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-06-01providers.py: Correct PREFERRED_VERSION handlingRichard Purdie
2011-05-31bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python ...Richard Purdie
2011-05-27fetch2/git: ensure network check log matches actual commandDarren Hart
2011-05-27fetch2/git: use logging.debug() and clarify messagesDarren Hart
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie
2011-05-27bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie
2011-05-27bitbake/utils.py: Add option to lockfiles to return immediately rather than waitRichard Purdie
2011-05-27bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie
2011-05-27bitbake/cooker.py: Fix -b option regexp handlingRichard Purdie
2011-05-27fetch2/git: enhance the unpack by using "git checkout"Yu Ke
2011-05-27fetch2/git: add document for git fetcher supported optionsYu Ke
2011-05-27fetch2/git: unify the nocheckout option formatYu Ke
2011-05-27fetch2/git: change default protocol from rsync to gitYu Ke
2011-05-27Add PR service deamon to bitbakeLianhao Lu
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