]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/history - scripts/wic
build-compare: add date to PV
[thirdparty/openembedded/openembedded-core.git] / scripts / wic
2017-03-04  Ed Bartoshwic: use image recipe sysroot as default
2017-03-04  Ed Bartoshwic: move WicError to lib/wic/__init__.py
2017-03-04  Ed Bartoshwic: raise WicError in main module
2017-03-04  Ed Bartoshwic: move errors module
2017-03-04  Ed Bartoshwic: setup logging in the main wic module
2017-02-16  Kristian Amliewic: Add --exclude-path option to rootfs source plugin.
2017-02-16  Ed Bartoshwic: remove unused argument scripts_path
2017-02-05  Ed Bartoshwic: flatten imager class hierarchy
2017-02-02  Ed Bartoshwic: get rid of image_output_dir variable
2017-02-02  Ed Bartoshwic: move oe/misc.py one level up
2017-01-31  Ed Bartoshwic: change default output directory
2017-01-23  Ed Bartoshwic: rebuild wic-tools if its sysroot doesn't exist
2017-01-23  Ed Bartoshwic: fix getting path of native sysroot
2016-12-13  Ed Bartoshwic: rename command line option -p -> -s
2016-07-08  Humberto Ibarrascripts: Fixed typo in parameter that was causing exception
2016-06-02  Ed Bartoshscripts: python3: get rid of __future__ imports
2016-06-02  Ed Bartoshwic: use python3 in shebang
2016-05-19  Ed Bartoshwic: implement --bmap option
2016-05-14  Ed Bartoshwic: replace print statements with print function
2015-12-08  Matt Madisonwic: insert local Python paths at front
2015-09-02  Ed Bartoshwic: fix short variable names
2015-09-02  Ed Bartoshwic: get rid of listing properties
2015-09-02  Ed Bartoshwic: fix pylint warning unused-variable
2015-09-02  Ed Bartoshwic: get rid of scripts/lib/image
2015-08-30  Ed Bartoshwic: implement --vars option
2015-08-30  Ed Bartoshwic: set default image
2015-08-30  Ed Bartoshwic: deferred call of hlp.get_wic_plugins_help()
2015-08-09  Ed Bartoshwic: release 0.2.0
2015-07-02  Ed Bartoshwic: Code cleanup: long lines, identation and whitespaces
2015-07-02  Ed Bartoshwic: Fix confusing error message
2015-07-02  Ed Bartoshwic: Refactor getting bitbake variables
2015-07-02  Ed Bartoshwic: Fix misleading message
2015-06-26  Ed Bartoshwic: Add new argument to wic_create function
2015-06-26  Ed Bartoshwic: Add --compress-with command line option
2015-06-23  Ed Bartoshwic: removed unused command line option
2015-06-23  Ed Bartoshwic: Return error code when wic fails to invoke command
2015-06-23  Ed Bartoshwic: Integrated plugin docstrings into 'wic help plugin...
2015-05-27  Ed Bartoshwic: refactored processing of wic exceptions
2015-05-27  Ed Bartoshwic: do not strip traceback
2015-04-24  Ed Bartoshwic: code cleanup: wildcard imports
2015-04-19  Ed Bartoshwic: try to find bitbake using find_executable API
2015-04-13  Ed Bartoshwic: Add argv argument to main
2015-04-13  Ed Bartoshwic: Use __file__ instead of sys.argv[0]
2015-04-13  Ed Bartoshwic:code cleanup: No space allowed
2015-04-08  Ed Bartoshwic: Implement --build-rootfs command line option
2015-04-08  Ed Bartoshwic: code cleanup: bad indentation
2014-10-30  Tom Zanussiwic: Remove special-case bootimg_dir
2014-10-30  Tom ZanussiRevert "wic: set bootimg_dir when using image-name...
2014-09-23  Maciej Borzeckiwic: set bootimg_dir when using image-name artifacts
2014-07-16  Tom Zanussiwic: Add kickstart reference to help system
2014-07-16  Tom Zanussiwic: Add wic overview to help system
2014-07-10  Tom Zanussiwic: Add general 'plugins' help topic
2014-07-10  Tom Zanussiwic: Add dummy subcommand and usage strings
2014-05-21  João Henrique Ferr... wic: add support to look in all layers and get .wks...
2014-03-30  João Henrique Ferr... wic: Extend --rootfs-dir to connect rootfs-dirs
2014-02-04  Tom Zanussiwic: Hook up --debug option
2014-02-04  Tom Zanussiwic: Create and use new functions for getting bitbake...
2013-10-23  Tom Zanussiwic: eliminate module checks
2013-10-18  Tom Zanussiwic: Check for the existence/correctness of build artifacts
2013-10-16  Darren Hartwic: Check for external modules
2013-10-16  Tom Zanussiwic: check passed-in build artifact directories
2013-10-16  Tom Zanussiwic: check for build artifacts
2013-10-01  Tom Zanussiwic: Initial code for wic (OpenEmbedded Image Creator)