summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* devtool: standard: Expand SRCREV before using it in _update_recipe_srcrevPeter Kjellerstedt2017-10-161-1/+1
* oe-pkgdata-util: add unescape option to read-valueRoss Burton2017-10-071-0/+5
* wic: Add option to not change fstabFabio Berton2017-09-263-2/+13
* 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
* oe-build-perf-report-email.py: add cc and bcc optionsJoshua Lock2017-09-211-2/+15
* scripts: rename yocto-compat-layer to remove "compatible" nomenclaturePaul Eggleton2017-09-219-31/+31
* scripts/oe-build-perf-report: show recipe version changes in html reportMarkus Lehtonen2017-09-183-3/+49
* scripts/buildstats-diff: move more code to lib/buildstats.pyMarkus Lehtonen2017-09-182-56/+61
* scripts/oe-build-perf-report: summary of task resource usageMarkus Lehtonen2017-09-183-25/+133
* scripts/buildstats-diff: move code to lib/buildstats.pyMarkus Lehtonen2017-09-182-250/+329
* scripts/oe-build-perf-report: tidy up html syntaxMarkus Lehtonen2017-09-181-16/+20
* scripts/oe-build-perf-report: provide valid title in the html reportMarkus Lehtonen2017-09-181-1/+3
* scripts/oe-build-perf-report: remove dead codeMarkus Lehtonen2017-09-181-4/+0
* scripts/oe-build-perf-report: use --hostname in --listMarkus Lehtonen2017-09-181-2/+4
* scripts/oe-build-perf-report: fix handling of --history-lengthMarkus Lehtonen2017-09-181-1/+1
* scripts/oe-build-perf-report: add AggregateTestData classMarkus Lehtonen2017-09-182-8/+13
* scripts/oe-build-perf-report: fix dumping buildstatsMarkus Lehtonen2017-09-181-0/+1
* devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton2017-09-184-31/+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
* scripts/buildhistory-diff: use of argparse instead of optparseDaniela Plascencia2017-09-111-54/+71
* 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
* yocto-compat-layer.py: Fix trace when layers can't be processedMark Hatle2017-09-111-1/+1
* 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
* scripts/runqemu: Don't print error messages about tap file locksRichard Purdie2017-08-301-3/+7
* 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-273-0/+241
* 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