From patchwork Thu May 19 10:29:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT. Date: Thu, 19 May 2011 10:29:29 -0000 From: Lianhao Lu X-Patchwork-Id: 4497 Message-Id: To: openembedded-core@lists.openembedded.org From: Lianhao Lu Signed-off-by: Lianhao Lu --- meta-yocto/conf/local.conf.sample | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index a9b4998..85c26ee 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -216,3 +216,8 @@ NO32LIBS = "1" # GNOME, SCREEN, XTERM and KONSOLE #TERMCMD = "${KONSOLE_TERMCMD}" #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" + + +# The network based PR service host and port +PRSERV_HOST = "localhost" +PRSERV_PORT = "8585"