summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2021-04-28 11:44:10 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-29 23:14:29 -0400
commitd7087b8395092231e6ac72675e36732fc93a7220 (patch)
tree4d92b15e4268a6bdd92e75be6a310572559f472f /recipes-containers
parent8c0e83ff1a0667402d93450891b56ccad411f1ba (diff)
downloadmeta-virtualization-d7087b8395092231e6ac72675e36732fc93a7220.tar.gz
containerd: add CVE_PRODUCT to recipe
Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index d0ea7153..4102e4bc 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -14,3 +14,5 @@ EXTRA_OEMAKE += "GODEBUG=1"
14 14
15PROVIDES += "virtual/containerd" 15PROVIDES += "virtual/containerd"
16RPROVIDES_${PN} = "virtual/containerd" 16RPROVIDES_${PN} = "virtual/containerd"
17
18CVE_PRODUCT = "containerd"