mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
![]() This disables the recipe - which depends on clang-native - if meta-clang is not active. Link: https://lore.kernel.org/yocto-meta-virtualization/ZNyErpfW8p2lX81Z@nuoska/ Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Suggested-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Erik Schilling <erik.schilling@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
vhost-device-gpio_0.1.0.bb | ||
vhost-device-gpio-crates.inc | ||
vhost-device-i2c_0.1.0.bb | ||
vhost-device-i2c-crates.inc | ||
vhost-device-rng_0.1.0.bb | ||
vhost-device-rng-crates.inc | ||
vhost-device-scsi_0.1.0.bb | ||
vhost-device-scsi-crates.inc | ||
vhost-device-vsock_0.1.0.bb | ||
vhost-device-vsock-crates.inc |
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
- Bump the version number to the newly published version listed on crates.io
- Regenerate the .inc file that list the dependencies:
bitbake -c update_crates vhost-device-<type>
- Review, build and test the changes