summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* 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-027-10/+4
* wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2015-07-028-39/+47
* wic: Remove __write_partition methodEd Bartosh2015-07-021-21/+15
* wic: Refactor fstab update codeEd Bartosh2015-07-021-53/+30
* wic: Add --uuid partition optionEd Bartosh2015-07-021-1/+4
* wic: Fix naming conflictEd Bartosh2015-07-021-2/+4
* wic: Remove duplicated codeEd Bartosh2015-07-021-38/+10
* wic: Refactor prepare_empty_partition APIEd Bartosh2015-07-021-36/+12
* wic: Call methods better wayEd Bartosh2015-07-021-36/+11
* wic: Get rid of useless variable 'image_rootfs'Ed Bartosh2015-07-021-16/+7
* wic: Rename partition imagesEd Bartosh2015-07-021-0/+2
* wic: Refactor prepare_rootfs APIEd Bartosh2015-07-021-16/+12
* wic: Turn off debug output for 'bitbake -e'Ed Bartosh2015-07-021-0/+5
* wic: Remove annoing debug messageEd Bartosh2015-07-021-2/+0
* wic: Include mount point into image reportEd Bartosh2015-07-021-1/+1
* wic: Refactor getting bitbake variablesEd Bartosh2015-07-023-64/+33
* wic: Implement image compressingEd Bartosh2015-06-271-1/+14
* wic: Add new argument to direct pluginEd Bartosh2015-06-272-2/+4
* wic: code cleanup: superfluous-parensEd Bartosh2015-06-236-19/+19
* wic: Add missing docstrings to plugin classesEd Bartosh2015-06-237-0/+35
* wic: Code cleanup: bad-classmethod-argumentEd Bartosh2015-06-238-27/+27
* wic: Move validation of --ptable option to wks parserEd Bartosh2015-06-115-30/+8
* wic: Set type GUID and UUID for partitionEd Bartosh2015-06-111-0/+15
* wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh2015-06-112-3/+5
* wic: Refactored getting root device nameEd Bartosh2015-06-114-24/+16
* wic: Fix format stringEd Bartosh2015-06-111-1/+1
* wic: Generate random uuid for partitionEd Bartosh2015-06-111-0/+13
* wic: Add --use-uuid partition optionEd Bartosh2015-06-111-0/+6
* 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-113-27/+12
* wic: removed exec_cmd_quiet and exec_native_cmd_quietEd Bartosh2015-06-111-21/+0
* wic: Make _ptable_format publicEd Bartosh2015-06-114-13/+13
* wic: Use gptmbr.bin MBR for gpt partitionsEd Bartosh2015-06-112-1/+13
* wic: Add gpt to the list of supported partition table formatsEd Bartosh2015-06-113-4/+4
* 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: Make sure file exists before removing itEd Bartosh2015-05-241-8/+8
* wic: remove intermediate partitionsAlexandre Belloni2015-05-161-0/+8
* wic: Add plugin for single partition diskAdrian Freihofer2015-05-032-0/+240
* wic: code cleanup: wildcard importsEd Bartosh2015-04-2410-31/+13
* wic: code cleanup: undefined variablesEd Bartosh2015-04-243-2/+3
* wic: Print bitbake error outputEd Bartosh2015-04-141-0/+1
* wic: use native partedEd Bartosh2015-04-143-24/+7
* wic:code cleanup: No space allowedEd Bartosh2015-04-138-31/+31