From 7d6284a079748f919e3e0b8116649cfa5ff8ee8f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 20 Feb 2017 02:00:20 -0500 Subject: runc/containerd: create virtual/runc and virtual/containerd Since there are two implementations of runc and containerd that may not always be in sync, the docker variant, and the opencontainers variable, we create a virtual/* namespace for these components. Anything requiring runc or containerd should set a preferred provider to get the desired/tested variant. We set the default provider to the docker variants, since they are the primary use case for these components. Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-docker_git.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-containers/runc/runc-docker_git.bb (limited to 'recipes-containers/runc/runc-docker_git.bb') diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb new file mode 100644 index 00000000..96d48cae --- /dev/null +++ b/recipes-containers/runc/runc-docker_git.bb @@ -0,0 +1,11 @@ +include runc.inc + +# Note: this rev is before the required protocol field, update when all components +# have been updated to match. +SRCREV = "2f7393a47307a16f8cee44a37b262e8b81021e3e" +SRC_URI = "git://github.com/docker/runc.git;nobranch=1 \ + " + +RUNC_VERSION = "1.0.0-rc2" +PROVIDES += "virtual/runc" +RPROVIDES_${PN} = "virtual/runc" -- cgit v1.2.3-54-g00ecf