summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/knotty: print task failure summaryPaul Eggleton2012-01-152-6/+22
* bitbake/cooker: avoid printing stack trace for -b match errorPaul Eggleton2012-01-151-6/+11
* bitbake/fetch2: reduce output for fetch failuresPaul Eggleton2012-01-151-1/+6
* bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton2012-01-152-4/+16
* bitbake/fetch2: correctly decode exit signal/statusPaul Eggleton2012-01-151-4/+7
* bitbake/runqueue: avoid "failed" in task summary if nothing didPaul Eggleton2012-01-151-1/+5
* bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton2012-01-152-5/+8
* bitbake/knotty: don't count errors as warnings in summaryPaul Eggleton2012-01-151-1/+1
* bitbake: Automatically start local PR service.Lianhao Lu2012-01-114-45/+123
* bitbake/PRservice: Added no_hist mode and export/import.Lianhao Lu2012-01-114-80/+263
* bitbake: Add BBHandledException exception classRichard Purdie2012-01-103-4/+19
* bitbake/knotty: Show summary of warning/error messages shownRichard Purdie2012-01-101-2/+11
* bitbake-layers: close files in apply_append()Paul Eggleton2012-01-101-0/+2
* bitbake-layers: flatten: warn the user if output structure is incorrectPaul Eggleton2012-01-101-0/+38
* bitbake-layers: flatten: allow specifying layers to flattenPaul Eggleton2012-01-101-8/+67
* command.py: add parseConfigurationFiles APIDongxiao Xu2012-01-061-0/+10
* bitbake: add a new option "--server-only"Dongxiao Xu2012-01-061-7/+16
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-063-0/+31
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-2/+2
* xmlrpc: Change BitbakeServerInfo init functionDongxiao Xu2012-01-061-4/+4
* command.py: add initCooker APIDongxiao Xu2012-01-062-0/+19
* cooker: user bb.configuration.data to inject eventsDongxiao Xu2012-01-061-2/+2
* command.py: Modify needcache value for certain functionsDongxiao Xu2012-01-061-2/+2
* bitbake/runqueue: Improve the setscene loggingRichard Purdie2012-01-051-0/+4
* fetch2/git: change colon to dot in ud.hostJuraj Hercek2012-01-041-1/+1
* bitbake-layers: fix Python error during parsePaul Eggleton2012-01-041-0/+1
* ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_FSTYPESJoshua Lock2011-12-201-0/+1
* ui/crumbs/runningbuild: handle InvalidTask eventsJoshua Lock2011-12-201-0/+4
* vim/syntax: Recognize ?? operatorKhem Raj2011-12-201-2/+2
* 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
OpenPOWER on IntegriCloud