mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
Merge pull request #2490 from flatcar/tormath1/guest-agent-arm
arm64: add qemu-guest-agent
This commit is contained in:
commit
8250b855b3
1
changelog/bugfixes/2024-12-02-qemu-guest-agent.md
Normal file
1
changelog/bugfixes/2024-12-02-qemu-guest-agent.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Added qemu-guest-agent to ARM64 images ([flatcar/flatcar#1593](https://github.com/flatcar/Flatcar/issues/1593))
|
@ -105,6 +105,7 @@ RDEPEND="${RDEPEND}
|
|||||||
app-crypt/go-tspi
|
app-crypt/go-tspi
|
||||||
app-crypt/tpmpolicy
|
app-crypt/tpmpolicy
|
||||||
app-editors/vim
|
app-editors/vim
|
||||||
|
app-emulation/qemu-guest-agent
|
||||||
app-containers/cri-tools
|
app-containers/cri-tools
|
||||||
app-misc/ca-certificates
|
app-misc/ca-certificates
|
||||||
app-misc/jq
|
app-misc/jq
|
||||||
@ -211,7 +212,6 @@ RDEPEND="${RDEPEND}
|
|||||||
# OEM specific bits that need to go in USR
|
# OEM specific bits that need to go in USR
|
||||||
RDEPEND+="
|
RDEPEND+="
|
||||||
amd64? (
|
amd64? (
|
||||||
app-emulation/qemu-guest-agent
|
|
||||||
sys-auth/google-oslogin
|
sys-auth/google-oslogin
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
@ -62,6 +62,9 @@
|
|||||||
# Needed by arm64-native SDK.
|
# Needed by arm64-native SDK.
|
||||||
=app-emulation/open-vmdk-1.0 *
|
=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.
|
# Keep versions on both arches in sync.
|
||||||
=dev-build/meson-1.5.2 ~arm64
|
=dev-build/meson-1.5.2 ~arm64
|
||||||
=dev-cpp/abseil-cpp-20230125.3-r4 ~arm64
|
=dev-cpp/abseil-cpp-20230125.3-r4 ~arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user