1
0
mirror of https://git.yoctoproject.org/poky synced 2026-04-20 11:28:58 +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

View File

@@ -674,3 +674,5 @@ reproducible_final_image_task () {
fi
}
IMAGE_PREPROCESS_COMMAND_append = " reproducible_final_image_task; "
CVE_PRODUCT = ""

View File

@@ -56,3 +56,4 @@ python () {
bb.fatal("Please ensure that your setting of VIRTUAL-RUNTIME_init_manager (%s) matches the entries enabled in DISTRO_FEATURES" % initman)
}
CVE_PRODUCT = ""