aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/engine.py
AgeCommit message (Expand)Author
2017-09-11wic: implement ext fs support for 'wic rm'Ed Bartosh
2017-09-11wic: implement ext fs support for 'wic cp'Ed Bartosh
2017-09-11wic: implement ext fs support for 'wic ls'Ed Bartosh
2017-08-27wic: always read image partitionsEd Bartosh
2017-08-27wic: implement 'wic write' commandEd Bartosh
2017-08-27wic: extend list of used toolsEd Bartosh
2017-08-27wic: added 'fstypes' parameter to Disk.__init__Ed Bartosh
2017-08-27wic: convert partition number to intEd Bartosh
2017-08-27wic: get more info from the 'parted print' outputEd Bartosh
2017-08-27wic: reimplement getting paths of used toolsEd Bartosh
2017-06-23wic: flatten directory structureEd Bartosh
2017-06-14wic: implement removing directoriesEd Bartosh
2017-06-14wic: implement removing filesEd Bartosh
2017-06-14wic: add 'wic rm' commandEd Bartosh
2017-06-14wic: fully implement 'wic cp'Ed Bartosh
2017-06-14wic: add Disk._put_part_image methodEd Bartosh
2017-06-14wic: add mcopy propertyEd Bartosh
2017-06-14wic: add Disk._prop helperEd Bartosh
2017-06-14wic: add 'wic cp' commandEd Bartosh
2017-06-14engine: implement listing wic imagesEd Bartosh
2017-06-14wic: add 'wic ls' commandEd Bartosh
2017-05-21wic: Use argparse instead of optparseAndreas J. Reichel
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh
2017-03-04wic: remove PluginMgr.get_source_pluginsEd Bartosh
2017-03-04wic: use PluginMgr directlyEd Bartosh
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError in core modulesEd Bartosh
2017-03-04wic: remove msger moduleEd Bartosh
2017-03-04wic: use wic logger in core modulesEd Bartosh
2017-02-15wic: remove unused argument scripts_pathEd Bartosh
2017-02-05wic: flatten imager class hierarchyEd Bartosh
2017-02-02wic: engine: create output dirEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: move oe/misc.py one level upEd Bartosh
2017-02-02wic: move 2 APIs to wic.engineEd Bartosh
2016-12-22wic: look for wks files in <layer>/wicEd Bartosh
2016-05-19wic: implement --bmap optionEd Bartosh
2016-05-14wic: replace print statements with print functionEd Bartosh
2015-09-02wic: fix short variable namesEd Bartosh
2015-09-02wic: get rid of listing propertiesEd Bartosh
2015-09-02wic: fix pylint warning redefined-builtinEd Bartosh
2015-09-02wic: fix pylint warning unused-variableEd Bartosh
2015-09-02wic: get rid of scripts/lib/imageEd Bartosh