summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils
Commit message (Expand)AuthorAgeFilesLines
* wic: fix bug in handling fsoptionsEd Bartosh2016-04-141-19/+17
* Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton2016-04-131-1/+1
* wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock2016-04-091-1/+1
* wic: refactor get_boot_configEd Bartosh2016-01-201-9/+7
* wic/utils/misc.py: Added function to search for files in canned-wksMariano Lopez2015-12-091-0/+39
* wic: exec_native_cmd: implement support for pseudoEd Bartosh2015-12-011-7/+11
* wic/utils/oe/misc.py: Preserve PATH when running native toolsRandy Witt2015-10-271-4/+16
* wic: fix short variable namesEd Bartosh2015-09-032-85/+85
* wic: use optparse instead of cmdlnEd Bartosh2015-09-031-1604/+0
* wic: fix pylint warning multiple-statementsEd Bartosh2015-09-032-20/+40
* wic: fix typoEd Bartosh2015-09-031-1/+1
* wic: implement getting variables from .env filesEd Bartosh2015-08-301-22/+37
* wic: add default_image attribute to BitbakeVarsEd Bartosh2015-08-301-0/+6
* wic: create new method _parse_lineEd Bartosh2015-08-301-10/+17
* wic: add BitbakeVars classEd Bartosh2015-08-301-38/+53
* wic: remove undescore from function nameEd Bartosh2015-08-301-6/+6
* wic: code cleanup: pylint misc.pyEd Bartosh2015-08-091-19/+21
* wic: code cleanup: remove unused codeEd Bartosh2015-08-091-11/+0
* wic: Report recipe name for native commandsEd Bartosh2015-08-091-3/+26
* wic: Set default set of bitbake variablesEd Bartosh2015-07-101-0/+5
* wic: Code cleanup: unused importsEd Bartosh2015-07-021-1/+0
* wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2015-07-022-4/+3
* wic: Remove __write_partition methodEd Bartosh2015-07-021-21/+15
* wic: Rename partition imagesEd Bartosh2015-07-021-0/+2
* wic: Turn off debug output for 'bitbake -e'Ed Bartosh2015-07-021-0/+5
* wic: Refactor getting bitbake variablesEd Bartosh2015-07-021-52/+30
* wic: code cleanup: superfluous-parensEd Bartosh2015-06-231-3/+3
* wic: Move validation of --ptable option to wks parserEd Bartosh2015-06-111-4/+0
* wic: Set type GUID and UUID for partitionEd Bartosh2015-06-111-0/+15
* wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh2015-06-111-2/+3
* wic: pylinted partitionedfs.pyEd Bartosh2015-06-111-33/+30
* wic: replaced __run_parted with exec_native_cmdEd Bartosh2015-06-111-19/+13
* wic: move checks to exec_native_cmdEd Bartosh2015-06-112-11/+7
* wic: removed exec_cmd_quiet and exec_native_cmd_quietEd Bartosh2015-06-111-21/+0
* wic: check if part_type is set only for msdos partition tableEd Bartosh2015-06-111-1/+1
* wic: set legacy_boot flag for gpt partitionsEd Bartosh2015-06-111-1/+1
* wic: refactored processing of wic exceptionsEd Bartosh2015-05-291-26/+8
* wic: Add plugin for single partition diskAdrian Freihofer2015-05-031-0/+58
* wic: code cleanup: wildcard importsEd Bartosh2015-04-242-7/+2
* wic: Print bitbake error outputEd Bartosh2015-04-141-0/+1
* wic: use native partedEd Bartosh2015-04-142-23/+6
* wic:code cleanup: No space allowedEd Bartosh2015-04-134-10/+10
* wic: make error message more informativeEd Bartosh2015-04-101-2/+2
* wic: don't use host paths when looking for native toolsEd Bartosh2015-04-101-1/+1
* wic: support ontrackdm6aux3 partitionsAlexandre Belloni2015-04-091-0/+2
* wic: code cleanup: unused importsEd Bartosh2015-04-093-9/+0
* wic: add GPT supportAlexandre Belloni2015-02-141-1/+8
* wic: allow to configure overhead factor per partitionAlexandre Belloni2015-02-141-1/+0
* wic: allow to configure extra space per partitionAlexandre Belloni2015-02-141-1/+0
* wic: allow creation of partitions not in tableAlexandre Belloni2015-02-141-5/+15