summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-07-07 15:32:44 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-07-07 14:22:15 +0000
commit7633d8e51048208494f0b0997eff6e39d07ce98e (patch)
tree83c8397c2fbd3670e06d63df8d157d84edad5ad3
parent552e691f4e83a6f3dc1999de560c3d90eb6e8164 (diff)
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 <jsmoeller@linuxfoundation.org> Change-Id: I547481c9c2042a49d3a3ad4fd0200a264a6770fe Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26487
-rw-r--r--meta-netboot/conf/include/agl-netboot.inc1
1 files changed, 1 insertions, 0 deletions
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"