]> code.ossystems Code Review - openembedded-core.git/commit
wic: look for wks files in <layer>/wic
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 19 Dec 2016 12:41:02 +0000 (14:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Dec 2016 08:46:34 +0000 (08:46 +0000)
commit803b5fa798cf7580c7c10401eb04a1cccf51b8ab
treef9e41c660002f303804563cf0ce4352c633f3d17
parente18820ca9202c07e2406d702c46f45415182b7a6
wic: look for wks files in <layer>/wic

Currently wic looks for wks files in
<layer dir>/scripts/lib/wic/canned-wks/ directories.
This path is too nested and doesn't look consistent with the
naming scheme of layer directories.

Added <layer>/wic directory to the list of paths
to look for wks files.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/engine.py