diff options
| -rw-r--r-- | recipes-containers/containerd/containerd-opencontainers/0001-Makefile-update-default-PACKAGE-to-v2.patch | 28 | ||||
| -rw-r--r-- | recipes-containers/containerd/containerd-opencontainers_git.bb | 7 | 
2 files changed, 31 insertions, 4 deletions
| diff --git a/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-update-default-PACKAGE-to-v2.patch b/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-update-default-PACKAGE-to-v2.patch new file mode 100644 index 00000000..74e313b5 --- /dev/null +++ b/recipes-containers/containerd/containerd-opencontainers/0001-Makefile-update-default-PACKAGE-to-v2.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From eb39888898a9d196e3eb63724c6c07777f3b9402 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Changqing Li <changqing.li@windriver.com> | ||
| 3 | Date: Wed, 24 Apr 2024 14:10:11 +0800 | ||
| 4 | Subject: [PATCH] Makefile: update default PACKAGE to v2 | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [https://github.com/containerd/containerd/pull/10125] | ||
| 7 | |||
| 8 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||
| 9 | --- | ||
| 10 | Makefile | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/Makefile b/Makefile | ||
| 14 | index a5b244191..cb9ff4172 100644 | ||
| 15 | --- a/Makefile | ||
| 16 | +++ b/Makefile | ||
| 17 | @@ -34,7 +34,7 @@ TEST_IMAGE_LIST ?= | ||
| 18 | # Used to populate variables in version package. | ||
| 19 | VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always) | ||
| 20 | REVISION ?= $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi) | ||
| 21 | -PACKAGE=github.com/containerd/containerd | ||
| 22 | +PACKAGE=github.com/containerd/containerd/v2 | ||
| 23 | SHIM_CGO_ENABLED ?= 0 | ||
| 24 | |||
| 25 | ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" "" | ||
| 26 | -- | ||
| 27 | 2.25.1 | ||
| 28 | |||
| diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index 10d1ce8b..ed73e398 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
| @@ -6,9 +6,10 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and | |||
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | SRCREV = "b1624c3628954e769dd50783b63823040b2db38c" | 8 | SRCREV = "b1624c3628954e769dd50783b63823040b2db38c" | 
| 9 | SRC_URI = "git://github.com/containerd/containerd;branch=main;protocol=https;destsuffix=git/src/github.com/containerd/containerd \ | 9 | SRC_URI = "git://github.com/containerd/containerd;branch=main;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ | 
| 10 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ | 10 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ | 
| 11 | file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ | 11 | file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ | 
| 12 | file://0001-Makefile-update-default-PACKAGE-to-v2.patch \ | ||
| 12 | " | 13 | " | 
| 13 | 14 | ||
| 14 | # Apache-2.0 for containerd | 15 | # Apache-2.0 for containerd | 
| @@ -23,7 +24,7 @@ CVE_VERSION = "v2.0.0-beta.0" | |||
| 23 | PROVIDES += "virtual/containerd" | 24 | PROVIDES += "virtual/containerd" | 
| 24 | RPROVIDES:${PN} = "virtual-containerd" | 25 | RPROVIDES:${PN} = "virtual-containerd" | 
| 25 | 26 | ||
| 26 | S = "${WORKDIR}/git/src/github.com/containerd/containerd" | 27 | S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2" | 
| 27 | 28 | ||
| 28 | PV = "${CONTAINERD_VERSION}+git" | 29 | PV = "${CONTAINERD_VERSION}+git" | 
| 29 | 30 | ||
| @@ -32,8 +33,6 @@ inherit goarch | |||
| 32 | 33 | ||
| 33 | GO_IMPORT = "import" | 34 | GO_IMPORT = "import" | 
| 34 | 35 | ||
| 35 | CONTAINERD_PKG="github.com/containerd/containerd" | ||
| 36 | |||
| 37 | INSANE_SKIP:${PN} += "ldflags" | 36 | INSANE_SKIP:${PN} += "ldflags" | 
| 38 | 37 | ||
| 39 | do_configure[noexec] = "1" | 38 | do_configure[noexec] = "1" | 
