aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/wic
AgeCommit message (Expand)Author
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
2015-06-23wic: Integrated plugin docstrings into 'wic help plugins' outputEd Bartosh
2015-05-27wic: refactored processing of wic exceptionsEd Bartosh
2015-05-27wic: do not strip tracebackEd Bartosh
2015-04-24wic: code cleanup: wildcard importsEd Bartosh
2015-04-19wic: try to find bitbake using find_executable APIEd Bartosh
2015-04-13wic: Add argv argument to mainEd Bartosh
2015-04-13wic: Use __file__ instead of sys.argv[0]Ed Bartosh
2015-04-13wic:code cleanup: No space allowedEd Bartosh
2015-04-08wic: Implement --build-rootfs command line optionEd Bartosh
2015-04-08wic: code cleanup: bad indentationEd Bartosh
2014-10-30wic: Remove special-case bootimg_dirTom Zanussi
2014-10-30Revert "wic: set bootimg_dir when using image-name artifacts"Tom Zanussi
2014-09-23wic: set bootimg_dir when using image-name artifactsMaciej Borzecki
2014-07-16wic: Add kickstart reference to help systemTom Zanussi
2014-07-16wic: Add wic overview to help systemTom Zanussi
2014-07-10wic: Add general 'plugins' help topicTom Zanussi
2014-07-10wic: Add dummy subcommand and usage stringsTom Zanussi
2014-05-21wic: add support to look in all layers and get .wks fileJoão Henrique Ferreira de Freitas
2014-03-30wic: Extend --rootfs-dir to connect rootfs-dirsJoão Henrique Ferreira de Freitas
2014-02-04wic: Hook up --debug optionTom Zanussi
2014-02-04wic: Create and use new functions for getting bitbake variablesTom Zanussi
2013-10-23wic: eliminate module checksTom Zanussi
2013-10-18wic: Check for the existence/correctness of build artifactsTom Zanussi
2013-10-16wic: Check for external modulesDarren Hart
2013-10-16wic: check passed-in build artifact directoriesTom Zanussi
2013-10-16wic: check for build artifactsTom Zanussi
2013-10-01wic: Initial code for wic (OpenEmbedded Image Creator)Tom Zanussi