summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake/persist_data: Reconnect when DB is lockedLianhao Lu2012-05-311-5/+7
* runqueue.py: Add inter setscene task dependency handlingRichard Purdie2012-05-311-0/+22
* runqueue.py: Fix missing setscene dependenciesRichard Purdie2012-05-311-3/+5
* fetch2/git: Add workaround for clone using alternates problemRichard Purdie2012-02-031-1/+1
* ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_FSTYPESJoshua Lock2012-01-301-0/+1
* ui/crumbs/runningbuild: handle InvalidTask eventsJoshua Lock2012-01-301-0/+4
* siggen.py: If both sigs have a variable in it's whitelist then don't say it's...Matthew McClintock2012-01-301-3/+3
* bitbake/siggen.py: Don't backtrace if the taskhash data isn't presentRichard Purdie2012-01-301-2/+2
* build.py: Be determistic about a function's cwdRichard Purdie2012-01-301-2/+1
* cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie2012-01-301-1/+3
* Nothing uses USERNAME, remove it - can cause sstate-cache conflictsMatthew McClintock2012-01-301-1/+0
* codeparser: silence non-literal warnings for vardepsChristopher Larson2012-01-303-9/+37
* codeparser: drop expand trackingChristopher Larson2012-01-301-11/+0
* codeparser: accept a name for better messagesChristopher Larson2012-01-303-11/+13
* codeparser: simplify how we compare the called node namesChristopher Larson2012-01-301-52/+20
* codeparser: merge the nested python parsing classesChristopher Larson2012-01-301-102/+87
* data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie2012-01-302-13/+17
* fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie2012-01-301-3/+10
* runqueue.py: Fix debug message to reference the correct taskRichard Purdie2012-01-301-1/+2
* fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie2012-01-301-3/+1
* siggen.py: sort task hash depedencies with basepathMatthew McClintock2012-01-301-11/+14
* bitbake: print out symmetric difference when comparing sigsMatthew McClintock2012-01-301-0/+4
* runqueue.py: Ensure we fully process the covered listRichard Purdie2012-01-301-3/+4
* runqueue.py: Ensure setscene tasks don't break dependency orderRichard Purdie2012-01-301-4/+7
* bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the...Richard Purdie2012-01-301-1/+1
* bitbake/runqueue.py: Fix incorrect task number reference in debug messageRichard Purdie2012-01-301-1/+1
* parse_py: Use absolute paths for FILERichard Purdie2012-01-302-2/+2
* siggen.py: Include list of variables in hashesRichard Purdie2012-01-301-0/+1
* siggen.py: Fix diffsigs output for filename comparisionsRichard Purdie2012-01-301-3/+15
* codeparser: make var_expands actually hold useful informationChristopher Larson2012-01-301-1/+1
* lib/bb/runqueue: avoid marking runtime dependencies as coveredPaul Eggleton2012-01-301-1/+6
* utils.py: Fix lockfile retry handlingRichard Purdie2012-01-301-1/+1
* hob: fix backtrace when dismissing open dialogJoshua Lock2012-01-301-2/+2
* fetch2: Export additional variables to the fetchersMatthew McClintock2012-01-301-1/+2
* fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock2012-01-301-1/+1
* bitbake/lib/bb/msg.py: fix setting debug and verbosity levelsPaul Eggleton2011-09-262-4/+4
* hob: store recipe path at load timeJoshua Lock2011-09-261-1/+3
* hob: fix building with current selections after reparseJoshua Lock2011-09-261-2/+0
* ui/crumbs/hobeventhandler: fix variable name typoJoshua Lock2011-09-261-1/+1
* ui/crumbs/hobeventhandler: move remaining getVariable calls to initJoshua Lock2011-09-261-4/+5
* Fix mercurial fetcher in fetch21.1_M4.rc3Julian Pidancet2011-09-211-1/+1
* hob: fix opening of image output dir on image build completionJoshua Lock2011-09-212-4/+7
* ui/crumbs/runningbuild: fix log messages right-click menuJoshua Lock2011-09-211-1/+1
* hob: enable package only builds even if an image has been builtJoshua Lock2011-09-201-0/+1
* hob: fix build again when building packages onlyJoshua Lock2011-09-202-12/+12
* ui/crumbs/hobprefs: re-enable reloading of data after prefs changesJoshua Lock2011-09-201-1/+1
* fetch2/git: fix subpath destination directoryPaul Eggleton2011-09-201-1/+3
* fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa2011-09-201-1/+4
* fetch2/git: fix logger.debugMartin Jansa2011-09-201-1/+1
* fetch2/wget: make checkstatus() quieterJoshua Lock2011-09-201-3/+4