summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: accept '-' in bitbake variablesEnrico Scholz2017-11-051-1/+1
* wic: Fix typo in help screen.Kristian Amlie2017-04-291-1/+1
* oe-selftest: test wic sparse_copy APIEd Bartosh2017-04-121-2/+4
* qemux86-directdisk.wks: vda -> sdaRobert Yang2017-04-121-1/+1
* wic: improve error messageChen Qi2017-04-051-1/+1
* Revert "filemap: remove FilemapSeek class"Ed Bartosh2017-04-051-49/+260
* wic: partition: Update fsck parametersDaniel Schultz2017-04-011-1/+1
* wic: remove prepare_empty_partition_squashfsEd Bartosh2017-04-011-29/+4
* wic: fix list of supported fstypes in help contentEd Bartosh2017-04-011-0/+2
* wic: set correct system id for msdos partitionsEd Bartosh2017-04-011-11/+2
* wic: set FAT 16 for msdos partitionsEd Bartosh2017-04-011-2/+12
* wic: support 'msdos' fstypeEd Bartosh2017-04-011-5/+9
* wic: don't silently skip unknown fstypesEd Bartosh2017-04-011-19/+13
* wic: allow only supported fstypesEd Bartosh2017-04-013-9/+5
* wic: remove unused code from runner moduleEd Bartosh2017-04-012-51/+13
* wic: remove runner.show APIEd Bartosh2017-04-012-28/+2
* wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh2017-04-011-22/+20
* wic: remove fsimage pluginEd Bartosh2017-04-012-69/+0
* filemap: remove FilemapSeek classEd Bartosh2017-04-011-260/+49
* wic: fix generation of partition UUIDEd Bartosh2017-03-271-1/+1
* wic: use kernel_dir to find systemd-efi bootloaderEd Bartosh2017-03-241-1/+1
* wic: improve getting syslinux pathEd Bartosh2017-03-231-24/+27
* wic: remove empty plugin methodsEd Bartosh2017-03-233-58/+0
* wic: fix bug in sparse_copyEd Bartosh2017-03-231-0/+1
* wic: use kernel_dir instead of bootimg_dirEd Bartosh2017-03-233-18/+18
* wic: don't set creator.bootimg_dir in pluginsEd Bartosh2017-03-232-4/+0
* wic: remove rootfs_pcbios_ext pluginEd Bartosh2017-03-231-213/+0
* wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz2017-03-221-0/+3
* wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie2017-03-221-2/+6
* wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie2017-03-111-1/+1
* wic: filemap: Fixed spared_copy skipDaniel Schultz2017-03-101-3/+3
* wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz2017-03-101-1/+1
* wic: add more targets to directdisk syslinux configEd Bartosh2017-03-041-6/+22
* wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh2017-03-041-7/+13
* wic: raise WicError instead of calling logger.errorEd Bartosh2017-03-042-3/+3
* wic: exec_native_cmd: fix undefined variable errorEd Bartosh2017-03-041-0/+1
* wic: exec_native_cmd: improve debug messageEd Bartosh2017-03-041-1/+1
* wic: use 2 sysroots to find native executableEd Bartosh2017-03-041-2/+6
* wic: pluginbase: use global dictionaryEd Bartosh2017-03-041-17/+15
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-046-74/+48
* wic: plugin: cache results in get_pluginsEd Bartosh2017-03-041-10/+12
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-044-41/+13
* wic: throw exception if required API is not implementedEd Bartosh2017-03-041-0/+6
* 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