aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils
AgeCommit message (Expand)Author
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-27wic/utils/oe/misc.py: Preserve PATH when running native toolsRandy Witt
2015-09-03wic: fix short variable namesEd Bartosh
2015-09-03wic: use optparse instead of cmdlnEd Bartosh
2015-09-03wic: fix pylint warning multiple-statementsEd Bartosh
2015-09-03wic: 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
2015-06-11wic: check if part_type is set only for msdos partition tableEd Bartosh
2015-06-11wic: set legacy_boot flag for gpt partitionsEd Bartosh
2015-05-29wic: refactored processing of wic exceptionsEd Bartosh
2015-05-03wic: Add plugin for single partition diskAdrian Freihofer
2015-04-24wic: code cleanup: wildcard importsEd Bartosh
2015-04-14wic: Print bitbake error outputEd Bartosh
2015-04-14wic: use native partedEd Bartosh
2015-04-13wic:code cleanup: No space allowedEd Bartosh
2015-04-10wic: make error message more informativeEd Bartosh
2015-04-10wic: don't use host paths when looking for native toolsEd Bartosh
2015-04-09wic: support ontrackdm6aux3 partitionsAlexandre Belloni
2015-04-09wic: code cleanup: unused importsEd Bartosh
2015-02-14wic: add GPT supportAlexandre Belloni
2015-02-14wic: allow to configure overhead factor per partitionAlexandre Belloni
2015-02-14wic: allow to configure extra space per partitionAlexandre Belloni
2015-02-14wic: allow creation of partitions not in tableAlexandre Belloni
2015-02-08wic: use kB for the partitions sizeAlexandre Belloni
2015-02-08wic: fix extended/logical partition layoutMaciej Borzecki
2014-11-12scripts: use '/usr/bin/env' in shebangs with pythonMartin Hundebøll
2014-10-30wic: Use overhead factor when creating partitions from rootfs directoriesTom Zanussi