From a0223e6ce3fc8111f3ca2a61d75e812798d6cc6f Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Thu, 3 Oct 2024 09:00:46 +0200 Subject: [PATCH 1/2] config: add vmware tools package --- config/vmware.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/vmware.conf diff --git a/config/vmware.conf b/config/vmware.conf new file mode 100644 index 000000000..3cd4d8e44 --- /dev/null +++ b/config/vmware.conf @@ -0,0 +1 @@ +CONFIG_PACKAGE_open-vm-tools=m From e09f172650244e129d99e90e5e00840b9e3b12dd Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Thu, 3 Oct 2024 09:01:41 +0200 Subject: [PATCH 2/2] config: move qemu tools to an optional package --- config/qemu.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/qemu.conf b/config/qemu.conf index e4f72be22..ee207e2b6 100644 --- a/config/qemu.conf +++ b/config/qemu.conf @@ -1,6 +1,2 @@ # qemu guest agent -CONFIG_PACKAGE_libattr=y -CONFIG_PACKAGE_glib2=y -CONFIG_PACKAGE_libffi=y -CONFIG_PACKAGE_qemu-ga=y -CONFIG_PACKAGE_virtio-console-helper=y +CONFIG_PACKAGE_qemu-ga=m