From 7633d8e51048208494f0b0997eff6e39d07ce98e Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 7 Jul 2021 15:32:44 +0200 Subject: 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 --- meta-netboot/conf/include/agl-netboot.inc | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg