All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yu, Mingli" <mingli.yu@windriver.com>
To: meta-virtualization@yoctoproject.org
Subject: [PATCH] containerd-docker: remove the recipe
Date: Wed, 23 Dec 2020 11:37:51 +0800	[thread overview]
Message-ID: <20201223033751.3553-1-mingli.yu@windriver.com> (raw)

From: Mingli Yu <mingli.yu@windriver.com>

There is build failure for containerd-docker as the below logic in
containerd-docker recipe.
do_compile_prepend() {
        bberror "${PN} is depreciated and will be removed in the future"
        bbfatal "use container-opencontainers for a working configuration"
}

So remove the containerd-docker recipe to avoid confusion.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../containerd/containerd-docker_git.bb       | 22 -------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 recipes-containers/containerd/containerd-docker_git.bb

diff --git a/recipes-containers/containerd/containerd-docker_git.bb b/recipes-containers/containerd/containerd-docker_git.bb
deleted file mode 100644
index 8d1a27a..0000000
--- a/recipes-containers/containerd/containerd-docker_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SRCREV = "3addd840653146c90a254301d6c3a663c7fd6429"
-SRC_URI = "\
-	git://github.com/docker/containerd.git;branch=v0.2.x;destsuffix=git/src/github.com/containerd/containerd \
-	"
-
-
-LIC_FILES_CHKSUM = "file://LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7"
-
-include containerd.inc
-
-CONTAINERD_VERSION = "v0.2.x"
-S = "${WORKDIR}/git/src/github.com/containerd/containerd"
-
-PROVIDES += "virtual/containerd"
-RPROVIDES_${PN} = "virtual/containerd"
-
-DEPENDS += "btrfs-tools"
-
-do_compile_prepend() {
-	bberror "${PN} is depreciated and will be removed in the future"
-	bbfatal "use container-opencontainers for a working configuration"
-}
-- 
2.26.2


             reply	other threads:[~2020-12-23  3:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-23  3:37 Yu, Mingli [this message]
2020-12-23 13:42 ` [meta-virtualization] [PATCH] containerd-docker: remove the recipe Bruce Ashfield
2020-12-24  2:03   ` Yu, Mingli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201223033751.3553-1-mingli.yu@windriver.com \
    --to=mingli.yu@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.