diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-08-03 16:51:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 00:12:48 -0700 |
commit | a0f8cb7e0ffa15e101d39463c77707c821250203 (patch) | |
tree | 87755f14b7b80f26bc99314439a7e9dec1be8b1c /scripts | |
parent | 26d8c70fb8a7cc8f6473ad1779b20b00616740c0 (diff) | |
download | openembedded-core-a0f8cb7e0ffa15e101d39463c77707c821250203.tar.gz openembedded-core-a0f8cb7e0ffa15e101d39463c77707c821250203.tar.bz2 openembedded-core-a0f8cb7e0ffa15e101d39463c77707c821250203.zip |
wic: release 0.2.0
Major changes in 0.2.0:
- implemented UUID support
- fixed support of GPT partition tables
- implemented running bitbake from wic
- implemented image compressing
- started testing with oe-selftest. implemented 17 test cases
- used native tools (parted, mkfs, mtools, etc)
- usability and documentation fixes
- code clenup
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index 9435ce085a..c1d3003378 100755 --- a/scripts/wic +++ b/scripts/wic @@ -29,7 +29,7 @@ # Tom Zanussi <tom.zanussi (at] linux.intel.com> # -__version__ = "0.1.0" +__version__ = "0.2.0" # Python Standard Library modules import os |