From f5c8f0d05209b897e701a8cfece9f36b275545e1 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 6 Jul 2023 16:22:35 +1000 Subject: [PATCH 1/2] 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 +""" From 1c552fe0f62d417b9c54cfc6f052ded803524c40 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 6 Jul 2023 16:23:05 +1000 Subject: [PATCH 2/2] initfs: launch `inputd` before `vesad` Signed-off-by: Anhad Singh --- recipes/initfs/init.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/initfs/init.rc b/recipes/initfs/init.rc index bfbcad7a6..d0cd7ac4d 100644 --- a/recipes/initfs/init.rc +++ b/recipes/initfs/init.rc @@ -3,8 +3,9 @@ export TMPDIR /tmp nulld zerod randd +inputd vesad T T G -logd debug: display:1 +logd debug: display/vesa:1 stdio log: ps2d us ramfs logging