summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* devtool: standard: Expand SRCREV before using it in _update_recipe_srcrevPeter Kjellerstedt2017-10-161-1/+1
* wic: Add option to not change fstabFabio Berton2017-09-262-2/+11
* scripts: drop True option to getVar callsMing Liu2017-09-262-8/+8
* wic: allow multiple /boot partitions with different contentEnrico Scholz2017-09-251-4/+13
* scripts: rename yocto-compat-layer to remove "compatible" nomenclaturePaul Eggleton2017-09-217-16/+16
* scripts/oe-build-perf-report: show recipe version changes in html reportMarkus Lehtonen2017-09-182-2/+33
* scripts/buildstats-diff: move more code to lib/buildstats.pyMarkus Lehtonen2017-09-181-1/+30
* scripts/oe-build-perf-report: summary of task resource usageMarkus Lehtonen2017-09-182-2/+66
* scripts/buildstats-diff: move code to lib/buildstats.pyMarkus Lehtonen2017-09-181-0/+301
* scripts/oe-build-perf-report: tidy up html syntaxMarkus Lehtonen2017-09-181-16/+20
* scripts/oe-build-perf-report: add AggregateTestData classMarkus Lehtonen2017-09-181-1/+4
* devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton2017-09-183-11/+56
* devtool: rework source extraction so that dependencies are handledPaul Eggleton2017-09-182-147/+64
* wic: accept '-' in bitbake variablesEnrico Scholz2017-09-181-1/+1
* devtool/standard: set a preferred provider when adding a new recipe with devtoolJuan M Cruz Alcaraz2017-09-132-0/+45
* devtool: upgrade: check that user has configured git properlyPaul Eggleton2017-09-111-1/+26
* wic: run bmaptool with native Python3Ed Bartosh2017-09-111-2/+4
* wic: update help contentEd Bartosh2017-09-111-32/+32
* wic: implement ext fs support for 'wic rm'Ed Bartosh2017-09-111-11/+16
* wic: implement ext fs support for 'wic cp'Ed Bartosh2017-09-111-4/+9
* wic: implement ext fs support for 'wic ls'Ed Bartosh2017-09-111-5/+10
* devtool: status: Sort entries before printingOla x Nilsson2017-09-111-1/+1
* linux-yocto: add linux-yocto 4.12 bbappendsLeonardo Sandoval2017-08-3121-14/+592
* scriptutils: fix fetch_url() to use lowercase dummy recipe namePaul Eggleton2017-08-311-1/+1
* recipetool: create: detect Eclipse licensesPaul Eggleton2017-08-311-1/+5
* recipetool: create: suppress npm shrinkwrap/lockdown warnings againPaul Eggleton2017-08-311-0/+2
* recipetool: create: fix SRCPV prefix for non-git SCMsPaul Eggleton2017-08-311-1/+9
* recipetool: create: make recently added branch/tag handling git specificPaul Eggleton2017-08-311-2/+2
* devtool: add: add explicit srcrev/branch optionsPaul Eggleton2017-08-312-5/+37
* devtool: edit-recipe: fix regressionPaul Eggleton2017-08-311-4/+11
* devtool: upgrade: workaround for recipes which apply patches conditional upon...Paul Eggleton2017-08-311-1/+1
* devtool: upgrade: fix handling of non-absolute pathsPaul Eggleton2017-08-311-0/+3
* devtool: update-recipe: ensure patches get deleted in srcrev modePaul Eggleton2017-08-311-1/+2
* devtool: deploy-target: Support stripped libs and execsTobias Hagelborn2017-08-271-4/+29
* wic: always read image partitionsEd Bartosh2017-08-271-2/+3
* wic: implement 'wic write' commandEd Bartosh2017-08-272-0/+186
* wic: extend list of used toolsEd Bartosh2017-08-271-1/+2
* wic: added 'fstypes' parameter to Disk.__init__Ed Bartosh2017-08-271-2/+7
* wic: convert partition number to intEd Bartosh2017-08-271-2/+2
* wic: get more info from the 'parted print' outputEd Bartosh2017-08-271-1/+8
* wic: reimplement getting paths of used toolsEd Bartosh2017-08-271-27/+9
* recipetool: create: fix npm license code regressionPaul Eggleton2017-08-231-0/+3
* recipetool: create: fix broken import in npm modulePaul Eggleton2017-08-231-1/+1
* linux-yocto: Drop 4.1 kernel appendsRichard Purdie2017-08-2314-578/+0
* recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMPaul Eggleton2017-08-232-80/+79
* recipetool: allow plugins to set PN / PV more easilyPaul Eggleton2017-08-231-7/+9
* devtool: import: new plugin to import the devtool workspaceLeonardo Sandoval2017-08-232-0/+180
* devtool: append md5sum only if not already presentLeonardo Sandoval2017-08-231-2/+5
* devtool: export: new plugin to export the devtool workspaceLeonardo Sandoval2017-08-231-0/+119
* devtool: upgrade: enable branch checking when revision is providedChang Rebecca Swee Fun2017-08-231-5/+22