diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-07-20 11:01:16 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-21 10:44:24 +0000 |
commit | d8eec81718e88a825e1ce0863be7bf908f84ebb6 (patch) | |
tree | a26bc6eef073706a452e966709710bffc8be56ff /templates | |
parent | 9a6bed4d97b22de2dfdd32f1128aa30acdd9e439 (diff) |
SPEC-4003: add curl to agl-ci
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>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |