Add qemu guest agent (#505)

* Add qemu guest agent

* Fix make file

* Fix targets

* Convert it to autobuild

* Fix paths

* fix target

* Fix options

* Fix startup

* Update kernel

* Fix state dir

* Only load on kvm
This commit is contained in:
Pascal Vizeli
2019-12-12 10:44:41 +01:00
committed by GitHub
parent d340e79bea
commit 4c9a4aadc8
6 changed files with 137 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ BR2_PACKAGE_TINI=y
BR2_PACKAGE_DOCKER_ENGINE=y
BR2_PACKAGE_DOCKER_CLI=y
BR2_PACKAGE_OPENVMTOOLS=y
BR2_PACKAGE_QEMU_GUEST_AGENT=y
BR2_PACKAGE_RAUC=y
BR2_PACKAGE_RAUC_NETWORK=y
BR2_PACKAGE_RNG_TOOLS=y