summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd-opencontainers_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-15 22:45:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-15 22:45:13 -0400
commit47cb6b4e1833f4e3fd54d8fdd6dbbd3752a0a0ba (patch)
tree80ebe7bd2a6dcc40e90f4f2a54629b69c2785912 /recipes-containers/containerd/containerd-opencontainers_git.bb
parent2cc2bc1acf8d132c1d88d763c67b82bdb87cb886 (diff)
downloadmeta-virtualization-47cb6b4e1833f4e3fd54d8fdd6dbbd3752a0a0ba.tar.gz
containerd: update to v1.5.x series
Bumping containerd to the 1.5.x development series. We refresh patches and add new build dependencies, but otherwise the overall structure is the same. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/containerd/containerd-opencontainers_git.bb')
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index efa3626f..c0145b7b 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -5,8 +5,8 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and
5 support as well as checkpoint and restore for cloning and live migration of containers." 5 support as well as checkpoint and restore for cloning and live migration of containers."
6 6
7 7
8SRCREV = "33d90b72d1e44987118ac111d4f7a108d412099b" 8SRCREV = "6ef0d383e360e1c13be75656df83612bda0775fe"
9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ 9SRC_URI = "git://github.com/containerd/containerd;branch=master \
10 file://0001-build-use-oe-provided-GO-and-flags.patch \ 10 file://0001-build-use-oe-provided-GO-and-flags.patch \
11 file://0001-Add-build-option-GODEBUG-1.patch \ 11 file://0001-Add-build-option-GODEBUG-1.patch \
12 " 12 "
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \
15LICENSE = "Apache-2.0" 15LICENSE = "Apache-2.0"
16LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" 16LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
17 17
18CONTAINERD_VERSION = "v1.4.3" 18CONTAINERD_VERSION = "v1.5.0-rc"
19 19
20EXTRA_OEMAKE += "GODEBUG=1" 20EXTRA_OEMAKE += "GODEBUG=1"
21 21
@@ -53,7 +53,8 @@ do_compile() {
53 for c in content timeout ttrpcutil oom stdio process errdefs fs images mount snapshots linux api runtimes defaults progress \ 53 for c in content timeout ttrpcutil oom stdio process errdefs fs images mount snapshots linux api runtimes defaults progress \
54 protobuf reference diff platforms runtime remotes version archive dialer gc metadata \ 54 protobuf reference diff platforms runtime remotes version archive dialer gc metadata \
55 metrics filters identifiers labels leases plugin server services \ 55 metrics filters identifiers labels leases plugin server services \
56 cmd cio containers namespaces oci events log reaper sys rootfs nvidia seed apparmor seccomp; do 56 cmd cio containers namespaces oci events log reaper sys rootfs nvidia seed apparmor seccomp \
57 cap cri userns atomic ioutil os registrar seutil runtimeoptions netns; do
57 if [ -d ${S}/src/import/${c} ]; then 58 if [ -d ${S}/src/import/${c} ]; then
58 ln -sfn ${S}/src/import/${c} ${S}/src/import/vendor/github.com/containerd/containerd/${c} 59 ln -sfn ${S}/src/import/${c} ${S}/src/import/vendor/github.com/containerd/containerd/${c}
59 fi 60 fi