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:08:39 -0400
commit96b765ff843f6e1878dadd9026da6a55176c5a41 (patch)
treece8c4ce6a763e5ce0fbdef3dd0009510d3d26aa5 /recipes-containers
parent903b3a1bdede3c79f8c1c04730e40a6e89db4d85 (diff)
downloadmeta-virtualization-96b765ff843f6e1878dadd9026da6a55176c5a41.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 eb4a00c8..2674a17e 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -118,3 +118,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped"
118COMPATIBLE_HOST = "^(?!(qemu)?mips).*" 118COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
119 119
120RDEPENDS_${BPN} += " virtual/runc" 120RDEPENDS_${BPN} += " virtual/runc"
121
122CVE_PRODUCT = "containerd"