]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2020 09:37:54 +0000 (10:37 +0100)
commitbe02e8dbfb0d1decce125322f9f1e11a649756c0
tree8104808e8ecccde49c1e85d5d88bbca66e70aae7
parent8ef3a13f257770f1ea8812163c27062c729b8290
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>
scripts/lib/checklayer/__init__.py
scripts/yocto-check-layer