summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-04-08 13:36:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-04-08 13:36:28 -0400
commit589391db2777f844577a3805fa475515fe62c99f (patch)
treea8a643fbb19792508bae2a774498a1571d7b6fb8 /recipes-networking/cni
parent98575878df67a0e88d036b45a26721df15912f46 (diff)
downloadmeta-virtualization-589391db2777f844577a3805fa475515fe62c99f.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb2
1 files changed, 2 insertions, 0 deletions
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. \
12SRCREV_cni = "35efaabf93d23a28fb2fb01dccbe80caed196d19" 12SRCREV_cni = "35efaabf93d23a28fb2fb01dccbe80caed196d19"
13# Version 0.9.1 13# Version 0.9.1
14SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1" 14SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1"
15SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2"
15SRCREV_FORMAT = "cni_plugins" 16SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 17SRC_URI = "\
17 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ 18 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
18 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ 19 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
20 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protcol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \
19 " 21 "
20LICENSE = "Apache-2.0" 22LICENSE = "Apache-2.0"
21LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" 23LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"