oem-azure-pro: Add the arm64 keyword to the OEM

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
Sayan Chowdhury 2021-09-24 08:33:51 +05:30 committed by Jeremi Piotrowski
parent c52997681f
commit 26bd80f6f0

View File

@ -9,7 +9,7 @@ SRC_URI=""
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
KEYWORDS="amd64" KEYWORDS="amd64 arm64"
IUSE="" IUSE=""
# no source directory # no source directory
@ -20,7 +20,7 @@ S="${WORKDIR}"
# would result in the conflict of `base.ign` # would result in the conflict of `base.ign`
RDEPEND=" RDEPEND="
~app-emulation/wa-linux-agent-${PV} ~app-emulation/wa-linux-agent-${PV}
x11-drivers/nvidia-drivers amd64? ( x11-drivers/nvidia-drivers )
" "
src_prepare() { src_prepare() {