]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: release 0.2.0
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 3 Aug 2015 13:51:51 +0000 (16:51 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 07:12:48 +0000 (00:12 -0700)
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>
scripts/wic

index 9435ce085ad774f9de68232d2a41b8bc090912c0..c1d3003378bef1af10556d65764a8af6d4f78e74 100755 (executable)
@@ -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