diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 17:08:34 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 17:08:34 +0000 |
| commit | 55f57b108fe1334d4b978739d44d32cd214f6fbe (patch) | |
| tree | 182552a2d008e348d397c79a2d97a282cb825894 /recipes-networking/cni/cni_git.bb | |
| parent | 57fc57064636ab923930a8ab390ad52fad1f2b2a (diff) | |
| download | meta-virtualization-55f57b108fe1334d4b978739d44d32cd214f6fbe.tar.gz | |
cni: bump plugins to v1.9.1-tip and flannel to v1.9.1-flannel1-tip
The cni recipe pins three upstream components. Per-component state:
- containernetworking/cni (SRCREV_cni): unchanged at 7c270076
= v1.3.0-27-g7c27007, already at master HEAD.
- containernetworking/plugins (SRCREV_plugins): 6d8f05b8 -> d653d38d
(v1.9.1-3 -> v1.9.1-10).
- flannel-io/cni-plugin (SRCREV_flannel_plugin): 09e4c7f9 -> e4902565
(v1.9.0-flannel1-12 -> v1.9.1-flannel1-6 — crosses to the v1.9.1
flannel line).
PV stays at 1.3.0+git since the canonical "cni" component didn't move.
Regenerated go-mod sidecars via `bitbake cni -c discover_and_generate`
for the new go.sum that the plugins + flannel SRCREV bumps imply.
Added `include go-mod-licenses.inc` for first-time per-dependency
license tracking on this recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni/cni_git.bb')
| -rw-r--r-- | recipes-networking/cni/cni_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 727a9799..54735174 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
| @@ -10,8 +10,8 @@ is simple to implement. \ | |||
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925" | 12 | SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925" |
| 13 | SRCREV_plugins = "6d8f05b82e47b3bf573986146842c08f358270a7" | 13 | SRCREV_plugins = "d653d38d4f3699653aa25cc1697924b2a9c2ae3e" |
| 14 | SRCREV_flannel_plugin = "09e4c7f9bee6abdf56e97f167a85248a7084f7ef" | 14 | SRCREV_flannel_plugin = "e4902565b662b0fcc7ac7e6abf6b74e15518e024" |
| 15 | SRCREV_FORMAT = "cni_plugins" | 15 | SRCREV_FORMAT = "cni_plugins" |
| 16 | SRC_URI = "\ | 16 | SRC_URI = "\ |
| 17 | git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 17 | git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| @@ -23,6 +23,9 @@ SRC_URI += "git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plug | |||
| 23 | include go-mod-git.inc | 23 | include go-mod-git.inc |
| 24 | include go-mod-cache.inc | 24 | include go-mod-cache.inc |
| 25 | 25 | ||
| 26 | # Per-dependency license tracking | ||
| 27 | include go-mod-licenses.inc | ||
| 28 | |||
| 26 | DEPENDS = " \ | 29 | DEPENDS = " \ |
| 27 | rsync-native \ | 30 | rsync-native \ |
| 28 | " | 31 | " |
