From: Corentin Labbe Date: Tue, 20 Jul 2021 11:01:16 +0000 (+0000) Subject: SPEC-4003: add curl to agl-ci X-Git-Tag: 12.90.1~27 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d8eec81718e88a825e1ce0863be7bf908f84ebb6;hp=9a6bed4d97b22de2dfdd32f1128aa30acdd9e439;p=AGL%2Fmeta-agl.git SPEC-4003: add curl to agl-ci curl is necessary to upload LAVA CI artifacts. Bug-AGL: SPEC-4003 Signed-off-by: Corentin Labbe 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 --- diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index cbf0c7d2b..2c11e6851 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -29,3 +29,4 @@ BB_SIGNATURE_HANDLER = "OEEquivHash" PRSERV_HOST = "${AGL_HOST_PRSERV}:8585" +IMAGE_INSTALL_append = " curl"