From d8eec81718e88a825e1ce0863be7bf908f84ebb6 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Tue, 20 Jul 2021 11:01:16 +0000 Subject: 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 --- templates/feature/agl-ci/99_local.conf.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/feature') 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" -- cgit 1.2.3-korg