diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-07 15:32:44 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-07 14:22:15 +0000 |
commit | 7633d8e51048208494f0b0997eff6e39d07ce98e (patch) | |
tree | 83c8397c2fbd3670e06d63df8d157d84edad5ad3 /meta-netboot | |
parent | 552e691f4e83a6f3dc1999de560c3d90eb6e8164 (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
Diffstat (limited to 'meta-netboot')
-rw-r--r-- | meta-netboot/conf/include/agl-netboot.inc | 1 |
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" |