summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/imager/direct.py
AgeCommit message (Expand)Author
2017-02-02wic: moved content of direct.py to direct_pluginEd Bartosh
2017-02-02wic: direct_plugin: stop using config managerEd Bartosh
2017-01-31wic: direct.py: get rid of names with two underscoresEd Bartosh
2017-01-31wic: remove unused API DirectImageCreator.get_disk_namesEd Bartosh
2017-01-31wic: make workdir a temporary directoryEd Bartosh
2017-01-31wic: get rid of baseimager inheritanceEd Bartosh
2017-01-16direct.py: fix getting image nameEd Bartosh
2016-12-22wic: add --fixed-size wks optionMaciej Borzecki
2016-11-06wic: call os.ftruncate instead of running truncateEd Bartosh
2016-10-07wic: rewrite MBR disk identifierEd Bartosh
2016-10-07wic: generate PARTUUID for MDOS partitionsEd Bartosh
2016-05-19wic: implement --bmap optionEd Bartosh
2016-05-14wic: use new syntax of 'except' statementEd Bartosh
2016-05-06wic: moved DiskImage to direct.pyEd Bartosh
2016-04-29wic: add system_id argument to Image.add_partitionEd Bartosh
2016-01-19wic: do not remove build dir in source pluginsEd Bartosh
2016-01-17wic: get rid of 2 gettersEd Bartosh
2016-01-17wic: get rid of get_rootfs and set_rootfsEd Bartosh
2016-01-17wic: adjust code for new data structureEd Bartosh
2016-01-17wic: use new kickstart parserEd Bartosh
2015-09-21wic: fix partition size calculationEd Bartosh
2015-09-09wic: round variable before converting to intEd Bartosh
2015-09-02wic: fix short variable namesEd Bartosh
2015-09-02wic: fix pylint warning redefined-builtinEd Bartosh
2015-09-02wic: fix pylint warning unused-variableEd Bartosh
2015-08-30wic: use bitbake variable ROOTFS_SIZEEd Bartosh
2015-07-02wic: Code cleanup: unused importsEd Bartosh
2015-07-02wic: Code cleanup: long lines, identation and whitespacesEd Bartosh
2015-07-02wic: Refactor fstab update codeEd Bartosh
2015-07-02wic: Include mount point into image reportEd Bartosh
2015-06-26wic: Implement image compressingEd Bartosh
2015-06-26wic: Add new argument to direct pluginEd Bartosh
2015-06-11wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh
2015-06-11wic: Refactored getting root device nameEd Bartosh
2015-06-11wic: Make _ptable_format publicEd Bartosh
2015-04-24wic: code cleanup: wildcard importsEd Bartosh
2015-04-14wic: use native partedEd Bartosh
2015-04-13wic:code cleanup: No space allowedEd Bartosh
2015-04-08wic: code cleanup: unused importsEd Bartosh
2015-03-09wic: fix fstab generationAlexandre Belloni
2015-02-14wic: remove useless calls to __write_fstabAlexandre Belloni
2015-02-14wic: allow creation of partitions not in tableAlexandre Belloni
2014-12-24wic: account for mmcblk device partition namingMaciej Borzecki
2014-10-30wic: Remove special-case bootimg_dirTom Zanussi
2014-08-11wic: Rename /mic to /wicTom Zanussi