]> code.ossystems Code Review - openembedded-core.git/commit
yocto-compat-layer.py: Add --dependency argument
authorMark Hatle <mark.hatle@windriver.com>
Fri, 31 Mar 2017 02:30:27 +0000 (21:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Apr 2017 11:36:44 +0000 (12:36 +0100)
commit57fc8a9771174b7d0533a42c045053adefa537a8
tree525cefab95f1eb32d6c84af17a0a9d53c30c5121
parent402ef1c8bd1ea994581a39672f31ab1203a0899d
yocto-compat-layer.py: Add --dependency argument

When processing a large number of items, there are times that it would be
nice to be able to pass in a series of layers that can be used as dependencies
for the layer that is being scanned.  This avoids the significant overhead
of processing all of the layers to compatibility.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/yocto-compat-layer.py