aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2017-04-28wic: Fix typo in help screen.Kristian Amlie
2017-04-11oe-selftest: test wic sparse_copy APIEd Bartosh
2017-04-11qemux86-directdisk.wks: vda -> sdaRobert Yang
2017-04-05wic: improve error messageChen Qi
2017-04-05Revert "filemap: remove FilemapSeek class"Ed Bartosh
2017-03-31wic: partition: Update fsck parametersDaniel Schultz
2017-03-31wic: remove prepare_empty_partition_squashfsEd Bartosh
2017-03-31wic: fix list of supported fstypes in help contentEd Bartosh
2017-03-31wic: set correct system id for msdos partitionsEd Bartosh
2017-03-31wic: set FAT 16 for msdos partitionsEd Bartosh
2017-03-31wic: support 'msdos' fstypeEd Bartosh
2017-03-31wic: don't silently skip unknown fstypesEd Bartosh
2017-03-31wic: allow only supported fstypesEd Bartosh
2017-03-31wic: remove unused code from runner moduleEd Bartosh
2017-03-31wic: remove runner.show APIEd Bartosh
2017-03-31wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh
2017-03-31wic: remove fsimage pluginEd Bartosh
2017-03-31filemap: remove FilemapSeek classEd Bartosh
2017-03-27wic: fix generation of partition UUIDEd Bartosh
2017-03-24wic: use kernel_dir to find systemd-efi bootloaderEd Bartosh
2017-03-22wic: improve getting syslinux pathEd Bartosh
2017-03-22wic: remove empty plugin methodsEd Bartosh
2017-03-22wic: fix bug in sparse_copyEd Bartosh
2017-03-22wic: use kernel_dir instead of bootimg_dirEd Bartosh
2017-03-22wic: don't set creator.bootimg_dir in pluginsEd Bartosh
2017-03-22wic: remove rootfs_pcbios_ext pluginEd Bartosh
2017-03-21wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz
2017-03-21wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie
2017-03-11wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie
2017-03-10wic: filemap: Fixed spared_copy skipDaniel Schultz
2017-03-10wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz
2017-03-04wic: add more targets to directdisk syslinux configEd Bartosh
2017-03-04wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh
2017-03-04wic: raise WicError instead of calling logger.errorEd Bartosh
2017-03-04wic: exec_native_cmd: fix undefined variable errorEd Bartosh
2017-03-04wic: exec_native_cmd: improve debug messageEd Bartosh
2017-03-04wic: use 2 sysroots to find native executableEd Bartosh
2017-03-04wic: pluginbase: use global dictionaryEd Bartosh
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