![]() Bumping cni-plugins.git to version v1.1.0-345-gabfac4a9, which comprises the following commits: abfac4a9 Remove scripts/release.sh because of no longer used (#1137) eded0afc build(deps): bump the golang group across 1 directory with 3 updates 41d54859 build(deps): bump alpine in /.github/actions/retest-action e8c7d9b9 test: enable unpriv user namespaces ba8bc7d0 Bump Go version to 1.23 in scripts/release.sh (#1123) 7f756b41 portmap: fix iptables conditions detection 3ffc42cd build(deps): bump the golang group across 1 directory with 7 updates 6de8a985 ipmasq: fix nftables backend 9296c5f8 portmap: fix nftables backend fec2d626 Pass status along ipam update a4fc6f93 feat(dhcp): Cancel backoff retry on stop d61e7e5e fix(dhcp): can not renew an ip address e4950728 build(deps): bump golang.org/x/sys in the golang group 93d197c4 VRF: Wait for the local/host routes to be added c52e02bc add problem hint 24b0bf96 make test working again d44bbf28 Revert "Merge pull request #921 from oOraph/dev/exclude_subnets_from_traffic_shapping2" 8ad03619 resolve merge conflicts 8324a2e5 build(deps): bump the golang group across 1 directory with 2 updates a4b80cc6 host-device: use temp network namespace for rename 3a49cff1 Fix txqueuelen being accidentally set to zero c11ed487 Ignore link-local routes in SBR tests fa737f82 build(deps): bump the golang group with 3 updates e5df283a ci, go.mod: bump to go 1.23 (#1094) cc8b1bd8 dhcp: Add priority option to dhcp. 03712a57 .github: add check to verify vendor directory 01a94e17 Add nftables backend to portmap 3d1968c1 Fix portmap unit tests a3ccebc6 Add a backend abstraction to the portmap plugin 61d07864 Add nftables implementation of ipmasq 729dd23c Vendor nftables library, add utils.SupportsIPTables and utils.SupportsNFTables a6d6efa5 Use of Scope for routes in IPAM 01b3db8e SBR: option to pass the table id (#1088) Bumping flannel-cni-plugin.git to version v1.6.0-flannel1-19-gcc21427, which comprises the following commits: eca5d1d Bump alpine from 20240923 to 20250108 055b015 Bump github.com/containernetworking/plugins from 1.6.1 to 1.6.2 2f6a5c2 Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 7838b98 Bump alpine from 20240807 to 20240923 9b7cc09 Bump github.com/containernetworking/plugins from 1.6.0 to 1.6.1 773a5f0 Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 4a32784 Call Unmountns in addition to calling ns.Close() 1da6802 Bump to 1.23.3 and cni-plugins 1.6.0 8453685 Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 5ee8096 Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 d3a492d Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 d3c964a Bump github.com/containernetworking/plugins from 1.5.1 to 1.6.0 b691133 Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 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
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.