1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

classes: don't scan for CVEs in images or packagegroups

There's no point even looking in the database for these, so unset CVE_PRODUCT.

(From OE-Core rev: f47da3e91541d75e1213dd9cf1f89ed16f21141a)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2018-02-09 12:44:36 +00:00
committed by Richard Purdie
parent df1ead11d2
commit 4ae1f081a5
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -674,3 +674,5 @@ reproducible_final_image_task () {
fi
}
IMAGE_PREPROCESS_COMMAND_append = " reproducible_final_image_task; "
CVE_PRODUCT = ""