summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/git.py: remove .indirectiondir workaroundRobert Yang2016-04-061-17/+1
* bitbake: persist_data: Return str instead of unicode for sqlite3 text queriesKlauer, Daniel2016-04-061-0/+1
* bitbake: siggen: Ensure tainted stamps are accounted for with writing custom ...Richard Purdie2016-04-031-3/+7
* bitbake: siggen: Fix nostamp taint handlingRichard Purdie2016-04-031-3/+7
* bitbake: siggen: Add checksum recalculation/checking codeRichard Purdie2016-04-031-11/+49
* bitbake: siggen: Fix check calculation problem with file_checksumsRichard Purdie2016-04-031-3/+4
* bitbake: siggen: Drop misleading duplicate methodRichard Purdie2016-04-031-3/+0
* bitbake: tests/fetch.py: Improve unit tests for trusted network checkOlof Johansson2016-04-031-35/+42
* bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson2016-04-031-0/+1
* bitbake: toaster: orm better detect requires during CustomImageRecipe generationJoshua Lock2016-04-031-3/+2
* bitbake: toaster: Correct typo on build form help textBelen Barros Pena2016-04-031-1/+1
* bitbake: toaster: buildinfohelper Add additional metadata to the built layerMichael Wood2016-04-031-11/+23
* bitbake: toaster: tests Migrate landing page tests to SeleniumElliot Smith2016-04-012-74/+108
* bitbake: toaster: tests Migrate all projects page tests to SeleniumElliot Smith2016-04-012-197/+214
* bitbake: toaster: tests Migrate project builds page tests to SeleniumElliot Smith2016-04-012-133/+168
* bitbake: toaster: tests Migrate all builds page and project page tests to Sel...Elliot Smith2016-04-013-140/+202
* bitbake: toaster: tests Migrate to Selenium for UI testsElliot Smith2016-04-016-0/+283
* bitbake: bitbake: Don't limit traceback lengths to arbitrary valuesRichard Purdie2016-03-314-4/+4
* bitbake: cookerdata.py: remove slash in the endRobert Yang2016-03-311-0/+2
* bitbake: Bump version to 1.29.1Richard Purdie2016-03-312-2/+2
* bitbake: build/utils: Allow python functions to execute with real exception h...Richard Purdie2016-03-312-5/+14
* bitbake: fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie2016-03-311-8/+21
* bitbake: cooker: fix CookerParser.shutdown()Markus Lehtonen2016-03-311-1/+0
* bitbake: cooker: Ensure bbappend order is deterministicRichard Purdie2016-03-301-1/+2
* bitbake: checksum: In FileChecksumCache don't follow directory symlinksMarkus Lehtonen2016-03-301-2/+4
* bitbake: cookerdata: Improve handling of ParseErrorRichard Purdie2016-03-291-1/+3
* bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón2016-03-281-2/+12
* bitbake: fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón2016-03-281-4/+4
* bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie2016-03-261-0/+8
* bitbake: toaster: get all dependents for pkg for removalDave Lerner2016-03-261-12/+79
* bitbake: toaster: new customise package-remove modal dlgDave Lerner2016-03-261-2/+3
* bitbake: toaster: show full list of dependents to removeDave Lerner2016-03-261-6/+66
* bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...Derek Straka2016-03-261-5/+2
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-243-7/+8
* bitbake: bitbake-user-manual: include/require checks current directoryScott Rifenbark2016-03-231-2/+7
* bitbake: bitbake-user-manual: Updated the "inherit Directive" section.Scott Rifenbark2016-03-231-0/+45
* bitbake: bitbake-user-manual: Updated the copyright year to 2016Scott Rifenbark2016-03-231-1/+1
* bitbake: toasterui: remove ParseStarted from the event listEd Bartosh2016-03-231-1/+0
* bitbake: toasterui: Remove the excessive exception loggingMichael Wood2016-03-231-7/+0
* bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen2016-03-232-2/+2
* bitbake: toaster: orm generate CustomImageRecipe contents try secondary pathMichael Wood2016-03-231-4/+7
* bitbake: toaster: localhostbecontroller put generated layer in the builddirMichael Wood2016-03-231-3/+2
* bitbake: toaster: localhostbecontroller Allow file:/// uri type for git repoMichael Wood2016-03-231-2/+3
* bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood2016-03-233-3/+7
* bitbake: toaster: localhostbecontroller Don't clear out toaster custom layer dirMichael Wood2016-03-231-3/+3
* bitbake: bb/tests/fetch: Update cups urlRichard Purdie2016-03-211-1/+1
* bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll2016-03-121-1/+1
* bitbake: server/process: Try connecting 4 times before giving upLucas Dutra Nunes2016-03-091-4/+6
* bitbake: toaster: models List only have the specified project's imported layersMichael Wood2016-03-091-2/+4
* bitbake: toaster: rework task buildstats storage and displayElliot Smith2016-03-098-79/+163