summaryrefslogtreecommitdiff
path: root/scripts/lib/wic
AgeCommit message (Expand)AuthorFiles
2017-06-14filemap: add parameter 'length' to sparse_copyEd Bartosh1
2017-06-14filemap: fix skip logicEd Bartosh1
2017-06-06wic: Remove obsolete reference to msger logger.Kristian Amlie1
2017-06-03isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCHEd Bartosh1
2017-05-21wic: Add missing text to usage and help stringsAndreas J. Reichel1
2017-05-21wic: Use argparse instead of optparseAndreas J. Reichel2
2017-04-28wic: Fix typo in help screen.Kristian Amlie1
2017-04-11oe-selftest: test wic sparse_copy APIEd Bartosh1
2017-04-11qemux86-directdisk.wks: vda -> sdaRobert Yang1
2017-04-05wic: improve error messageChen Qi1
2017-04-05Revert "filemap: remove FilemapSeek class"Ed Bartosh1
2017-03-31wic: partition: Update fsck parametersDaniel Schultz1
2017-03-31wic: remove prepare_empty_partition_squashfsEd Bartosh1
2017-03-31wic: fix list of supported fstypes in help contentEd Bartosh1
2017-03-31wic: set correct system id for msdos partitionsEd Bartosh1
2017-03-31wic: set FAT 16 for msdos partitionsEd Bartosh1
2017-03-31wic: support 'msdos' fstypeEd Bartosh1
2017-03-31wic: don't silently skip unknown fstypesEd Bartosh1
2017-03-31wic: allow only supported fstypesEd Bartosh3
2017-03-31wic: remove unused code from runner moduleEd Bartosh2
2017-03-31wic: remove runner.show APIEd Bartosh2
2017-03-31wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh1
2017-03-31wic: remove fsimage pluginEd Bartosh2
2017-03-31filemap: remove FilemapSeek classEd Bartosh1
2017-03-27wic: fix generation of partition UUIDEd Bartosh1
2017-03-24wic: use kernel_dir to find systemd-efi bootloaderEd Bartosh1
2017-03-22wic: improve getting syslinux pathEd Bartosh1
2017-03-22wic: remove empty plugin methodsEd Bartosh3
2017-03-22wic: fix bug in sparse_copyEd Bartosh1
2017-03-22wic: use kernel_dir instead of bootimg_dirEd Bartosh3
2017-03-22wic: don't set creator.bootimg_dir in pluginsEd Bartosh2
2017-03-22wic: remove rootfs_pcbios_ext pluginEd Bartosh1
2017-03-21wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz1
2017-03-21wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie1
2017-03-11wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie1
2017-03-10wic: filemap: Fixed spared_copy skipDaniel Schultz1
2017-03-10wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz1
2017-03-04wic: add more targets to directdisk syslinux configEd Bartosh1
2017-03-04wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh1
2017-03-04wic: raise WicError instead of calling logger.errorEd Bartosh2
2017-03-04wic: exec_native_cmd: fix undefined variable errorEd Bartosh1
2017-03-04wic: exec_native_cmd: improve debug messageEd Bartosh1
2017-03-04wic: use 2 sysroots to find native executableEd Bartosh1
2017-03-04wic: pluginbase: use global dictionaryEd Bartosh1
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh6
2017-03-04wic: plugin: cache results in get_pluginsEd Bartosh1
2017-03-04wic: remove PluginMgr.get_plugin_methodsEd Bartosh4
2017-03-04wic: throw exception if required API is not implementedEd Bartosh1
2017-03-04wic: pluginbase: use python 3 metaclass syntaxEd Bartosh1
2017-03-04wic: reimplement PluginMgr.get_pluginsEd Bartosh1