diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-28 10:48:31 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-28 10:49:57 +0000 |
commit | e75097775de65116feb463bcb2256875fadb8ad8 (patch) | |
tree | 5fe45a225997139c3700a70575f87c44e6b78cf1 /templates | |
parent | b63031c68ffa62b5b0acf598428c210ee8f97277 (diff) |
Handle suffix difference between kirkstone and scarthgap
This unifies the filesnames of the output image.
Bug-AGL: SPEC-4578
Change-Id: I4b4431b2b672cb2147bdf1bc87e975be583889cd
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29852
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index e17bc83a9..c12cd1717 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -30,3 +30,6 @@ INHERIT += "buildstats-summary" #PRSERV_HOST = "${AGL_HOST_PRSERV}:8181" IMAGE_INSTALL:append = " curl" + +# remote .rootfs suffix +IMAGE_NAME_SUFFIX = "" |