summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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