summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-prhash-public/99_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-prhash-public/99_local.conf.inc')
-rw-r--r--templates/feature/agl-prhash-public/99_local.conf.inc11
1 files changed, 11 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..c82b0f4cf
--- /dev/null
+++ b/templates/feature/agl-prhash-public/99_local.conf.inc
@@ -0,0 +1,11 @@
+# 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}:8484"
+BB_SIGNATURE_HANDLER = "OEEquivHash"
+
+# r/o prserv
+PRSERV_HOST = "${AGL_HOST_PRSERV}:8282"