]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: check layer in BBLAYERS before test
authorLee Chee Yang <chee.yang.lee@intel.com>
Fri, 24 Jul 2020 04:16:24 +0000 (12:16 +0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 27 Jul 2020 22:20:44 +0000 (12:20 -1000)
commita10ff925584406e563edfb4042b44c3e8ea57ce3
treeb5af6ef082637046774ef5c604ddd0f47249e1dc
parent471094f8afa57548e9ff3fd7a99306f58b87d478
checklayer: check layer in BBLAYERS before test

layer under test should absent from BBLAYERS when running
yocto-check-layer. This allow to get signatures before layer
under test. There are existing steps to add the layer under
test to BBLAYERS after getting initial signatures.

add steps to check for layer under test in BBLAYERS before
running any test, skip test for the layer if the layer under
test exist in BBLAYERS.

[YOCTO #13176]

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit be02e8dbfb0d1decce125322f9f1e11a649756c0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/checklayer/__init__.py
scripts/yocto-check-layer