summaryrefslogtreecommitdiff
path: root/scripts/wic
AgeCommit message (Expand)AuthorFiles
2017-09-25wic: Add option to not change fstabFabio Berton1
2017-08-27wic: implement 'wic write' commandEd Bartosh1
2017-07-17wic: build wic-tools only if wic is run manuallyEd Bartosh1
2017-07-17wic: get rid of using wic-toolsEd Bartosh1
2017-06-23wic: flatten directory structureEd Bartosh1
2017-06-14wic: add 'wic rm' commandEd Bartosh1
2017-06-14wic: add wic_init_parser_rmEd Bartosh1
2017-06-14wic: add 'wic cp' commandEd Bartosh1
2017-06-14wic: add wic_init_parser_cpEd Bartosh1
2017-06-14wic: add 'wic ls' commandEd Bartosh1
2017-06-14wic: add wic_init_parser_lsEd Bartosh1
2017-05-21wic: Use argparse instead of optparseAndreas J. Reichel1
2017-03-26scripts/wic: fix typoRobert Yang1
2017-03-22wic: use STAGING_DATADIR as a default for bootimg_dirEd Bartosh1
2017-03-04wic: use image recipe sysroot as defaultEd Bartosh1
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh1
2017-03-04wic: raise WicError in main moduleEd Bartosh1
2017-03-04wic: move errors moduleEd Bartosh1
2017-03-04wic: setup logging in the main wic moduleEd Bartosh1
2017-02-15wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie1
2017-02-15wic: remove unused argument scripts_pathEd Bartosh1
2017-02-05wic: flatten imager class hierarchyEd Bartosh1
2017-02-02wic: get rid of image_output_dir variableEd Bartosh1
2017-02-02wic: move oe/misc.py one level upEd Bartosh1
2017-01-31wic: change default output directoryEd Bartosh1
2017-01-23wic: rebuild wic-tools if its sysroot doesn't existEd Bartosh1
2017-01-23wic: fix getting path of native sysrootEd Bartosh1
2016-12-13wic: rename command line option -p -> -sEd Bartosh1
2016-07-08scripts: Fixed typo in parameter that was causing exceptionHumberto Ibarra1
2016-06-02scripts: python3: get rid of __future__ importsEd Bartosh1
2016-06-02wic: use python3 in shebangEd Bartosh1
2016-05-19wic: implement --bmap optionEd Bartosh1
2016-05-14wic: replace print statements with print functionEd Bartosh1
2015-12-08wic: insert local Python paths at frontMatt Madison1
2015-09-02wic: fix short variable namesEd Bartosh1
2015-09-02wic: get rid of listing propertiesEd Bartosh1
2015-09-02wic: fix pylint warning unused-variableEd Bartosh1
2015-09-02wic: get rid of scripts/lib/imageEd Bartosh1
2015-08-30wic: implement --vars optionEd Bartosh1
2015-08-30wic: set default imageEd Bartosh1
2015-08-30wic: deferred call of hlp.get_wic_plugins_help()Ed Bartosh1
2015-08-09wic: release 0.2.0Ed Bartosh1
2015-07-02wic: Code cleanup: long lines, identation and whitespacesEd Bartosh1
2015-07-02wic: Fix confusing error messageEd Bartosh1
2015-07-02wic: Refactor getting bitbake variablesEd Bartosh1
2015-07-02wic: Fix misleading messageEd Bartosh1
2015-06-26wic: Add new argument to wic_create functionEd Bartosh1
2015-06-26wic: Add --compress-with command line optionEd Bartosh1
2015-06-23wic: removed unused command line optionEd Bartosh1
2015-06-23wic: Return error code when wic fails to invoke commandEd Bartosh1