diff --git a/contrib/genpkglist.py b/contrib/genpkglist.py index dcbb4a5a..db662ea5 100755 --- a/contrib/genpkglist.py +++ b/contrib/genpkglist.py @@ -178,6 +178,9 @@ def render(self): ]) pkglists.append(PKGS_PCI_NET) +PKGS_VIRT = PackageList('VIRT', ['qemu-ga']) +pkglists.append(PKGS_VIRT) + PKGS_TLS = PackageList('TLS', [ 'ca-bundle', 'libustream-mbedtls' diff --git a/site.mk b/site.mk index ea59d759..5da69a58 100644 --- a/site.mk +++ b/site.mk @@ -151,6 +151,12 @@ INCLUDE_PCI_NET := \ EXCLUDE_PCI_NET := \ -kmod-bnx2 +INCLUDE_VIRT := \ + qemu-ga + +EXCLUDE_VIRT := \ + -qemu-ga + INCLUDE_TLS := \ ca-bundle \ libustream-mbedtls