]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
vex: fix rootfs manifest
authorPeter Marko <peter.marko@siemens.com>
Mon, 5 May 2025 10:27:56 +0000 (12:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2025 09:27:41 +0000 (10:27 +0100)
commitee6541d0940c65685aaafd7d41a59a9406392e7d
tree44716d09b19b083ed9021391d8bd18364b4e2c94
parent30f0177e74dace0e9a4305d8aa077cbdbc9d786f
vex: fix rootfs manifest

Rootfs VEX file is created by gathering files from CVE_CHECK_DIR
(deploy directory), however recipes generate the files only in
CVE_CHECK_DIR (log directory).
This make the rootfs VEX be always empty without any message.

The code is copied from cve_check class, which writes to both, so let
keep them aligned and make also vex write both files.

Also add a warning for case that a cve file would be still missing.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/vex.bbclass