summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
...
* wic: pluginbase: use python 3 metaclass syntaxEd Bartosh2017-03-041-2/+2
* wic: reimplement PluginMgr.get_pluginsEd Bartosh2017-03-041-72/+27
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-044-27/+20
* wic: remove PluginMgr.get_source_pluginsEd Bartosh2017-03-043-14/+2
* wic: use PluginMgr directlyEd Bartosh2017-03-045-56/+47
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-0416-44/+34
* wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh2017-03-044-9/+9
* wic: raise WicError in wic pluginsEd Bartosh2017-03-049-124/+75
* wic: raise WicError in core modulesEd Bartosh2017-03-044-43/+36
* wic: move errors moduleEd Bartosh2017-03-045-5/+5
* wic: remove msger moduleEd Bartosh2017-03-042-213/+0
* wic: use wic logger in wic source pluginsEd Bartosh2017-03-048-135/+200
* wic: use wic logger in imager direct pluginEd Bartosh2017-03-041-40/+43
* wic: use wic logger in core modulesEd Bartosh2017-03-048-77/+104
* wic: direct: move creation of PartitionedImage to __init__Ed Bartosh2017-02-151-4/+4
* wic: direct: move generation of part.realnum to PartitionedImageEd Bartosh2017-02-151-13/+13
* wic: direct: add PartitionedImage.prepare methodEd Bartosh2017-02-151-13/+11
* wic: direct: set bootloader.source in the __init__Ed Bartosh2017-02-151-6/+7
* wic: direct: move UUID generation to PartitionedImageEd Bartosh2017-02-151-12/+11
* wic: direct: add 'realnum' attribute to partitionEd Bartosh2017-02-151-26/+20
* wic: direct: remove useless codeEd Bartosh2017-02-151-3/+1
* wic: direct: don't catch ImagerErrorEd Bartosh2017-02-151-4/+1
* wic: direct: remove set_bootimg_dir setterEd Bartosh2017-02-153-11/+2
* wic: ksparser: set default disk to 'sda'Ed Bartosh2017-02-151-1/+1
* wic: remove utils/oe/__init__.pyEd Bartosh2017-02-151-22/+0
* wic: move PartitionedImage class to direct.pyEd Bartosh2017-02-152-303/+276
* wic: move disk operations to PartitionImage classEd Bartosh2017-02-155-196/+111
* wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie2017-02-154-1/+50
* wic: remove unused argument scripts_pathEd Bartosh2017-02-152-5/+4
* wic: direct: remove unused importEd Bartosh2017-02-151-2/+1
* wic: direct: remove unused plugin attributesEd Bartosh2017-02-151-4/+0
* wic: make sure layout_partitions is called onceEd Bartosh2017-02-151-12/+0
* wic: use the same partition object in direct and partitionedfsEd Bartosh2017-02-153-96/+73
* wic: direct: get rid of _get_parts getterEd Bartosh2017-02-151-28/+8
* wic: partitionedfs: rename __create_partition and __add_diskEd Bartosh2017-02-151-8/+8
* wic: partitionedfs: get rid of __add_partitionEd Bartosh2017-02-151-10/+4
* wic: partitionedfs: merged __format_disks and createEd Bartosh2017-02-151-10/+5
* wic: fix call of serial_console_form_kargsEd Bartosh2017-02-051-1/+1
* wic: isoimage-isohybrid: use wic-tools to get syslinux pathEd Bartosh2017-02-051-1/+1
* wic: flatten imager class hierarchyEd Bartosh2017-02-053-191/+55
* wic: direct: fix creation of work directoryEd Bartosh2017-02-021-1/+1
* wic: engine: create output dirEd Bartosh2017-02-021-0/+3
* wic: remove syslinux.pyEd Bartosh2017-02-022-59/+37
* wic: code cleanupEd Bartosh2017-02-0215-43/+36
* wic: msger.py: remove unused APIsEd Bartosh2017-02-021-26/+0
* wic: removed code from __init__.pyEd Bartosh2017-02-021-4/+0
* wic: move oe/misc.py one level upEd Bartosh2017-02-0214-20/+20
* wic: move 2 APIs to wic.engineEd Bartosh2017-02-026-62/+37
* wci: misc: removed build_name APIEd Bartosh2017-02-021-39/+0
* wic: partition: simlify calling plugin methodsEd Bartosh2017-02-022-51/+25