Go to file
Erik Schilling 2820535869 vhost-device: add recipes for vhost-device daemons
This adds recipes for the first tagged release of the vhost-device
daemons of the rust-vmm project.

While the initial release was done for all daemons at the same time,
the daemons all have indepentend version numbers and will be released
on their own schedules in the future. Therefore, I splitted them into
independent recipes.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-08-15 18:48:32 +00:00
classes conf: make container recipes parseable when virtualization is not set 2023-03-20 09:06:47 -04:00
conf layer.conf: use docker-moby as preferred provider 2023-06-07 16:39:24 -04:00
docs podman: Add support for rootless mode 2022-07-15 17:11:58 -04:00
dynamic-layers recipes-bsp: Add u-boot-xlnx scripts for Xen support 2023-08-01 14:41:45 -04: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 nerdctl: fix installed-vs-shipped with usrmerge 2023-08-15 18:48:28 +00:00
recipes-core busybox-initrd: auto pv from busybox 2023-05-17 11:44:51 -04:00
recipes-demo app-container: temporarily copy contens of .inc file to recipe 2022-09-12 16:45:26 -04:00
recipes-devtools qemu: adapt to OE-core qemu splitting 2023-08-01 14:42:25 -04:00
recipes-extended vhost-device: add recipes for vhost-device daemons 2023-08-15 18:48:32 +00:00
recipes-graphics/xorg-xserver global: overrides syntax conversion 2021-08-02 17:17:53 -04:00
recipes-kernel kernel: drop 5.15 inc file 2023-08-15 18:24:13 +00:00
recipes-networking ovs: fix some installed packages in openvswitch cannot be executed 2023-07-25 14:57:32 -04:00
scripts/lib/wic/plugins/source wic: add support for bootable pcbios partition with Xen hypervisor 2020-02-27 16:59:22 -05:00
wic xen-image-minimal: supply bootloader config for qemux86-64 machine 2021-09-02 16:36:23 -04: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 README: remove some cri-o specific layer dependencies 2023-02-17 15:34:51 -05:00
README.md vhost-device: add recipes for vhost-device daemons 2023-08-15 18:48:32 +00:00

vhost-device: A collection of vhost-user devices

vhost-device provides a series of daemons that implement the vhost-user protocol for various virtio device types.

Updating the recipes

  1. Bump the version number to the newly published version listed on crates.io
  2. Regenerate the .inc file that list the dependencies: bitbake -c update_crates vhost-device-<type>
  3. Review, build and test the changes