summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-06-08bb.exceptions: handle tb entries without contextChris Larson
2011-06-08bb.exceptions: add to_string convenience functionChris Larson
2011-06-08bb.exceptions: add code to create pickleable traceback entriesChris Larson
2011-06-08bb.namedtuple_with_abc: add useful util from activestateChris Larson
2011-06-08bitbake-layers: Fixup after recent server changesRichard Purdie
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard Purdie
2011-06-08bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie
2011-06-08bitbake/server/xmlrpc: Fix typoRichard Purdie
2011-06-08bitbake/server/process: Implement getEvent()Richard Purdie
2011-06-08bitbake/server/process: Update to new server APIRichard Purdie
2011-06-08bitbake: Add process server from upstream bitbakeRichard Purdie
2011-06-08bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie
2011-06-08bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie
2011-06-08bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard Purdie
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07Introduce extra cache class for image creatorLiping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke
2011-06-07siggen: don't choke with traceback when data is NoneChris Larson
2011-06-07parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
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