wic: add support to look in all layers and get .wks file
authorJoão Henrique Ferreira de Freitas <joaohf@gmail.com>
Thu, 15 May 2014 01:37:27 +0000 (22:37 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 May 2014 08:09:02 +0000 (09:09 +0100)
commit40ad0de6b820aa25c318f15ad124d6ac8f31cc87
treefbf445759d3342cfbd99a5408168c224779785f2
parente1f437deab7e516c8c2e08131172ed665a05a40c
wic: add support to look in all layers and get .wks file

.wks file are looked in 'scripts/lib/image/canned-wks' directory on all
BBLAYERS variable returned by bitbake environment. If found, it will
be used.

The user could create your own .wks and keep it inside its layers. For
now the path must be <layer-dir>/scripts/lib/image/canned-wks.

(From OE-Core rev: 1f3e312211f277a1befd707a59a0c0a9bf6cbcbc)

Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/image/engine.py
scripts/wic