summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* wic: add description of --mkfs-extraoptsEd Bartosh2017-07-211-0/+6
* wic: implement wks option --mkfs-extraoptsEd Bartosh2017-07-212-15/+25
* devtool: standard: enable options for PREMIRRORS and MIRRORSChang Rebecca Swee Fun2017-07-211-0/+3
* devtool: find-recipe: enable new subcommand for devtoolChang Rebecca Swee Fun2017-07-211-4/+14
* scriptutils: pass in logger as parameterChang Rebecca Swee Fun2017-07-213-3/+3
* scriptutils: exit politely when no text editor availableChang Rebecca Swee Fun2017-07-211-2/+2
* wic: fix calculation of partition numberEd Bartosh2017-07-211-1/+1
* argparse_oe: Add int_positive typeAníbal Limón2017-07-211-0/+7
* devtool: Setup logging before calling prepareRichard Purdie2017-07-211-1/+1
* recipetool: create: refactor code for ensuring npm is availablePaul Eggleton2017-07-214-79/+34
* recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton2017-07-214-65/+153
* recipetool: create: eliminate second fetch for packagesPaul Eggleton2017-07-211-15/+6
* recipetool: create: ensure meaningful error for malformed tarballsPaul Eggleton2017-07-211-4/+18
* devtool: extract: refactor kern-tools-native handlingPaul Eggleton2017-07-211-32/+5
* recipetool: git reformat URI mangling & parameter strippedStanley Cheong Kwan, Phoong2017-07-171-9/+26
* wic: isoimage-isohybrid: use grub-efi from deploy dirEd Bartosh2017-07-171-52/+23
* wic: isoimage-isohybrid: check result of glob()Ed Bartosh2017-07-171-2/+5
* wic: isoimage: do not remove temp directoryEd Bartosh2017-07-171-2/+2
* wic: get rid of using wic-toolsEd Bartosh2017-07-173-11/+7
* linux-yocto-custom: include a user feature description fileChoong YinThong2017-07-062-0/+2
* yocto-compat-layer.py: make signature check code reusablePatrick Ohly2017-07-062-58/+70
* yocto-compat-layer.py: allow README with suffixPatrick Ohly2017-07-061-4/+10
* yocto-compat-layer.py: add test_worldPatrick Ohly2017-07-061-0/+9
* yocto-compat-layer.py: apply test_signatures to all layersPatrick Ohly2017-07-062-3/+5
* yocto-compat-layer.py: tolerate broken world builds during signature diffPatrick Ohly2017-07-062-2/+7
* yocto-compat-layer.py: avoid adding layers more than oncePatrick Ohly2017-07-061-2/+15
* wic: remove extra double-quote on documentation stringJean-Francois Dagenais2017-06-231-1/+1
* wic/runner.py: move runtool API to misc.pyEd Bartosh2017-06-232-55/+36
* wic: fix restoring of original fstabEd Bartosh2017-06-231-4/+5
* wic: code cleanupEd Bartosh2017-06-235-11/+5
* wic: flatten directory structureEd Bartosh2017-06-2312-13/+12
* linux-yocto: remove user-specific description/config files from machine descr...Leonardo Sandoval2017-06-148-16/+0
* wic: implement removing directoriesEd Bartosh2017-06-141-4/+18
* wic: implement removing filesEd Bartosh2017-06-141-1/+15
* wic: add 'wic rm' commandEd Bartosh2017-06-141-0/+7
* wic: add help and usage content for 'wic rm'Ed Bartosh2017-06-141-1/+58
* wic: fully implement 'wic cp'Ed Bartosh2017-06-141-1/+10
* wic: add Disk._put_part_image methodEd Bartosh2017-06-141-0/+5
* filemap: calculate dst size correctlyEd Bartosh2017-06-141-1/+5
* filemap: check if dest is written for every blockEd Bartosh2017-06-141-0/+7
* filemap: change signature of sparse_copy functionEd Bartosh2017-06-142-4/+13
* wic: add mcopy propertyEd Bartosh2017-06-141-0/+5
* wic: add Disk._prop helperEd Bartosh2017-06-141-5/+10
* wic: add 'wic cp' commandEd Bartosh2017-06-141-0/+7
* wic: add help and usage content for 'wic cp'Ed Bartosh2017-06-141-0/+62
* engine: implement listing wic imagesEd Bartosh2017-06-141-2/+82
* wic: add 'wic ls' commandEd Bartosh2017-06-141-0/+4
* wic: add help and usage content for 'wic ls'Ed Bartosh2017-06-141-0/+65
* bootimg-pcbios: make boot image file uniqueEd Bartosh2017-06-141-1/+1
* filemap: add parameter 'length' to sparse_copyEd Bartosh2017-06-141-3/+12