summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).Adrian Fiergolski2018-01-021-1/+1
* wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini2017-12-186-19/+47
* wic: partition.py: Update comments slightlyTom Rini2017-12-181-3/+1
* wic: kparser.py: Check for SquashFS and use-uuidTom Rini2017-12-181-0/+5
* devtool: add license checksum change handling to 'devtool upgrade'Alexander Kanavin2017-12-181-2/+73
* devtool: provide useful defaults for version/commit when upgrading recipesAlexander Kanavin2017-12-181-4/+12
* devtool: add a 'latest-version' commandAlexander Kanavin2017-12-181-0/+26
* recipetool: create: fix conflict between SRCREV and tagChang Rebecca Swee Fun2017-12-181-4/+4
* wic: support filesystem label for rawcopyMartin Hundebøll2017-12-101-0/+22
* recipetool: create: fix failure handling included dictsPaul Eggleton2017-11-211-0/+2
* devtool: implement conditional patch handlingPaul Eggleton2017-11-112-26/+153
* devtool: finish: add dry-run optionPaul Eggleton2017-11-111-71/+199
* devtool: finish: improve reporting for removed filesPaul Eggleton2017-11-111-14/+18
* devtool: show a better error message if meta-files aren't foundPaul Eggleton2017-11-111-4/+7
* devtool: upgrade: reformat --no-patch warning messagePaul Eggleton2017-11-111-4/+2
* devtool: upgrade: automatically handle changes to source subdirectoryPaul Eggleton2017-11-112-9/+28
* devtool: upgrade: show messages before source extraction stepsPaul Eggleton2017-11-111-0/+2
* recipetool: create: show a warning for github archive URLsPaul Eggleton2017-11-111-0/+3
* recipetool: create: drop debug printPaul Eggleton2017-11-111-1/+0
* devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton2017-11-111-13/+40
* devtool: finish: fix "layer not in bblayers.conf" warning when path specifiedPaul Eggleton2017-11-111-2/+4
* devtool: finish: ensure repository is clean before proceedingPaul Eggleton2017-11-112-2/+32
* devtool: reset: print source tree base pathPaul Eggleton2017-11-111-5/+5
* devtool: make find-recipe and edit-recipe always work with any recipePaul Eggleton2017-11-111-12/+14
* devtool: show some warnings for upgrade versionsPaul Eggleton2017-11-113-3/+23
* devtool: fix handling of oe-local-files when source is in a subdirectoryPaul Eggleton2017-11-111-9/+15
* devtool: upgrade: improve performance and show progress when adding filesPaul Eggleton2017-11-111-2/+9
* devtool: upgrade: fix not committing deleted files with older git versionsPaul Eggleton2017-11-111-1/+1
* devtool: upgrade: fix accidentally swapped parametersPaul Eggleton2017-11-111-1/+1
* recipetool: ignore incidental kernel module sourcePaul Eggleton2017-11-112-3/+5
* recipetool: pass absolute source tree path to pluginsPaul Eggleton2017-11-111-2/+2
* wic: Update canned-wks for systemd to use UUID everywhereTom Rini2017-11-081-2/+2
* wic: When using --use-uuid make sure that we update the fstab with PARTUUIDTom Rini2017-11-081-3/+6
* wic: add 'part-name' argument for naming GPT partitionsArtur Mądrzak2017-11-074-0/+15
* scripts/lib/bsp: delete, all users have been removedJoshua Lock2017-11-05182-8244/+0
* wic: misc.py: Use mmd from mtools instead of syslinuxSaul Wold2017-11-051-1/+1
* wic: misc.py: Added more mtools binariesSaul Wold2017-11-051-0/+3
* 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