From 589391db2777f844577a3805fa475515fe62c99f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 8 Apr 2022 13:36:28 -0400 Subject: cni: add flannel plugin from separate repository We have flannel users! It was noted that flannel is no longer part of the main cni-plugins repo, but is instead hosted in a standalone location. We add the new repository, its SRCREV and drop it back where it can be built and packaged in the same way as it previously was. Signed-off-by: Bruce Ashfield --- recipes-networking/cni/cni_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-networking/cni') diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 5ce6f6e4..42eed1b2 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -12,10 +12,12 @@ is simple to implement. \ SRCREV_cni = "35efaabf93d23a28fb2fb01dccbe80caed196d19" # Version 0.9.1 SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1" +SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" SRCREV_FORMAT = "cni_plugins" SRC_URI = "\ git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ + git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protcol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ " LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" -- cgit v1.2.3-54-g00ecf