Remove commented PRServer defaults - PRServer setup is not our business

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-14 15:19:19 +01:00
parent 6a7ffa1e4e
commit cee3306388

View File

@@ -3,15 +3,6 @@
# Default hash policy for distro
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
# The network based PR service host and port
# Uncomment the following lines to enable PRservice.
# Set PRSERV_HOST to 'localhost' and PRSERV_PORT to '0' to automatically
# start local PRService.
# Set to other values to use remote PRService.
#PRSERV_HOST ?= "localhost"
#PRSERV_PORT ?= "0"
# Empty commercial license, we want to build a superset for the default config
COMMERCIAL_LICENSE = ""
LICENSE_FLAGS_WHITELIST += "commercial"