Compile Azure OEM contents for all boards

While not used at the moment we still can lift the restriction to only
compile for the amd64 board.
This commit is contained in:
Kai Lueke 2021-08-16 18:52:37 +02:00
parent cc561269f9
commit a8352fc7a9
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="Windows Azure Linux Agent" DESCRIPTION="Windows Azure Linux Agent"
HOMEPAGE="https://github.com/Azure/WALinuxAgent" HOMEPAGE="https://github.com/Azure/WALinuxAgent"
KEYWORDS="amd64" KEYWORDS="amd64 arm64"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"

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

View File

@ -21,12 +21,10 @@ DEPEND=""
RDEPEND=" RDEPEND="
amd64? ( amd64? (
app-emulation/open-vm-tools app-emulation/open-vm-tools
app-emulation/wa-linux-agent
coreos-base/coreos-oem-gce coreos-base/coreos-oem-gce
coreos-base/flatcar-eks coreos-base/flatcar-eks
coreos-base/nova-agent-container coreos-base/nova-agent-container
coreos-base/nova-agent-watcher coreos-base/nova-agent-watcher
dev-lang/python-oem
x11-drivers/nvidia-drivers x11-drivers/nvidia-drivers
) )
arm64? ( arm64? (
@ -34,6 +32,8 @@ RDEPEND="
sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf
) )
app-emulation/amazon-ssm-agent app-emulation/amazon-ssm-agent
app-emulation/wa-linux-agent
coreos-base/coreos coreos-base/coreos
coreos-base/coreos-dev coreos-base/coreos-dev
dev-lang/python-oem
" "