]> code.ossystems Code Review - openembedded-core.git/commit
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:08:11 +0000 (09:08 +0100)
commit1f3e312211f277a1befd707a59a0c0a9bf6cbcbc
treea984557b24745f2bb6c79265bdc966e025a68002
parent937a0da0861abb7656762b2a3fb69eb275dd4a9a
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.

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