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:14:02 -0700 |
commit | 9b97a0693b1b58463b1f55f35a6558314a2921c1 (patch) | |
tree | 486bb8f4ad7ae874a8d810e5191d5ec1f0d5eab8 /scripts/wic | |
parent | 8ce832890107a959ad9ff28481188d8b26d4a425 (diff) | |
download | poky-9b97a0693b1b58463b1f55f35a6558314a2921c1.tar.gz |
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
(From OE-Core rev: a0f8cb7e0ffa15e101d39463c77707c821250203)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/wic')
-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 @@ | |||
29 | # Tom Zanussi <tom.zanussi (at] linux.intel.com> | 29 | # Tom Zanussi <tom.zanussi (at] linux.intel.com> |
30 | # | 30 | # |
31 | 31 | ||
32 | __version__ = "0.1.0" | 32 | __version__ = "0.2.0" |
33 | 33 | ||
34 | # Python Standard Library modules | 34 | # Python Standard Library modules |
35 | import os | 35 | import os |