| Submitter | Lianhao Lu |
|---|---|
| Date | May 19, 2011, 10:29 a.m. |
| Message ID | <e108c5c1272fb8fd574838285565ae4c133c264c.1305800693.git.lianhao.lu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/4497/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"