summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/engine.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* wic: look for wks files in <layer>/wicEd Bartosh2016-12-221-2/+5
* wic: implement --bmap optionEd Bartosh2016-05-191-3/+8
* wic: replace print statements with print functionEd Bartosh2016-05-141-10/+10
* wic: fix short variable namesEd Bartosh2015-09-031-32/+30
* wic: get rid of listing propertiesEd Bartosh2015-09-031-36/+19
* wic: fix pylint warning redefined-builtinEd Bartosh2015-09-031-9/+9
* wic: fix pylint warning unused-variableEd Bartosh2015-09-031-3/+1
* wic: get rid of scripts/lib/imageEd Bartosh2015-09-031-0/+241