summaryrefslogtreecommitdiffstats
path: root/recipes-extended/vhost-device/vhost-device-gpio_0.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* vhost-device-gpio: only enable if meta-clang existsErik Schilling2023-08-241-0/+2
| | | | | | | | | | | 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>
* vhost-device: add recipes for vhost-device daemonsErik Schilling2023-08-151-0/+20
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>