]> code.ossystems Code Review - openembedded-core.git/commit
wic/utils/misc.py: Added function to search for files in canned-wks
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 1 Dec 2015 07:14:53 +0000 (07:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Dec 2015 08:47:27 +0000 (08:47 +0000)
commit356a942e75ac1743290d2c360d1bb89e2225b6cc
tree8f38a088b1e7a834257d2ba5793fc242fa10f4c6
parent8347aee95ea271921c15ea8e580f0ff62325aa26
wic/utils/misc.py: Added function to search for files in canned-wks

This change add two new function to search for files in the
canned-wks folder for all the layers included in bblayers.conf.
This will be used to search for custom configuration files for
the bootloaders.

There are similar functions in the wic engine, but these are
focused in wks files only, so it was needed to create new ones.

[YOCTO #8728]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/utils/misc.py