aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh
2017-03-04wic: plugin: cache results in get_pluginsEd Bartosh
2017-03-04wic: remove PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: throw exception if required API is not implementedEd Bartosh
2017-03-04wic: pluginbase: use python 3 metaclass syntaxEd Bartosh
2017-03-04wic: reimplement PluginMgr.get_pluginsEd Bartosh
2017-03-04wic: reimplement PluginMgr.get_plugin_methodsEd 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 instead of ImageError and CreatorErrorEd Bartosh
2017-03-04wic: raise WicError in wic pluginsEd Bartosh
2017-03-04wic: raise WicError in core modulesEd Bartosh
2017-03-04wic: move errors moduleEd Bartosh
2017-03-04wic: remove msger moduleEd Bartosh
2017-03-04wic: use wic logger in wic source pluginsEd Bartosh
2017-03-04wic: use wic logger in imager direct pluginEd Bartosh
2017-03-04wic: use wic logger in core modulesEd Bartosh
2017-02-15wic: direct: move creation of PartitionedImage to __init__Ed Bartosh
2017-02-15wic: direct: move generation of part.realnum to PartitionedImageEd Bartosh
2017-02-15wic: direct: add PartitionedImage.prepare methodEd Bartosh
2017-02-15wic: direct: set bootloader.source in the __init__Ed Bartosh
2017-02-15wic: direct: move UUID generation to PartitionedImageEd Bartosh
2017-02-15wic: direct: add 'realnum' attribute to partitionEd Bartosh
2017-02-15wic: direct: remove useless codeEd Bartosh
2017-02-15wic: direct: don't catch ImagerErrorEd Bartosh
2017-02-15wic: direct: remove set_bootimg_dir setterEd Bartosh
2017-02-15wic: ksparser: set default disk to 'sda'Ed Bartosh
2017-02-15wic: remove utils/oe/__init__.pyEd Bartosh
2017-02-15wic: move PartitionedImage class to direct.pyEd Bartosh
2017-02-15wic: move disk operations to PartitionImage classEd Bartosh
2017-02-15wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie
2017-02-15wic: remove unused argument scripts_pathEd Bartosh
2017-02-15wic: direct: remove unused importEd Bartosh
2017-02-15wic: direct: remove unused plugin attributesEd Bartosh
2017-02-15wic: make sure layout_partitions is called onceEd Bartosh
2017-02-15wic: use the same partition object in direct and partitionedfsEd Bartosh
2017-02-15wic: direct: get rid of _get_parts getterEd Bartosh
2017-02-15wic: partitionedfs: rename __create_partition and __add_diskEd Bartosh
2017-02-15wic: partitionedfs: get rid of __add_partitionEd Bartosh
2017-02-15wic: partitionedfs: merged __format_disks and createEd Bartosh
2017-02-05wic: fix call of serial_console_form_kargsEd Bartosh
2017-02-05wic: isoimage-isohybrid: use wic-tools to get syslinux pathEd Bartosh
2017-02-05wic: flatten imager class hierarchyEd Bartosh
2017-02-02wic: direct: fix creation of work directoryEd Bartosh
2017-02-02wic: engine: create output dirEd Bartosh
2017-02-02wic: remove syslinux.pyEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: msger.py: remove unused APIsEd Bartosh
2017-02-02wic: removed code from __init__.pyEd Bartosh