aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2016-01-19wic: pylinted ksparser moduleEd Bartosh
2016-01-19wic: add help for 'include' commandEd Bartosh
2016-01-19wic: move parts of canned .wks into common.wks.incEd Bartosh
2016-01-19wic: implement search of includesEd Bartosh
2016-01-19wic: refactor get_boot_configEd Bartosh
2016-01-19wic: ksparser: add support for includeEd Bartosh
2016-01-19wic: do not remove build dir in source pluginsEd Bartosh
2016-01-19wic: use unique partition numberEd Bartosh
2016-01-19wic: move wks parsing code to KickStart._parseEd Bartosh
2016-01-19wic: rename kickstarter.py -> ksparser.pyEd Bartosh
2016-01-19wic: override ArgumentParser.errorEd Bartosh
2016-01-19wic: removed unused importsEd Bartosh
2016-01-19wic: improve processing of parseing errorsEd Bartosh
2016-01-19wic: catch KickStartErrorEd Bartosh
2016-01-19wic: add custom exception KickStartErrorEd Bartosh
2016-01-17wic/help.py: document requirements for valid fstab generationJoshua Lock
2016-01-17wic: get rid of 2 gettersEd Bartosh
2016-01-17wic: get rid of set_size and set_source_file settersEd Bartosh
2016-01-17wic: get rid of get_rootfs and set_rootfsEd Bartosh
2016-01-17wic: get rid of get_timeout getterEd Bartosh
2016-01-17wic: adjust code for new data structureEd Bartosh
2016-01-17wic: remove pykickstart codeEd Bartosh
2016-01-17wic: use new kickstart parserEd Bartosh
2016-01-17wic: add kickstart parser moduleEd Bartosh
2016-01-17wic: add partition moduleEd Bartosh
2016-01-07wic: rawcopy: Copy source file to build folderNoor Ahsan
2015-12-22wic/help.py: document that mountpoint is optional for part commandJoshua Lock
2015-12-09directdisk-bootloader-config.wks: Add example for custom bootloader configMariano Lopez
2015-12-09wic/help.py: Document the new option "configfile"Mariano Lopez
2015-12-09wic: Allow to use a custom config for bootloadersMariano Lopez
2015-12-09wic/utils/misc.py: Added function to search for files in canned-wksMariano Lopez
2015-12-09wic: Prepare wicboot to allow custom bootloader configMariano Lopez
2015-12-01wic: exec_native_cmd: implement support for pseudoEd Bartosh
2015-10-24wic/utils/oe/misc.py: Preserve PATH when running native toolsRandy Witt
2015-09-21wic: fix partition size calculationEd Bartosh
2015-09-09wic: round variable before converting to intEd Bartosh
2015-09-02wic: fix short variable namesEd Bartosh
2015-09-02wic: get rid of listing propertiesEd Bartosh
2015-09-02wic: fix pylint warning redefined-builtinEd Bartosh
2015-09-02wic: fix pylint warning unused-variableEd Bartosh
2015-09-02wic: fix pylint warning no-memberEd Bartosh
2015-09-02wic: use optparse instead of cmdlnEd Bartosh
2015-09-02wic: fix pylint warning multiple-statementsEd Bartosh
2015-09-02wic: get rid of wildcard importsEd Bartosh
2015-09-02wic: fix errors in partition.py moduleEd Bartosh
2015-09-02wic: remove micboot.pyEd Bartosh
2015-09-02wic: remove micpartition.pyEd Bartosh
2015-09-02wic: fix typoEd Bartosh
2015-09-02wic: get rid of scripts/lib/imageEd Bartosh
2015-08-30wic: use bitbake variable ROOTFS_SIZEEd Bartosh