Merge pull request #1196 from kinvolk/kai/azure-oem

Compile Azure OEM contents for all boards
This commit is contained in:
Kai Lüke 2021-08-16 19:43:43 +02:00 committed by GitHub
commit 4e800b6ad0
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
" "