| Submitter | Lianhao Lu |
|---|---|
| Date | May 27, 2011, 6:31 a.m. |
| Message ID | <11bdc46c03cd63728822bb5d2888ece3e142b295.1306477652.git.lianhao.lu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/4895/ |
| 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..359e510 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"
Setting PRSERV_HOST and PRSERV_PORT would trigger the poky to use remote PR network service. Leaving them unset allow the user to build image without the PR network service Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> --- meta-yocto/conf/local.conf.sample | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)