From: Jan-Simon Moeller Date: Wed, 7 Jul 2021 13:32:44 +0000 (+0200) Subject: Add curl as a hard dependency for agl-netboot X-Git-Tag: 12.90.1~32 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7633d8e51048208494f0b0997eff6e39d07ce98e;p=AGL%2Fmeta-agl.git Add curl as a hard dependency for agl-netboot 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 Change-Id: I547481c9c2042a49d3a3ad4fd0200a264a6770fe Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26487 --- diff --git a/meta-netboot/conf/include/agl-netboot.inc b/meta-netboot/conf/include/agl-netboot.inc index ca6d9df12..03f8ed533 100644 --- a/meta-netboot/conf/include/agl-netboot.inc +++ b/meta-netboot/conf/include/agl-netboot.inc @@ -1,2 +1,3 @@ INHERIT += "netboot" +IMAGE_INSTALL_append_netboot = " curl"