diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 18:23:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-28 12:00:25 +0000 |
commit | cbb9c24874b505ce610a5d3d5f1c7f5314338a32 (patch) | |
tree | 12cafc823a057e96d5053045239fb6ea191cef8c /templates/feature | |
parent | 2184ab32248a684ffaf4bd4c6c10de670c1fdf73 (diff) |
Document r/o and r/w PRserv and HASHserv in the templates
This adds sections for the PRserv and HASHserv in the local.conf templates (for r/o upstream).
Also we add comments to the r/w part that is reserved for CI.
Change-Id: Id39b11bc9664b441f5dcae3646259401b5d9a6aa
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29941
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 37e0ce39b..06402ef52 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -24,9 +24,11 @@ INHERIT += "buildstats-summary" #AGL_HOST_PRSERV ?= "10.30.72.18" #AGL_HOST_HASHSERV ?= "10.30.72.18" +# r/w hashserv #BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8383" #BB_SIGNATURE_HANDLER = "OEEquivHash" +# r/w prserv #PRSERV_HOST = "${AGL_HOST_PRSERV}:8181" IMAGE_INSTALL:append = " curl" |