summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils
Commit message (Expand)AuthorAgeFilesLines
* wic: _exec_cmd: produce error if exit code is not 0Ed Bartosh2017-01-161-10/+4
* wic/isoimage-isohybrid: remove do_stage_partition()Ioan-Adrian Ratiu2017-01-161-0/+4
* wic: fix parsing of 'bitbake -e' outputEd Bartosh2017-01-161-8/+6
* wic: add --fixed-size wks optionMaciej Borzecki2016-12-221-1/+1
* wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani2016-12-131-3/+4
* wic: fix function comment typosMaciej Borzecki2016-11-151-2/+2
* wic: rewrite MBR disk identifierEd Bartosh2016-10-071-2/+10
* wic: set PARTUUID only for gpt partition tableEd Bartosh2016-10-071-1/+1
* wic: remove partition imagesEd Bartosh2016-09-241-1/+8
* wic: add bmaptool to the list of utilitiesEd Bartosh2016-05-191-1/+2
* wic: decode output of subprocess.communicateEd Bartosh2016-05-141-2/+2
* wic: use // operator instead of /Ed Bartosh2016-05-141-3/+3
* wic: use find_executable in favor of bb.utils.whichEd Bartosh2016-05-141-8/+2
* wic: use new syntax of 'except' statementEd Bartosh2016-05-141-1/+1
* wic: don't inherit classes from objectEd Bartosh2016-05-141-1/+1
* wic: don't use dict.keys and dict.has_keyEd Bartosh2016-05-141-3/+3
* wic: replace print statements with print functionEd Bartosh2016-05-141-4/+4
* wic: use sparse_copy to copy partitionsEd Bartosh2016-05-061-4/+2
* wic: moved DiskImage to direct.pyEd Bartosh2016-05-061-39/+0
* wic: get rid of fs_related.makedirsEd Bartosh2016-05-061-14/+0
* wic: get rid of inheritance Disk->DiskImageEd Bartosh2016-05-061-34/+9
* wic: use truncate utility to create sparse filesEd Bartosh2016-05-061-9/+3
* wic: set partition system idEd Bartosh2016-04-291-1/+6
* wic: add system_id argument to Image.add_partitionEd Bartosh2016-04-291-1/+1
* wic: add sfdisk to the list of utilitiesEd Bartosh2016-04-291-0/+1
* 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