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