]> code.ossystems Code Review - openembedded-core.git/commit
scripts/yocto-compat-layer.py: Handle layer dependencies when test
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 20 Mar 2017 23:33:26 +0000 (17:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:05 +0000 (22:43 +0000)
commit1e7cf9bb71521f1632dd2e6b01fe7fcc95732983
tree9dcf9d98dccdabba65e00ebeed8ee94a9c513eba
parentf2f6f0c938226802163698ef14a8a9103da362a0
scripts/yocto-compat-layer.py: Handle layer dependencies when test

If some layer depends on other tries to find layer dependency, if the
layer dependency isn't found avoid to test the layer and notice the
user.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/compatlayer/__init__.py
scripts/yocto-compat-layer.py