]> code.ossystems Code Review - openembedded-core.git/commit
scripts/yocto-compat-layer.py: Add option to disable layer autodiscovery
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 20 Mar 2017 23:33:25 +0000 (17:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:04 +0000 (22:43 +0000)
commitf2f6f0c938226802163698ef14a8a9103da362a0
tree7699838e01424d94faa81018608e6e2d6e12f00e
parent576c6486f547b1d7422cdd12f688aef74ee632ae
scripts/yocto-compat-layer.py: Add option to disable layer autodiscovery

Sometimes there is a need to only analyze the layer specified by the
command line, the new option -n will disable autodiscovery of layers
and only will try to test specified layers.

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