Skip to content

Commit 8250b85

Browse files
authored
Merge pull request #2490 from flatcar/tormath1/guest-agent-arm
arm64: add qemu-guest-agent
2 parents ca63fef + 12634f4 commit 8250b85

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added qemu-guest-agent to ARM64 images ([flatcar/flatcar#1593](https://github.com/flatcar/Flatcar/issues/1593))

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RDEPEND="${RDEPEND}
105105
app-crypt/go-tspi
106106
app-crypt/tpmpolicy
107107
app-editors/vim
108+
app-emulation/qemu-guest-agent
108109
app-containers/cri-tools
109110
app-misc/ca-certificates
110111
app-misc/jq
@@ -211,7 +212,6 @@ RDEPEND="${RDEPEND}
211212
# OEM specific bits that need to go in USR
212213
RDEPEND+="
213214
amd64? (
214-
app-emulation/qemu-guest-agent
215215
sys-auth/google-oslogin
216216
)
217217
"

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
# Needed by arm64-native SDK.
6363
=app-emulation/open-vmdk-1.0 *
6464

65+
# Keep versions on both arches in sync.
66+
=app-emulation/qemu-guest-agent-8.2.0 ~arm64
67+
6568
# Keep versions on both arches in sync.
6669
=dev-build/meson-1.5.2 ~arm64
6770
=dev-cpp/abseil-cpp-20230125.3-r4 ~arm64

0 commit comments

Comments
 (0)