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