summaryrefslogtreecommitdiff
path: root/scripts/lib/wic/engine.py
AgeCommit message (Expand)AuthorFiles
2019-02-25wic/engine: Fix missing parted autobuilder failuresRichard Purdie1
2019-02-25wic/engine.py: Load paths from PATH environment variableWilliam Bourque1
2019-02-25scripts/lib/wic/engine: Fix cp's target path for ext* filesystemsLeonardo Augusto1
2018-10-12wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr outputGeoff Parker1
2018-10-10wic: Support for changing the imager.Davis, Michael1
2018-07-26wic/engine: improve error reporting when using rm with wicAnuj Mittal1
2018-07-26logging: use warning instead warnChen Qi1
2018-07-18wic/engine: use up all free space when expanding partitionsAnuj Mittal1
2018-07-18wic/engine: fix errors when expanding partitionsAnuj Mittal1
2018-06-04wic/engine.py: improve error message when required tools are missingAnuj Mittal1
2017-09-11wic: implement ext fs support for 'wic rm'Ed Bartosh1
2017-09-11wic: implement ext fs support for 'wic cp'Ed Bartosh1
2017-09-11wic: implement ext fs support for 'wic ls'Ed Bartosh1
2017-08-27wic: always read image partitionsEd Bartosh1
2017-08-27wic: implement 'wic write' commandEd Bartosh1
2017-08-27wic: extend list of used toolsEd Bartosh1
2017-08-27wic: added 'fstypes' parameter to Disk.__init__Ed Bartosh1
2017-08-27wic: convert partition number to intEd Bartosh1
2017-08-27wic: get more info from the 'parted print' outputEd Bartosh1
2017-08-27wic: reimplement getting paths of used toolsEd Bartosh1
2017-06-23wic: flatten directory structureEd Bartosh1
2017-06-14wic: implement removing directoriesEd Bartosh1
2017-06-14wic: implement removing filesEd Bartosh1
2017-06-14wic: add 'wic rm' commandEd Bartosh1
2017-06-14wic: fully implement 'wic cp'Ed Bartosh1
2017-06-14wic: add Disk._put_part_image methodEd Bartosh1
2017-06-14wic: add mcopy propertyEd Bartosh1
2017-06-14wic: add Disk._prop helperEd Bartosh1
2017-06-14wic: add 'wic cp' commandEd Bartosh1
2017-06-14engine: implement listing wic imagesEd Bartosh1
2017-06-14wic: add 'wic ls' commandEd Bartosh1
2017-05-21wic: Use argparse instead of optparseAndreas J. Reichel1
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh1
2017-03-04wic: remove PluginMgr.get_source_pluginsEd Bartosh1
2017-03-04wic: use PluginMgr directlyEd Bartosh1
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh1
2017-03-04wic: raise WicError in core modulesEd Bartosh1
2017-03-04wic: remove msger moduleEd Bartosh1
2017-03-04wic: use wic logger in core modulesEd Bartosh1
2017-02-15wic: remove unused argument scripts_pathEd Bartosh1
2017-02-05wic: flatten imager class hierarchyEd Bartosh1
2017-02-02wic: engine: create output dirEd Bartosh1
2017-02-02wic: code cleanupEd Bartosh1
2017-02-02wic: move oe/misc.py one level upEd Bartosh1
2017-02-02wic: move 2 APIs to wic.engineEd Bartosh1
2016-12-22wic: look for wks files in <layer>/wicEd Bartosh1
2016-05-19wic: implement --bmap optionEd Bartosh1
2016-05-14wic: replace print statements with print functionEd Bartosh1
2015-09-02wic: fix short variable namesEd Bartosh1
2015-09-02wic: get rid of listing propertiesEd Bartosh1