[oe-commits] Ed Bartosh : wic: release 0.2.0

git at git.openembedded.org git at git.openembedded.org
Sun Aug 9 07:16:43 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: a0f8cb7e0ffa15e101d39463c77707c821250203
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a0f8cb7e0ffa15e101d39463c77707c821250203

Author: Ed Bartosh <ed.bartosh at linux.intel.com>
Date:   Mon Aug  3 16:51:51 2015 +0300

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/wic | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/wic b/scripts/wic
index 9435ce0..c1d3003 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



More information about the Openembedded-commits mailing list