diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 22:45:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 22:45:13 -0400 |
| commit | 47cb6b4e1833f4e3fd54d8fdd6dbbd3752a0a0ba (patch) | |
| tree | 80ebe7bd2a6dcc40e90f4f2a54629b69c2785912 /recipes-containers/containerd/containerd-opencontainers_git.bb | |
| parent | 2cc2bc1acf8d132c1d88d763c67b82bdb87cb886 (diff) | |
| download | meta-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.bb | 9 |
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 | ||
| 8 | SRCREV = "33d90b72d1e44987118ac111d4f7a108d412099b" | 8 | SRCREV = "6ef0d383e360e1c13be75656df83612bda0775fe" |
| 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ | 9 | SRC_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 \ | |||
| 15 | LICENSE = "Apache-2.0" | 15 | LICENSE = "Apache-2.0" |
| 16 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" | 16 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" |
| 17 | 17 | ||
| 18 | CONTAINERD_VERSION = "v1.4.3" | 18 | CONTAINERD_VERSION = "v1.5.0-rc" |
| 19 | 19 | ||
| 20 | EXTRA_OEMAKE += "GODEBUG=1" | 20 | EXTRA_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 |
