diff options
Diffstat (limited to 'templates/base/local.conf.sample')
-rw-r--r-- | templates/base/local.conf.sample | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/base/local.conf.sample b/templates/base/local.conf.sample index 7f2c0b11a..bc55b3d5a 100644 --- a/templates/base/local.conf.sample +++ b/templates/base/local.conf.sample @@ -280,9 +280,14 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl" # # A shared hash equivalent server can be set with "<HOSTNAME>:<PORT>" format # +# local only #BB_HASHSERVE = "auto" #BB_SIGNATURE_HANDLER = "OEEquivHash" - +# +# online/upstream r/o +#AGL_HOST_HASHSERV = "prserv.automotivelinux.org" +#BB_SIGNATURE_HANDLER = "OEEquivHash" +#BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8484" # The network based PR service host and port # Uncomment the following lines to enable PRservice. @@ -290,6 +295,10 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl" # start local PRService. # Set to other values to use remote PRService. #PRSERV_HOST = "localhost:0" +# +# r/o upstream prserv +#AGL_HOST_PRSERV = "prserv.automotivelinux.org" +#PRSERV_HOST = "prserv.automotivelinux.org:8282" # Archive the source and put them to ${DEPLOY_DIR}/sources/. |