summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: fix path parsing, use last occurrenceGeorge McCollister2016-07-271-1/+1
* wic: rawcopy: Copy source file to build folderNoor Ahsan2016-03-111-3/+4
* wic/utils/oe/misc.py: Preserve PATH when running native toolsRandy Witt2015-10-271-4/+16
* wic: fix partition size calculationEd Bartosh2015-09-231-2/+1
* wic: round variable before converting to intEd Bartosh2015-09-091-1/+1
* wic: fix short variable namesEd Bartosh2015-09-0315-290/+287
* wic: get rid of listing propertiesEd Bartosh2015-09-032-122/+26
* wic: fix pylint warning redefined-builtinEd Bartosh2015-09-034-17/+17
* wic: fix pylint warning unused-variableEd Bartosh2015-09-035-18/+5
* wic: fix pylint warning no-memberEd Bartosh2015-09-031-0/+1
* wic: use optparse instead of cmdlnEd Bartosh2015-09-033-1694/+27
* wic: fix pylint warning multiple-statementsEd Bartosh2015-09-033-21/+42
* wic: get rid of wildcard importsEd Bartosh2015-09-032-5/+2
* wic: fix errors in partition.py moduleEd Bartosh2015-09-031-3/+3
* wic: remove micboot.pyEd Bartosh2015-09-032-58/+15
* wic: remove micpartition.pyEd Bartosh2015-09-033-72/+30
* wic: fix typoEd Bartosh2015-09-031-1/+1
* wic: get rid of scripts/lib/imageEd Bartosh2015-09-0311-0/+1161
* wic: use bitbake variable ROOTFS_SIZEEd Bartosh2015-08-301-0/+14
* 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: Add plugin for hybrid iso imageMihaly Varga2015-08-241-0/+538
* 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