summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
...
* wic: rename kickstarter.py -> ksparser.pyEd Bartosh2016-01-192-1/+1
* wic: override ArgumentParser.errorEd Bartosh2016-01-191-1/+9
* wic: removed unused importsEd Bartosh2016-01-194-4/+3
* wic: improve processing of parseing errorsEd Bartosh2016-01-191-3/+8
* wic: catch KickStartErrorEd Bartosh2016-01-191-2/+5
* wic: add custom exception KickStartErrorEd Bartosh2016-01-191-0/+3
* wic/help.py: document requirements for valid fstab generationJoshua Lock2016-01-181-0/+7
* wic: get rid of 2 gettersEd Bartosh2016-01-183-8/+9
* wic: get rid of set_size and set_source_file settersEd Bartosh2016-01-183-7/+7
* wic: get rid of get_rootfs and set_rootfsEd Bartosh2016-01-184-18/+18
* wic: get rid of get_timeout getterEd Bartosh2016-01-184-32/+16
* wic: adjust code for new data structureEd Bartosh2016-01-184-12/+12
* wic: remove pykickstart codeEd Bartosh2016-01-1819-3264/+0
* wic: use new kickstart parserEd Bartosh2016-01-182-3/+3
* wic: add kickstart parser moduleEd Bartosh2016-01-181-0/+120
* wic: add partition moduleEd Bartosh2016-01-181-0/+410
* wic: rawcopy: Copy source file to build folderNoor Ahsan2016-01-071-3/+4
* wic/help.py: document that mountpoint is optional for part commandJoshua Lock2015-12-221-1/+4
* directdisk-bootloader-config.wks: Add example for custom bootloader configMariano Lopez2015-12-092-0/+21
* wic/help.py: Document the new option "configfile"Mariano Lopez2015-12-091-0/+6
* wic: Allow to use a custom config for bootloadersMariano Lopez2015-12-092-46/+93
* wic/utils/misc.py: Added function to search for files in canned-wksMariano Lopez2015-12-091-0/+39
* wic: Prepare wicboot to allow custom bootloader configMariano Lopez2015-12-092-0/+12
* wic: exec_native_cmd: implement support for pseudoEd Bartosh2015-12-012-10/+14
* 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