summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* siggen.py: If both sigs have a variable in it's whitelist then don't say it's...Matthew McClintock2011-12-051-3/+3
* Remove the async_cmds and sync_cmds from command.pyRobert Yang2011-12-051-14/+0
* fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabledJoshua Lock2011-12-051-3/+3
* Remove the duplicated assignments of self.configuration.cmdRobert Yang2011-12-051-3/+0
* cooker.py: Allow the -e option to work with virtual classes and -bRichard Purdie2011-12-011-1/+3
* build.py: Be determistic about a function's cwdRichard Purdie2011-12-011-2/+1
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-2724-198/+196
* bitbake/siggen.py: Don't backtrace if the taskhash data isn't presentRichard Purdie2011-11-251-2/+2
* bitbake: Update and fix bitbake-runtaskRobert Yang2011-11-251-66/+65
* Nothing uses USERNAME, remove it - can cause sstate-cache conflictsMatthew McClintock2011-11-251-1/+0
* data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie2011-11-242-11/+15
* fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie2011-11-241-3/+10
* knotty: Add support for logging the console to logfileRichard Purdie2011-11-241-0/+6
* runqueue.py: Fix debug message to reference the correct taskRichard Purdie2011-11-241-1/+2
* fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie2011-11-241-3/+1
* siggen.py: sort task hash depedencies with basepathMatthew McClintock2011-11-231-11/+14
* bitbake: print out symmetric difference when comparing sigsMatthew McClintock2011-11-231-0/+4
* runqueue.py: Ensure we fully process the covered listRichard Purdie2011-11-231-3/+4
* runqueue.py: Ensure setscene tasks don't break dependency orderRichard Purdie2011-11-231-4/+7
* bitbake/runqueue.py: Add BB_SETSCENE_VERIFY_FUNCTION hookRichard Purdie2011-11-221-11/+9
* bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the...Richard Purdie2011-11-211-1/+1
* bitbake/runqueue.py: Fix incorrect task number reference in debug messageRichard Purdie2011-11-211-1/+1
* parse_py: Use absolute paths for FILERichard Purdie2011-11-182-2/+2
* siggen.py: Include list of variables in hashesRichard Purdie2011-11-181-0/+1
* siggen.py: Fix diffsigs output for filename comparisionsRichard Purdie2011-11-181-3/+15
* lib/bb/runqueue: avoid marking runtime dependencies as coveredPaul Eggleton2011-11-151-1/+6
* data_smart: Add appendVar/prependVar functionsRichard Purdie2011-11-101-0/+16
* Add FAKEROOTNOENV variableRichard Purdie2011-11-102-0/+9
* cooker.py: Ensure only one copy of bitbake executes at onceRichard Purdie2011-11-101-0/+7
* utils.py: Fix lockfile retry handlingRichard Purdie2011-11-101-1/+1
* codeparser: silence non-literal warnings for vardepsChristopher Larson2011-11-103-11/+39
* codeparser: drop expand trackingChristopher Larson2011-11-101-11/+0
* codeparser: accept a name for better messagesChristopher Larson2011-11-103-13/+15
* codeparser: simplify how we compare the called node namesChristopher Larson2011-11-101-52/+20
* codeparser: merge the nested python parsing classesChristopher Larson2011-11-101-102/+87
* Increment version post releaseRichard Purdie2011-11-042-2/+2
* Release 1.14.0Richard Purdie2011-11-042-2/+2
* codeparser: make var_expands actually hold useful informationChristopher Larson2011-11-041-1/+1
* doc: update manual for checksum changesJoshua Lock2011-10-241-1/+1
* fetch2: enable checksum definition as SRC_URI parameterJoshua Lock2011-10-241-2/+8
* fetch2: improve usability of checksumsJoshua Lock2011-10-241-34/+38
* hob: fix backtrace when dismissing open dialogJoshua Lock2011-10-241-2/+2
* Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang2011-10-112-2/+1
* fetch2: Export additional variables to the fetchersMatthew McClintock2011-10-061-1/+2
* fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock2011-10-041-1/+1
* bitbake/lib/bb/msg.py: fix setting debug and verbosity levelsPaul Eggleton2011-09-252-4/+4
* hob: store recipe path at load timeJoshua Lock2011-09-251-1/+3
* hob: fix building with current selections after reparseJoshua Lock2011-09-251-2/+0
* ui/crumbs/hobeventhandler: fix variable name typoJoshua Lock2011-09-251-1/+1
* ui/crumbs/hobeventhandler: move remaining getVariable calls to initJoshua Lock2011-09-251-4/+5