summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/engine.py
Commit message (Expand)AuthorAgeFilesLines
* wic/engine: lets display an error not a tracebackArmin Kuster2020-03-161-1/+4
* wic/engine: use 'linux-swap' for swap file systemChee Yang Lee2019-10-291-1/+1
* wic/engine: include .wks.in in wic search and listChee Yang Lee2019-06-071-3/+4
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-15/+1
* wic/engine: Add missing newlineRichard Purdie2019-04-031-1/+1
* wic/engine: Fix missing parted autobuilder failuresRichard Purdie2019-02-151-3/+5
* wic/engine.py: Load paths from PATH environment variableWilliam Bourque2019-02-141-2/+7
* scripts/lib/wic/engine: Fix cp's target path for ext* filesystemsLeonardo Augusto2019-02-141-1/+1
* wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr outputGeoff Parker2018-10-121-2/+7
* wic: Support for changing the imager.Davis, Michael2018-10-101-1/+1
* wic/engine: improve error reporting when using rm with wicAnuj Mittal2018-07-261-2/+14
* logging: use warning instead warnChen Qi2018-07-261-1/+1
* wic/engine: use up all free space when expanding partitionsAnuj Mittal2018-07-181-1/+3
* wic/engine: fix errors when expanding partitionsAnuj Mittal2018-07-181-5/+4
* wic/engine.py: improve error message when required tools are missingAnuj Mittal2018-06-041-2/+2
* 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
* wic: always read image partitionsEd Bartosh2017-08-271-2/+3
* wic: implement 'wic write' commandEd Bartosh2017-08-271-0/+146
* 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
* wic: flatten directory structureEd Bartosh2017-06-231-1/+1
* 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: fully implement 'wic cp'Ed Bartosh2017-06-141-1/+10
* wic: add Disk._put_part_image methodEd Bartosh2017-06-141-0/+5
* 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
* engine: implement listing wic imagesEd Bartosh2017-06-141-2/+82
* wic: add 'wic ls' commandEd Bartosh2017-06-141-0/+4
* wic: Use argparse instead of optparseAndreas J. Reichel2017-05-231-5/+6
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-041-1/+1
* wic: remove PluginMgr.get_source_pluginsEd Bartosh2017-03-041-1/+1
* wic: use PluginMgr directlyEd Bartosh2017-03-041-3/+3
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-041-1/+1
* wic: raise WicError in core modulesEd Bartosh2017-03-041-12/+9
* wic: remove msger moduleEd Bartosh2017-03-041-4/+0
* wic: use wic logger in core modulesEd Bartosh2017-03-041-8/+11
* wic: remove unused argument scripts_pathEd Bartosh2017-02-151-4/+3
* wic: flatten imager class hierarchyEd Bartosh2017-02-051-16/+16
* wic: engine: create output dirEd Bartosh2017-02-021-0/+3
* wic: code cleanupEd Bartosh2017-02-021-1/+1
* wic: move oe/misc.py one level upEd Bartosh2017-02-021-2/+2
* wic: move 2 APIs to wic.engineEd Bartosh2017-02-021-1/+32