summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake manual: fix typoBernhard Reutner-Fischer2011-05-061-2/+2
* bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie2011-05-051-2/+5
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-053-5/+14
* bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie2011-05-052-4/+15
* bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie2011-05-052-2/+7
* bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie2011-05-051-6/+0
* git fetcher: make tag back to work, fix Yocto bug 972Yu Ke2011-05-031-0/+1
* universe target: add a new target to collect all recipe targetsSaul Wold2011-05-032-0/+14
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-205-13/+17
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-04-192-6/+10
* bitbake: correct typo in ??= documentationDarren Hart2011-04-181-1/+1
* bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie2011-03-311-0/+2