summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/engine.py
AgeCommit message (Expand)Author
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-04-03wic/engine: Add missing newlineRichard Purdie
2019-02-15wic/engine: Fix missing parted autobuilder failuresRichard Purdie
2019-02-14wic/engine.py: Load paths from PATH environment variableWilliam Bourque
2019-02-14scripts/lib/wic/engine: Fix cp's target path for ext* filesystemsLeonardo Augusto
2018-10-12wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr outputGeoff Parker
2018-10-10wic: Support for changing the imager.Davis, Michael
2018-07-26wic/engine: improve error reporting when using rm with wicAnuj Mittal
2018-07-26logging: use warning instead warnChen Qi
2018-07-18wic/engine: use up all free space when expanding partitionsAnuj Mittal
2018-07-18wic/engine: fix errors when expanding partitionsAnuj Mittal
2018-06-04wic/engine.py: improve error message when required tools are missingAnuj Mittal
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