]> code.ossystems Code Review - openembedded-core.git/commit
wic: use new kickstart parser
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 14 Jan 2016 12:12:53 +0000 (14:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Jan 2016 11:32:18 +0000 (11:32 +0000)
commitf72439d321220b724bfe2b4a92fed46c2c19fb3f
tree64151815f1e61626ce5e0b16cf54d95fcc6ae500
parentc7b67ccfda8b22c090aa74d96b7c9af5a97a9a98
wic: use new kickstart parser

Used KickStart parser class instead of pykickstart API.

This commit breaks wic as data structures and field names
provided by new API are a bit different from old ones.
This issue will be addressed in the following commits.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/conf.py
scripts/lib/wic/imager/direct.py