summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch/git: Fix uri in git checkstatusMarcin SmoczyƄski2015-05-191-2/+1
* bitbake: fetch2/hg.py: add clean functionRobert Yang2015-05-191-0/+5
* bitbake: lib/bb/utils: fix and extend edit_metadata_file()Paul Eggleton2015-05-192-58/+451
* bitbake: lib/bb/utils: fix several bugs in edit_metadata_file()Paul Eggleton2015-05-191-3/+11
* bitbake: lib/bb/utils: add function to get layer containing a filePaul Eggleton2015-05-191-0/+16
* bitbake: tests/parse: Add file missing from previous commitRichard Purdie2015-05-161-0/+69
* bitbake: tests/fetch: Add mirror of mirror testsRichard Purdie2015-05-161-0/+25
* bitbake: fetch2: Improve mirror building function error handlingRichard Purdie2015-05-161-1/+3
* bitbake: fetch2: Allow GIT_SMART_HTTP to be passed throughLiam R. Howlett2015-05-161-0/+1
* bitbake: bitbake: fetch2/git: Add URL when latest_revision generates an excep...Mariano Lopez2015-05-151-1/+2
* bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie2015-05-151-7/+12
* bitbake: tests/fetch: ensure fetch tests preserve current dirPaul Eggleton2015-05-151-0/+2
* bitbake: fetch2/git: ensure the unpacked origin remote points upstreamPaul Eggleton2015-05-151-14/+17
* bitbake: runqueue: Handle cases where siginfo is now a parameter to the hashv...Richard Purdie2015-05-151-2/+7
* bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett2015-05-122-0/+90
* bitbake: fetch/hg: support submodulesDaniel McGregor2015-05-121-19/+36
* bitbake: fetch2: Allow git to use a different CA Bundle with private keysJason Wessel2015-05-121-0/+1
* bitbake: toasterui: close build on BuildCompleted eventAlexandru DAMIAN2015-05-081-16/+18
* bitbake: toasterui: proper exit code on toaster errorsAlexandru DAMIAN2015-05-082-6/+10
* bitbake: bitbake: reset build mtime cache before the buildEd Bartosh2015-04-292-2/+18
* bitbake: bitbake: Check if bitbake versions matchEd Bartosh2015-04-291-2/+1
* bitbake: bitbake: Handle BBMainExceptionEd Bartosh2015-04-291-1/+1
* bitbake: lib/bb/utils: add safeguard against recursively deleting things we s...Paul Eggleton2015-04-192-0/+38
* bitbake: cookerdata: Allow ~ in bblayersEd Bartosh2015-04-191-0/+3
* bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander2015-04-171-1/+1
* bitbake: runqueue: pass finalized metadata to scenequeue callbacksChristopher Larson2015-04-081-4/+4
* bitbake: cooker: Ensure bbappend files are processed in a determistic orderRichard Purdie2015-03-311-7/+9
* bitbake: Update to version 1.27.0 post 1.26 releaseRichard Purdie2015-03-252-2/+2
* bitbake: Update to version 1.26.0Richard Purdie2015-03-252-2/+2
* bitbake: toasterui: enable sanity checkerAlexandru DAMIAN2015-03-251-1/+1
* bitbake: uievent: catch and log exceptions in receiving eventsAlexandru DAMIAN2015-03-251-1/+6
* bitbake: bin/bitbake: Create bitbake_main APIEd Bartosh2015-03-253-4/+394
* bitbake: toastergui: recipe and layer identificationAlexandru DAMIAN2015-03-211-3/+16
* bitbake: toasterui: fix error message parameterAlexandru DAMIAN2015-03-211-1/+1
* bitbake: toasterui: improve info in the toaster_ui.logAlexandru DAMIAN2015-03-212-4/+16
* bitbake: knotty.py: fix indentRobert Yang2015-03-191-19/+19
* bitbake: toasterui: relative recipe pathsAlexandru DAMIAN2015-03-161-1/+7
* bitbake: toasterui: identify proper layer in build modeAlexandru DAMIAN2015-03-161-5/+18
* bitbake: knotty: Do not log show_versions outputRob Woolley2015-03-161-1/+1
* bitbake: knotty: Catch exceptions on broken pipesRob Woolley2015-03-161-19/+24
* bitbake: cooker/server: Fix up 100% CPU usage at idleRichard Purdie2015-03-103-1/+7
* bitbake: fetch2: Revalidate checksums, YOCTO #5571Clemens Lang2015-03-091-10/+102
* bitbake: xmlrpc server: delete function on errorsAlexandru DAMIAN2015-03-091-0/+4
* bitbake: cooker: make sure state is properly used to accept clientsAlexandru DAMIAN2015-03-091-3/+3
* bitbake: xmlrpcserver: do not connect client on errorAlexandru DAMIAN2015-03-091-0/+2
* bitbake: cooker: read file watches on server idleAlexandru DAMIAN2015-03-091-7/+23
* bitbake: toasterui: do not use transactions if the database autocommitsAlexandru DAMIAN2015-02-271-8/+12
* bitbake: toasterui: fix sstate task identificationAlexandru DAMIAN2015-02-271-2/+2
* bitbake: toasterui: disable autocommit for build loggingAlexandru DAMIAN2015-02-241-0/+11
* bitbake: toaster: bitbake cooker log saving and downloadingAlexandru DAMIAN2015-02-202-3/+29