Merge pull request #2490 from flatcar/tormath1/guest-agent-arm

arm64: add qemu-guest-agent
This commit is contained in:
Mathieu Tortuyaux 2024-12-03 14:02:00 +01:00 committed by GitHub
commit 8250b855b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added qemu-guest-agent to ARM64 images ([flatcar/flatcar#1593](https://github.com/flatcar/Flatcar/issues/1593))

View File

@ -105,6 +105,7 @@ RDEPEND="${RDEPEND}
app-crypt/go-tspi
app-crypt/tpmpolicy
app-editors/vim
app-emulation/qemu-guest-agent
app-containers/cri-tools
app-misc/ca-certificates
app-misc/jq
@ -211,7 +212,6 @@ RDEPEND="${RDEPEND}
# OEM specific bits that need to go in USR
RDEPEND+="
amd64? (
app-emulation/qemu-guest-agent
sys-auth/google-oslogin
)
"

View File

@ -62,6 +62,9 @@
# Needed by arm64-native SDK.
=app-emulation/open-vmdk-1.0 *
# Keep versions on both arches in sync.
=app-emulation/qemu-guest-agent-8.2.0 ~arm64
# Keep versions on both arches in sync.
=dev-build/meson-1.5.2 ~arm64
=dev-cpp/abseil-cpp-20230125.3-r4 ~arm64