]> code.ossystems Code Review - openembedded-core.git/commit
yocto-check-layer: Only note a layer without a conf/layer.conf (versus error)
authorBruce Ashfield <bruce.ashfield@gmail.com>
Wed, 5 May 2021 02:30:20 +0000 (22:30 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 May 2021 15:55:31 +0000 (16:55 +0100)
commit9841a7c70bc21c5cd3bbea98d5f8654434577f61
treee2cbe7fe41c5bef3de213d4e95ab676f56680fa8
parentcd17d8bb00be1ecb7c92ab13eb8b162807aefed9
yocto-check-layer: Only note a layer without a conf/layer.conf (versus error)

Dynamic layers may have a conf directory, but don't need (or
want) a conf/layer.conf

This isn't an error, so we can just log it and indicate the
layer is being skipped.

A full layer without a conf file isn't all that useable, so we
aren't letting anything subtle slip through by just logging
it.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/yocto-check-layer