![]() Bumping moby to version v27.5.0-rc.2, which comprises the following commits: a167bc5c9a libnetwork/drivers/windows: fix error-matching for hcsshim "not found" bdd3a95a13 pkg/fileutils: deprecate GetTotalUsedFds 5f81af6eaa libnetwork/drivers/bridge: format errors with '%v' for consistency 0f45f60e9e libnetwork/drivers/windows: fix non-constant format string 17e8cb2b06 distribution: fix non-constant format string 60f9e333b6 daemon: adjust tests for changes in go1.24 JSON errors 95b2f2ed49 Restore labels when re-creating Windows networks 623af65208 Use the roundtripper during build 771d1dc44e docs/api: allow for an empty string for Isolation (api v1.25-v1.47) 68b39f825d docs: Update example section for SwarmJoinRequest 4767dbd713 api: Allow for an empty string for Isolation in Swagger specs This adds an empty string as a valid option for the Isolation field when inspecting a container. On non windows systems, this is always empty, so no error should be returned. Fixes #47452 4359c8b08e vendor: update buildkit to v0.18.2 bbd14fc508 vendor: update buildkit to v0.18.1 fd86c39cc3 vendor: update buildkit to v0.18.0 1fd14d845f vendor: update buildkit to v0.18.0-rc2 68b0c87e05 vendor: github.com/moby/buildkit 94d0f6ed85e5 (master / v0.18.0-rc.2) 74600d8425 vendor: update buildkit to v0.18.0-rc1 4830f6db66 builder: fall back to defaultKeepStorage if keepStorage is unset for GC policy 0e43d1f642 vendor: github.com/containerd/containerd v1.7.23, hcsshim v0.12.8 800d735171 vendor: github.com/Microsoft/hcsshim v0.12.7 a57c1848b6 vendor: sigs.k8s.io/yaml v1.4.0 26eeb6e414 vendor: github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 f6f7c9f231 vendor.mod: github.com/microsoft/hcsshim v0.12.5 bdecc9d58e pkg/reexec: deprecate and migrate to github.com/moby/sys/reexec 46a8e5f8c5 pkg/reexec: Command: separate public API from implementation d175e4f1f1 pkg/reexec: make platform-agnostic (again) ed5c0a79e7 pkg/reexec: use const for name of test binary 4bf113f9bd all: Remove redundant `units` alias for `go-units` 7a512a9531 vendor: go.opentelemetry.io/contrib/instrumentation/xxx v0.53.0 cf4e196e77 vendor: go.opentelemetry.io/otel v1.28.0 2a3cc83f36 vendor: google.golang.org/genproto/googleapis/api f6361c86f094 4141379d07 Discard ErrDumpInterrupted and return data after maxRetries 4c50153e2e Fix comments c5e72db8e8 vendor: github.com/vishvananda/netlink v1.3.1-0.20240922070040-084abd93d350 14b30aeb61 Add linting rules to spot use of un-wrapped netlink functions. 87fc62a648 Fix merge problem 3ca9a3be70 Add nlutil functions to retry on netlink EINTR 4729e446ce vendor: github.com/vishvananda/netlink v1.3.0 cbe4488a6b vendor: github.com/vishvananda/netlink v1.2.1 eda0a20deb libnetwork/iptables: deprecate Passthrough b51622dd0d libnet/iptables: deprecate type IPV 08de719cf2 libnetwork/drivers/bridge: setupIPChains: fix defer checking wrong err 6855ca1e62 integration-cli: don't skip AppArmor tests on SLES 224b30556d docs/api: document correct case for Api-Version header 5b92b3e7e0 Accurately reflect the canonical casing of `API-Version` and `OS-Type` headers 1df9e896f2 pkg/system: deprecate types and functions that are only used internally 3a1e495a0f daemon: info: remove bridge-nf-call-iptables / ip6tables warnings 4082abad8b Dockerfile: update runc binary to v1.2.3 a379aae924 man: vendor: github.com/cpuguy83/go-md2man v2.0.5 c3968c6ab7 update xx to v1.6.1 for compatibility with alpine 3.21 2e6ca227cf otel: Use non-noop tracer provider for grpc a5f86f9279 integration/build_traces: Create own tracer provider 3a05c5dcad otel: Avoid excessive memory allocations if not configured adb8773adb Jenkins: don't modprobe kernel module ff176d42d5 Don't try to modprobe ip6_tables in the moby dev container 86126b9af1 Try to load kernel module ip6_tables, when necessary. 58318d26fc Use ioctl to try to trigger kernel module loads 4775621ab6 Dockerd rootless: make {/etc,/var/run}/cdi available 0e34b3956b update to go1.22.10 7919b806e7 [27.x] vendor: github.com/moby/buildkit v0.17.3 525b929947 registry: deprecate RepositoryInfo.Class d6d43b2912 c8d/tag: Don't log a warning if the source image is not dangling e3564b52af Jenkinsfile: modprobe br_netfilter 46f6b9a259 integration: add wait 18aa104041 daemon/graphdriver/zfs: ignore non-existent dataset on removal 052f7d6461 Fix br_netfilter module loading logic 151c7565a9 Remove buildkit init timeout 465eb6aee2 vendor: github.com/cenkalti/backoff/v4 v4.3.0 e4d5bae9c5 vendor: github.com/go-logr/logr v1.4.2 339572db5d vendor: github.com/prometheus/client_golang v1.20.5 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.