Add curl as a hard dependency for agl-netboot 87/26487/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 7 Jul 2021 13:32:44 +0000 (15:32 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 7 Jul 2021 14:22:15 +0000 (14:22 +0000)
agl-netboot provides the environment for booting in CI. There we do rely on curl to
be present on the target. Thus make this a requirement for agl-netboot.

Bug-AGL: SPEC-4013
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I547481c9c2042a49d3a3ad4fd0200a264a6770fe
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26487

meta-netboot/conf/include/agl-netboot.inc

index ca6d9df..03f8ed5 100644 (file)
@@ -1,2 +1,3 @@
 INHERIT += "netboot"
 
+IMAGE_INSTALL_append_netboot = " curl"