Re: [OE-core] cve-check: building world doesn't create the manifest

2022-04-29 Thread Ralph Siemsen
Hi Davide, On Fri, Apr 29, 2022 at 4:22 AM Davide Gardenal wrote: > > My idea was to convert cve_check_write_rootfs_manifest to a handler listening > for BuildCompleted but then if someone builds more than one image the output > is broken. Actually that is already the case, if one builds multi

[OE-core] cve-check: building world doesn't create the manifest

2022-04-29 Thread Davide Gardenal
Greetings, In the current version of cve-check there is no way of creating the manifest when building world. The reason why is due to these two lines: > > > ROOTFS_POSTPROCESS_COMMAND:prepend = "${@'cve_check_write_rootfs_manifest; > ' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" >