mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
Merge pull request #1196 from kinvolk/kai/azure-oem
Compile Azure OEM contents for all boards
This commit is contained in:
commit
4e800b6ad0
@ -5,7 +5,7 @@ EAPI=6
|
||||
|
||||
DESCRIPTION="Windows Azure Linux Agent"
|
||||
HOMEPAGE="https://github.com/Azure/WALinuxAgent"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm64"
|
||||
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
@ -9,7 +9,7 @@ SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
|
||||
# no source directory
|
||||
|
@ -21,12 +21,10 @@ DEPEND=""
|
||||
RDEPEND="
|
||||
amd64? (
|
||||
app-emulation/open-vm-tools
|
||||
app-emulation/wa-linux-agent
|
||||
coreos-base/coreos-oem-gce
|
||||
coreos-base/flatcar-eks
|
||||
coreos-base/nova-agent-container
|
||||
coreos-base/nova-agent-watcher
|
||||
dev-lang/python-oem
|
||||
x11-drivers/nvidia-drivers
|
||||
)
|
||||
arm64? (
|
||||
@ -34,6 +32,8 @@ RDEPEND="
|
||||
sys-firmware/edk2-ovmf
|
||||
)
|
||||
app-emulation/amazon-ssm-agent
|
||||
app-emulation/wa-linux-agent
|
||||
coreos-base/coreos
|
||||
coreos-base/coreos-dev
|
||||
dev-lang/python-oem
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user