X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Ffeature%2Fagl-prhash-public%2F99_local.conf.inc;fp=templates%2Ffeature%2Fagl-prhash-public%2F99_local.conf.inc;h=e64c8e25899988e954a789db4e364671cbb47581;hb=e1a0adc8cfdc3b306537fc64f8b29c3c53f744ca;hp=0000000000000000000000000000000000000000;hpb=bfb8550fa1dd2bc2b9b49c1ab879782aa0b6ad7e;p=AGL%2Fmeta-agl.git 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"