SPEC-4003: add curl to agl-ci 05/26505/2
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 20 Jul 2021 11:01:16 +0000 (11:01 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 21 Jul 2021 10:44:24 +0000 (10:44 +0000)
curl is necessary to upload LAVA CI artifacts.
Bug-AGL: SPEC-4003
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Change-Id: I53ee4d24f4b3500c11c4189824cb35284ca104bf
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26505
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
templates/feature/agl-ci/99_local.conf.inc

index cbf0c7d..2c11e68 100644 (file)
@@ -29,3 +29,4 @@ BB_SIGNATURE_HANDLER = "OEEquivHash"
 
 PRSERV_HOST = "${AGL_HOST_PRSERV}:8585"
 
+IMAGE_INSTALL_append = " curl"