summaryrefslogtreecommitdiff
path: root/scripts/lib/wic/utils
AgeCommit message (Expand)AuthorFiles
2016-05-14wic: use new syntax of 'except' statementEd Bartosh1
2016-05-14wic: don't inherit classes from objectEd Bartosh1
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh1
2016-05-14wic: replace print statements with print functionEd Bartosh1
2016-05-06wic: use sparse_copy to copy partitionsEd Bartosh1
2016-05-06wic: moved DiskImage to direct.pyEd Bartosh1
2016-05-06wic: get rid of fs_related.makedirsEd Bartosh1
2016-05-06wic: get rid of inheritance Disk->DiskImageEd Bartosh1
2016-05-06wic: use truncate utility to create sparse filesEd Bartosh1
2016-04-29wic: set partition system idEd Bartosh1
2016-04-29wic: add system_id argument to Image.add_partitionEd Bartosh1
2016-04-29wic: add sfdisk to the list of utilitiesEd Bartosh1
2016-04-14wic: fix bug in handling fsoptionsEd Bartosh1
2016-04-13Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton1
2016-04-09wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock1
2016-01-19wic: refactor get_boot_configEd Bartosh1
2015-12-09wic/utils/misc.py: Added function to search for files in canned-wksMariano Lopez1
2015-12-01wic: exec_native_cmd: implement support for pseudoEd Bartosh1
2015-10-24wic/utils/oe/misc.py: Preserve PATH when running native toolsRandy Witt1
2015-09-02wic: fix short variable namesEd Bartosh2
2015-09-02wic: use optparse instead of cmdlnEd Bartosh1
2015-09-02wic: fix pylint warning multiple-statementsEd Bartosh2
2015-09-02wic: fix typoEd Bartosh1
2015-08-30wic: implement getting variables from .env filesEd Bartosh1
2015-08-30wic: add default_image attribute to BitbakeVarsEd Bartosh1
2015-08-30wic: create new method _parse_lineEd Bartosh1
2015-08-30wic: add BitbakeVars classEd Bartosh1
2015-08-30wic: remove undescore from function nameEd Bartosh1
2015-08-09wic: code cleanup: pylint misc.pyEd Bartosh1
2015-08-09wic: code cleanup: remove unused codeEd Bartosh1
2015-08-09wic: Report recipe name for native commandsEd Bartosh1
2015-07-10wic: Set default set of bitbake variablesEd Bartosh1
2015-07-02wic: Code cleanup: unused importsEd Bartosh1
2015-07-02wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2
2015-07-02wic: Remove __write_partition methodEd Bartosh1
2015-07-02wic: Rename partition imagesEd Bartosh1
2015-07-02wic: Turn off debug output for 'bitbake -e'Ed Bartosh1
2015-07-02wic: Refactor getting bitbake variablesEd Bartosh1
2015-06-23wic: code cleanup: superfluous-parensEd Bartosh1
2015-06-11wic: Move validation of --ptable option to wks parserEd Bartosh1
2015-06-11wic: Set type GUID and UUID for partitionEd Bartosh1
2015-06-11wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh1
2015-06-11wic: pylinted partitionedfs.pyEd Bartosh1
2015-06-11wic: replaced __run_parted with exec_native_cmdEd Bartosh1
2015-06-11wic: move checks to exec_native_cmdEd Bartosh2
2015-06-11wic: removed exec_cmd_quiet and exec_native_cmd_quietEd Bartosh1
2015-06-11wic: check if part_type is set only for msdos partition tableEd Bartosh1
2015-06-11wic: set legacy_boot flag for gpt partitionsEd Bartosh1
2015-05-27wic: refactored processing of wic exceptionsEd Bartosh1
2015-05-03wic: Add plugin for single partition diskAdrian Freihofer1