From cee3306388b466dfa7ec4af7ef9b05a3c6befef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 14 Nov 2018 15:19:19 +0100 Subject: [PATCH] Remove commented PRServer defaults - PRServer setup is not our business MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna-core-tweaks.inc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/conf/distro/include/mortsgna-core-tweaks.inc b/conf/distro/include/mortsgna-core-tweaks.inc index 587b6cd..074eecf 100644 --- a/conf/distro/include/mortsgna-core-tweaks.inc +++ b/conf/distro/include/mortsgna-core-tweaks.inc @@ -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"