]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qemu: split out qemu-guest-agent, add startup scripts
authorClément Péron <peron.clem@gmail.com>
Fri, 10 Mar 2023 18:54:22 +0000 (19:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2023 17:09:57 +0000 (17:09 +0000)
commitd62fd31c70a9161596594f43c58c73898bfcf52c
tree019fe6cbad16e49512447fb2b428ef3cb38c17bc
parent09d05215cf61981c7bc828cc0ff64c2fd5edc43c
qemu: split out qemu-guest-agent, add startup scripts

Split out the QEMU guest agent into a separate package. The agent is
intended to be installed within a QEMU VM guest where a user is likely
to not want to have the rest of the QEMU installation within it.

Additionally, an initscript, udev rules file, and systemd unit file are
added to the package so that the guest agent can start automatically;
the former two come from Debian's packaging for qemu-guest-agent.

Signed-off-by: Brenda Streiff <brenda.streiff@ni.com>
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev [new file with mode: 0644]