summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-prhash-public/99_local.conf.inc
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-11 16:45:02 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-13 07:59:38 +0000
commite1a0adc8cfdc3b306537fc64f8b29c3c53f744ca (patch)
treef4845c18a82f04a867fd7a6275e2c24cd08459d3 /templates/feature/agl-prhash-public/99_local.conf.inc
parentbfb8550fa1dd2bc2b9b49c1ab879782aa0b6ad7e (diff)
Re-enable PRserv and HASHserv after api migration
The new services were deployed and can be enabled. Add a feature agl-prhash-public to enable use. Bug-AGL: SPEC-5173 Change-Id: I178fd2ff67847136045f5f6a684389fd0fd2f21a Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29987 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account
Diffstat (limited to 'templates/feature/agl-prhash-public/99_local.conf.inc')
-rw-r--r--templates/feature/agl-prhash-public/99_local.conf.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/feature/agl-prhash-public/99_local.conf.inc b/templates/feature/agl-prhash-public/99_local.conf.inc
new file mode 100644
index 000000000..e64c8e258
--- /dev/null
+++ b/templates/feature/agl-prhash-public/99_local.conf.inc
@@ -0,0 +1,13 @@
+# setup for PRSERV and HASHSERV
+AGL_HOST_PRSERV ?= "prserv.automotivelinux.org"
+AGL_HOST_HASHSERV ?= "prserv.automotivelinux.org"
+
+# r/o hashserv
+BB_HASHSERVE = "auto"
+BB_HASHSERVE_UPSTREAM = "${AGL_HOST_HASHSERV}:8888"
+BB_SIGNATURE_HANDLER = "OEEquivHash"
+
+# r/o prserv
+PRSERV_HOST = "${AGL_HOST_PRSERV}:8686"
+
+IMAGE_INSTALL:append = " curl"