![]() Bumping cni to version v0.8.0-237-gb62753a, which comprises the following commits: d1276f1 Add Marshal function in Result/NetConf to omit empty value a6a9891 libcni: implement version negotiation 1362169 go get github.com/Masterminds/semver/v3 f51f8ea SPEC: add version negotiation f8d7b81 build(deps): bump github.com/containernetworking/plugins 6bac4ee build(deps): bump alpine in /.github/actions/retest-action 91db252 build(deps): bump actions/setup-go from 4 to 5 0e4c0e2 cleanup: update references, make links relative 4caff13 libcni, skel: implement STATUS b9a9324 build(deps): bump the golang group with 1 update 4a0bccb describe mtu, advmss, priority attributes of route object in specification efffbee Add route attributes - MTU, AdvMSS, Priority cd1b855 build(deps): bump the golang group with 2 updates 6ed65ac Fix if condition for netns override f67e207 use replace directive for github.com/containernetworking/cni cfdc39b build(deps): bump the golang group with 1 update 509c490 spec: STATUS wording 0c68fe1 build(deps): bump the golang group with 2 updates 29ba516 Upgrade debug module go version to 1.18 b7d75ff Define Makefile with golangci-lint 4683716 enable gocritic linter 91629d5 dependabot: batch updates e86c9ca resume and complete gc impl 02155e0 skel: add gc support d9f1e67 wip GC implementation -- spec 8fdefe9 noop: support command log file 004b09b Add Tomofumi Hayashi as a CNI maintainer 11077bc build(deps): bump actions/checkout from 3 to 4 0021b93 SPEC: fix misspelled word 3072cfe SPEC: add wording for GC verb 837171b Add AWS VPC CNI for 3P list 215259b fix kubernetes document url in readme 4a096f6 pkg/types: explicitly import all versions a899051 libcni: add version v1.1.0 c768dcb SPEC: bump version to v1.1.0-dev a8fdbf9 build(deps): bump alpine in /.github/actions/retest-action Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> cni-plugins: update to 1.4.0 Bumping cni-plugins.git to version v1.1.0-232-gb6a0e0bc, which comprises the following commits: e6099fb8 build(deps): bump actions/setup-go from 4 to 5 82542170 build(deps): bump the golang group with 2 updates d7082175 Bump to golang:1.21-alpine in release.sh a4cbf13a Add CNI_NETNS_OVERRIDE for upcoming CNI change 6cac5d60 build(deps): bump the golang group with 3 updates f90ac41a revert some code in pr 962 5280b4d5 bridge: fix spelling 495a2cbb bridge: remove useless firstV4Addr 8c59fc1e bridge: remove useless check 1079e113 Add ndisc_notify in ipvlan for ipv6 ndp 999ca157 macvlan: enable ipv6 ndisc_notify 0b1a96ff build(deps): bump google.golang.org/grpc from 1.50.1 to 1.56.3 28c5faee build(deps): bump the golang group with 3 updates aacae5c0 dependabot: batch updates 6b787612 fix workflow warnings 37531cda fix lint errors 845ef62b macvlan cmdDel: replace the loadConf function with json.unmarshal 691186ca build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.28.0 19e5747a build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 18172539 build(deps): bump github.com/Microsoft/hcsshim from 0.9.9 to 0.11.1 61fa9636 build(deps): bump golang.org/x/sys from 0.10.0 to 0.13.0 33ccedc6 Create IPAM files with 0600 permissions 853b82d1 build: Use POSIX sh for shell scripts d216b0c3 build(deps): bump actions/checkout from 3 to 4 5f25a93a ci(lint) extend timeout to 5 min 7c11d486 build(deps): bump github.com/coreos/go-iptables from 0.6.0 to 0.7.0 c1a7948b vrf: fix route filter to use output iface Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
||
---|---|---|
classes | ||
conf | ||
docs | ||
dynamic-layers | ||
files | ||
lib/oeqa/runtime/cases | ||
recipes-containers | ||
recipes-core | ||
recipes-demo | ||
recipes-devtools | ||
recipes-extended | ||
recipes-graphics/xorg-xserver | ||
recipes-kernel | ||
recipes-networking | ||
scripts | ||
wic | ||
.gitignore | ||
COPYING.MIT | ||
MAINTAINERS | ||
meta-virt-roadmap.txt | ||
README.md | ||
SECURITY.md |
meta-virtualization
This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.
The bbappend files for some recipes (e.g. linux-yocto) in this layer need to have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add in configuration file the following line.
DISTRO_FEATURES:append = " virtualization"
If meta-virtualization is included, but virtualization is not enabled as a distro feature a warning is printed at parse time:
You have included the meta-virtualization layer, but
'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files
may not take effect. See the meta-virtualization README for details on enabling
virtualization support.
If you know what you are doing, this warning can be disabled by setting the following variable in your configuration:
SKIP_META_VIRT_SANITY_CHECK = 1
Depending on your use case, there are other distro features in meta-virtualization that may also be enabled:
- xen: enables xen functionality in various packages (kernel, libvirt, etc)
- kvm: enables KVM configurations in the kernel and autoloads modules
- k8s: enables kubernets configurations in the kernel, tools and configuration
- aufs: enables aufs support in docker and linux-yocto
- x11: enable xen and libvirt functionality related to x11
- selinux: enables functionality in libvirt and lxc
- systemd: enable systemd services and unit files (for recipes for support)
- sysvinit: enable sysvinit scripts (for recipes with support)
- seccomp: enable seccomp support for packages that have the capability.
Dependencies
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master revision: HEAD prio: default
URI: git://github.com/openembedded/meta-openembedded.git branch: master revision: HEAD layers: meta-oe meta-networking meta-filesystems meta-python
BBFILE_PRIORITY_openembedded-layer = "4"
Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Required for Ceph: URI: git://git.yoctoproject.org/meta-cloud-services branch: master revision: HEAD prio: default
Required for cri-o: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Community / Colaboration
Repository: https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/ Mailing list: https://lists.yoctoproject.org/g/meta-virtualization IRC: libera.chat #meta-virt channel
Maintenance
Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org
Maintainer: Bruce Ashfield bruce.ashfield@gmail.com see MAINTAINERS for more specific information
When sending single patches, please using something like: $ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
License
All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.