Go to file
Bruce Ashfield be00049d5a runc: update to v1.3.0
Bumping runc to version v1.3.0-24-g81693c22, which comprises the following commits:

    765cd9dc runc update: don't lose intelRdt state
    3ac9e165 [1.3] rootfs: remove /proc/net/dev from allowed overmount list
    0f13e3f7 tests/int/cgroups.bats: exclude dmem controller
    ce4ad992 libcontainer: close seccomp agent connection to prevent resource leaks
    2ff79594 Preventing containers from being unable to be deleted
    c6825478 fix rootfs propagation mode
    15dc7b51 libct/configs: stop using deprecated id
    af614c94 libct/configs: fix/improve deprecation notices
    daada5e8 libct/configs: add package docstring
    34fd5f0e gha/ci: allow validate/all-done to succeed for non-PRs
    24537420 ci/gha: allow to run jobs manually
    3a93edb6 ci/gha: fix exclusion rules
    6923754a ci: bump golangci-lint to v2.1
    996b5185 VERSION: back to development
    4ca628d1 VERSION: release v1.3.0
    60e2125b go.mod: Delete exclude directives
    7031f31d runc: embed version from VERSION file
    51b5267a runc --version: use a function
    7b2b95d9 ci: bump to golangci-lint v2.0
    6a39b491 libct/intelrdt: fix staticcheck ST1020 warnings
    1ceca371 Fix staticcheck ST1020/ST1021 warnings
    5d9653d8 Fix a few staticcheck QF1001 warnings
    bd84d8a3 libct: fix staticcheck QF1006 warning
    c3318434 notify_socket.go: fix staticcheck warning
    708fe761 rootfs: improve error messages for bind-mount vfs flag setting
    4f7de1e0 mount: add string representation of mount flags
    2d2dd7fd ci: upgrade to criu-4.1-2 in Fedora
    3c375a84 Unify and fix rootless key setup
    5275ebb9 ci: install newer criu for almalinux-8
    657ab785 ci: bump bats to v0.11.0
    6a249199 script/setup_host_fedora.sh: use bash arrays
    477391a7 script/setup_host_fedora.sh: remove -p from mkdir
    d230ee59 tests/int: rm some "shellcheck disable" annotations
    bcc92067 ci: bump shellcheck to v0.10.0
    a46cf790 Makefile: bump shfmt to v3.11.0
    6d667629 runc pause/unpause/ps: get rid of excessive warning
    763f3d58 pause: refactor
    55e45c64 VERSION: back to development
    159c67f8 VERSION: Release v1.3.0-rc.2
    d8e6733e CHANGELOG: port 1.2.x changes
    713045ed tests: Add env var tests
    8dd36d11 libct: Override HOME if its set to the empty string
    a56f2bc8 libct: we should set envs after we are in the jail of the container
    73973fb0 test: check whether runc set a correct default home env or not
    109116ae criu: Add time namespace to container config after checkpoint/restore
    c991b266 .cirrus.yml: install less dependencies
    ffbb1dd9 CI: migrate Vagrant + Cirrus to Lima + GHA
    473c740e doc: update spec-conformance.md

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-08-21 16:24:38 -04:00
classes image-oci-unmoci: preserve file modes 2025-01-17 19:17:10 +00:00
conf runc: start removing 'opencontainers' reference 2025-07-07 11:42:27 -04:00
docs podman: Add support for rootless mode 2022-07-15 17:11:58 -04:00
dynamic-layers kernel: drop 6.6 support 2025-02-11 23:19:51 +00:00
files fs-perms-nagios.txt: add perms conf file 2018-09-06 12:45:17 -04:00
lib/oeqa/runtime/cases xtf: add testimage integration to run XTF test cases in OEQA 2021-09-02 16:36:23 -04:00
recipes-containers runc: update to v1.3.0 2025-08-21 16:24:38 -04:00
recipes-core packagegroup-container: fix do_package_wrte_rpm issue in multilib build 2025-07-16 14:48:19 -04:00
recipes-demo demo: adapt to UNPACKDIR changes 2025-06-25 22:56:41 -04:00
recipes-devtools devtools: adapt to UNPACKDIR changes 2025-06-25 22:55:55 -04:00
recipes-extended xvisor: update to v0.3.2 2025-07-08 13:39:43 -04:00
recipes-graphics/xorg-xserver global: overrides syntax conversion 2021-08-02 17:17:53 -04:00
recipes-kernel kernel: adapt to UNPACKDIR changes 2025-06-25 22:57:08 -04:00
recipes-networking openvswitch: small ptest fix adapt to UNPACKDIR changes 2025-07-20 22:36:08 -04:00
scripts scripts: wic plugin bootimg-biosxen drop helper to reuse bootimg_pcbios 2025-07-31 13:34:50 -04:00
wic xen: use bzImage for boot (instead of vmlinux) 2024-03-21 23:15:13 +00:00
.gitignore buildah: add seccomp and ipv6 to REQUIRED_DISTRO_FEATURES 2023-04-12 13:10:11 -04:00
COPYING.MIT Initial meta-xen layer documentation. 2012-06-21 15:51:11 -06:00
MAINTAINERS MAINTAINERS: add xtf and the raspberry pi dynamic layer for Xen 2021-12-16 21:45:00 -05:00
meta-virt-roadmap.txt docs: roadmap: add missing workflow items 2019-10-28 11:56:10 -04:00
README.md docs/README: drop meta-oe priority recommendation 2024-04-04 19:57:46 +00:00
SECURITY.md docs: add SECURITY.md and rename README.md 2023-11-06 16:21:12 +00:00

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.