Go to file
Bruce Ashfield 99b730a7cc containerd: update to v2.0.0
Bumping containerd to version v2.0.0-25-g961cac9aa, which comprises the following commits:

    34a45cab2 Publish attestation as release artifact
    7dec6b460 move rocky 9.4 to almalinux/9 in CI
    cf07f28ee *: should align pipe's owner with init process
    986088866 fix: set the credentials even if not provided
    9081e979f update runc binary to 1.2.2
    6399c936f Revert "Disable vagrant strict dependency checking"
    a7f2b562f fsverity_linux.go: Fix fsverity.IsEnabled() for big endian systems
    389e781ea build(deps): bump github.com/containerd/typeurl/v2 from 2.2.2 to 2.2.3
    30b929ece fsverity_test.go: fix major/minor device number resolving
    10996a334 fsverity_test.go: fix nil pointer dereference, fix test fail
    5b879f30c update to go1.23.3 / go1.22.9
    e99c2b55c Avoid arch info in the sed/replace when building cri-cni-containerd.tar.gz
    458215f6c ci: enable marking 2.0 releases as latest
    03ba4ce1f Update release notes for v2.0.0
    f2da3fd68 Update release docs for v2.0.0
    ff09b428e Update typeurl to v2.2.2
    a43e7c1e2 build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9
    edf367cab build(deps): bump github.com/containerd/nri from 0.7.0 to 0.8.0
    21f636751 build(deps): bump github.com/containerd/typeurl/v2 from 2.2.0 to 2.2.1
    1edc2147f build(deps): bump google-github-actions/auth from 2.1.6 to 2.1.7
    2d8fec45a go.mod: k8s.io/* v0.31.2
    bef201fe6 build(deps): bump google-github-actions/upload-cloud-storage
    bd10a6096 Update platforms to v1.0.0-rc.0
    ae73e3013 Disable vagrant strict dependency checking
    33677d56d Update containerd API to v1.8.0 release
    d38911808 Prepare release notes for api/v1.8.0
    93f9db2ad Update errdefs tag to v1.0.0
    bddeba825 Make TestContainerPids more resilient
    edb980ac0 update runc binary to 1.2.1
    bf47b6ebc docs/containerd-2.0.md: add more highlights
    f5ce859ee docs/containerd-2.0.md: fix the deprecation release of AUFS
    bedd85a36 RELEASES.md: k8s: fix CRI v1alpha2 removal release, remove old releases
    4594f5cac services/snapshots: include name of snapshotter in debug logs
    77d783e2c Update hcsshim to v0.12.9
    79089232b build(deps): bump actions/checkout from 4.2.1 to 4.2.2
    2789ba30e build(deps): bump actions/cache from 4.1.1 to 4.1.2
    6b655d093 build(deps): bump github/codeql-action from 3.26.13 to 3.27.0
    9ed6e05b2 config: v1Migrate: support DisabledPlugins and RequiredPlugins
    4b2bca00b config: migrate version before merging
    700b90618 resolver/docker: fix confusing "trying next host" log
    3cc2343de local: avoid writing to content root on readonly store

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-12-10 03:47:54 +00:00
classes xen: enable networking and guest image bundling 2024-11-15 19:50:00 +00:00
conf conf: containerd: add networking configuration 2024-11-15 19:50:00 +00:00
docs podman: Add support for rootless mode 2022-07-15 17:11:58 -04:00
dynamic-layers device-tree: Rename EXTRA_OVERLAYS to EXTRA_DT_INCLUDE_FILES 2024-10-10 13:09:31 +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 containerd: update to v2.0.0 2024-12-10 03:47:54 +00:00
recipes-core packagegroup-container: respect seccomp in DISTRO_FEATURES 2024-11-21 04:28:51 +00:00
recipes-demo demos/helloworld: fix S and UNPACKDIR 2024-11-15 19:50:00 +00:00
recipes-devtools go-cli: use main branch 2024-11-12 23:14:33 +00:00
recipes-extended container-devtools: add editor + package management dependencies 2024-12-10 03:36:25 +00:00
recipes-graphics/xorg-xserver global: overrides syntax conversion 2021-08-02 17:17:53 -04:00
recipes-kernel kernel/cfg: import docker configuration tweaks 2024-11-15 19:50:00 +00:00
recipes-networking cni: make cnitool more readily available 2024-11-15 19:50:00 +00:00
scripts scripts/oe-go-mod-autogen: allow repository mapping 2024-07-15 14:12:53 +00: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.