mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.
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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
16f06f7135
commit
adbc1212b2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user