summaryrefslogtreecommitdiffstats
path: root/scripts/wic
AgeCommit message (Expand)Author
2022-06-22wic: fix WicError messageMartin Jansa
2022-03-08wic: Use custom kernel path if providedBill Pittman
2021-11-21wic: use shutil.whichMingli Yu
2021-09-04wic: Add extra-space argumentKristian Klausen
2021-01-13wic: Add workdir argumentPaul Barker
2019-11-27wic: 'wic cp' to copy from imageChee Yang Lee
2019-11-21wic: rm with -r flag supportChee Yang Lee
2019-11-14wic: beautify 'wic help'Chee Yang Lee
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-05-04wic: add global debug optionRoss Burton
2019-05-04wic: change expand behaviour to match docsRoss Burton
2019-02-28scripts/wic: Be consistent about how we call bitbakeRichard Purdie
2018-10-10wic: Support for changing the imager.Davis, Michael
2018-01-12scripts/wic: explicitly set BUILDDIR within eSDKChang Rebecca Swee Fun
2018-01-12scripts/wic: fix error of import wic module in eSDK environmentChang Rebecca Swee Fun
2018-01-12scripts/wic: append bitbake executable file path in eSDK environmentChang Rebecca Swee Fun
2018-01-12scripts/wic: use scriptpath module to find bitbake path and oe lib pathChang Rebecca Swee Fun
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