Go to file
Sandeep Gundlupet Raju 7fee614060 xen-boot-cmd: Remove hard assigment for ramdisk image
Setting hard assignment for RAMDISK_IMAGE will take precedence during
variable pre-expansion. Hence set RAMDISK_IMAGE variable with soft
assignment.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-08-17 20:01:19 +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 xen-boot-cmd: Remove hard assigment for ramdisk image 2023-08-17 20:01:19 +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 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