Skip to content

Commit

Permalink
Merge pull request #344 from freifunkMUC/backport-340-to-next
Browse files Browse the repository at this point in the history
[Backport next] contrib: add qemu guest agent as an option for x86
  • Loading branch information
grische authored Dec 30, 2023
2 parents ed6b8ea + 69b733c commit d9c8c51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 6 additions & 0 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9c8c51

Please sign in to comment.