From f5c8f0d05209b897e701a8cfece9f36b275545e1 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 6 Jul 2023 16:22:35 +1000 Subject: [PATCH] drivers: add virtio* drivers Signed-off-by: Anhad Singh --- recipes/drivers-initfs/recipe.toml | 3 +++ recipes/drivers/recipe.toml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/drivers-initfs/recipe.toml b/recipes/drivers-initfs/recipe.toml index c1b84a393..05060123b 100644 --- a/recipes/drivers-initfs/recipe.toml +++ b/recipes/drivers-initfs/recipe.toml @@ -9,6 +9,9 @@ BINS=( nvmed pcid vesad + inputd + virtio-blkd + virtio-gpud ) case "${TARGET}" in diff --git a/recipes/drivers/recipe.toml b/recipes/drivers/recipe.toml index 9dc2d05f8..806c041d5 100644 --- a/recipes/drivers/recipe.toml +++ b/recipes/drivers/recipe.toml @@ -14,6 +14,7 @@ BINS=( alxd usbhidd usbscsid xhcid + virtio-netd ) # Add additional drivers to the list to build, that are not in drivers-initfs @@ -55,4 +56,4 @@ do driver="$(basename "$(dirname "$conf")")" cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml" done -""" \ No newline at end of file +"""