![]() Bumping libvirt to version v10.5.0-77-ge5232f6fd6, which comprises the following commits: e5232f6fd6 virt-host-validate: Allow longer list of CPU flags 8f3b46e30b Translated using Weblate (Portuguese (Brazil)) 149ffd964b Translated using Weblate (Swedish) e8c5ecd3cf Translated using Weblate (English (United Kingdom)) 6699341d88 docs: use real examples for QEMU cli passthrough c019350a76 security: AppArmor allow write when os loader readonly=no 65b54e791f tests: Add test for UEFI autoselection on riscv64 a4fbb7bcc7 tests: Add firmware descriptor for edk2 on riscv64 47d34ffb26 qemu: ROM firmware images are always readonly f13b3f8098 qemu: Filter firmware images by type b14c97e007 tests: Add more firmware selection coverage 79941dd3c9 tests: Update firmware descriptors ea6c3ea2d5 qemu: virtiofs: format --rlimit-nofile 562fc02ac1 conf: virtiofs: add rlimit_nofile element 239669049d vmx: Be even more lax when trying to comprehend serial ports fcf6beaf3d ci: Refresh generated files 3bc3b7220b news: Mention pauth Arm CPU feature 6690b01de2 tests: Add coverage for pauth Arm CPU feature 1ac1e4dae0 cpu_map: Add pauth Arm CPU feature bec903cae8 qemu: Don't leave beingDestroyed=true on inactive domain c9fa43c48c virt-host-validate: Drop extra "PASS" 92333a2c4e Translated using Weblate (Swedish) d94b31a68a qemu: migration: allow migration for virtiofs 8dc04cafec qemu: do not use deprecated options for new virtiofsd 730eaafaac qemu: fill capabilities for virtiofsd 132bf6d89b tests: qemuxmlconf: adjust test case to new virtiofsd f64e658df0 tests: vhostuser: add virtiofsd json descriptor 6d3955acf1 Include support for Vfio stats during Migration 7a9e9dfb18 network: allow "modify" option for DNS-Txt records cf934c87cc network: allow "modify" option for DNS-Srv records 09a5d8165c network: allow "modify" option for DNS hostname 619a915862 domain_conf: comment not match the code below b5c54df901 virt-aa-helper: Drop needless comments 0d3e962d47 security_manager: Remove redundant qemuSecurityGetNested() call 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.