]> code.ossystems Code Review - openembedded-core.git/commit
wic: move wks parsing code to KickStart._parse
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 19 Jan 2016 16:51:03 +0000 (18:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 21:30:37 +0000 (21:30 +0000)
commit7778b9851758f4f782cb5f5d5fb36e68aed3b275
tree24ebbaf1e62f2711f0d644e96685e5eedb3a5233
parent1cf3f0685b42ce494d7b2b327d54c9652a6de42d
wic: move wks parsing code to KickStart._parse

This is a preparation for implementation of include statement.
Parser will be called recursively to parse included .wks files,
so it should be available as a method.

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