]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: generate locked-sigs.inc under builddir
authorChangqing Li <changqing.li@windriver.com>
Thu, 15 Nov 2018 08:16:55 +0000 (16:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Nov 2018 09:32:17 +0000 (09:32 +0000)
commit2ec0bc0b038bc6413978c8f34ef5c0d22b4bc3e7
treeaee91eb33bfa7c145a379c5b892f90c2f5d0bbab
parent4b3a085d6c63fd8459bb084aaa277dd2e8949594
checklayer: generate locked-sigs.inc under builddir

yocto-check-layer will find locked-sigs.inc under builddir,
but locked-sigs.inc is generated under current bitbake working
dir. if run yocto-check-layer outside builddir, we will met error
like "No such file or directory: *locked-sigs.inc". change to
run bitbake -S under builddir to fix this problem.

[YOCTO #12973]

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/checklayer/__init__.py