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>
This commit is contained in:
Bruce Ashfield 2022-04-08 13:36:28 -04:00
parent 98575878df
commit 589391db27

View File

@ -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"