summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bb.exceptions: handle tb entries without contextChris Larson2011-06-081-2/+5
* bb.exceptions: add to_string convenience functionChris Larson2011-06-081-0/+6
* bb.exceptions: add code to create pickleable traceback entriesChris Larson2011-06-081-0/+55
* bb.namedtuple_with_abc: add useful util from activestateChris Larson2011-06-081-0/+255
* bitbake-layers: Fixup after recent server changesRichard Purdie2011-06-081-2/+4
* bitbake/cooker.py: Fix debug message argumentsRichard Purdie2011-06-081-1/+1
* bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard Purdie2011-06-081-4/+8
* bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie2011-06-081-0/+2
* bitbake/server/xmlrpc: Fix typoRichard Purdie2011-06-081-1/+1
* bitbake/server/process: Implement getEvent()Richard Purdie2011-06-081-0/+7
* bitbake/server/process: Update to new server APIRichard Purdie2011-06-082-34/+79
* bitbake: Add process server from upstream bitbakeRichard Purdie2011-06-081-0/+221
* bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie2011-06-083-4/+6
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-085-53/+92
* bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard Purdie2011-06-081-11/+8
* cache: Implement multiple extra cache fields request supportLiping Ke2011-06-072-66/+127
* Introduce new param caches_array into Cache impl.Liping Ke2011-06-074-14/+57
* Introduce extra cache class for image creatorLiping Ke2011-06-071-0/+54
* cache.py: Refactory Current Cache implementationLiping Ke2011-06-071-193/+165
* siggen: don't choke with traceback when data is NoneChris Larson2011-06-071-3/+5
* parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson2011-06-071-1/+1
* event: don't catch systemexit from handler executionChris Larson2011-06-021-1/+1
* data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie2011-06-011-3/+4
* bitbake: use layer priority when applying bbappendsPaul Eggleton2011-06-011-10/+14
* providers.py: Correct PREFERRED_VERSION handlingRichard Purdie2011-06-011-2/+2
* bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python ...Richard Purdie2011-05-311-1/+2
* fetch2/git: ensure network check log matches actual commandDarren Hart2011-05-271-6/+10
* fetch2/git: use logging.debug() and clarify messagesDarren Hart2011-05-271-2/+5
* bitbake/codeparser: Improve cache handlingRichard Purdie2011-05-272-10/+71
* bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie2011-05-271-1/+10
* bitbake/utils.py: Add option to lockfiles to return immediately rather than waitRichard Purdie2011-05-271-1/+5
* bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie2011-05-271-3/+8
* bitbake/cooker.py: Fix -b option regexp handlingRichard Purdie2011-05-271-7/+6
* fetch2/git: enhance the unpack by using "git checkout"Yu Ke2011-05-271-2/+5
* fetch2/git: add document for git fetcher supported optionsYu Ke2011-05-271-3/+35
* fetch2/git: unify the nocheckout option formatYu Ke2011-05-271-3/+1
* fetch2/git: change default protocol from rsync to gitYu Ke2011-05-271-1/+1
* Add PR service deamon to bitbakeLianhao Lu2011-05-274-0/+362
* cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie2011-05-251-1/+18
* build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie2011-05-252-0/+9
* codeparser.py: fix syntax error in exception handlingOtavio Salvador2011-05-241-1/+1
* 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