From 46669d3074736e2a13e9dc733b241cffb478a879 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 9 Apr 2015 12:32:24 -0700 Subject: ref-manual: Update to oe-init-build-env-memres description. Fixes [YOCTO #7559] Removed the information stating that the port address 12345 is used. Really what happens is a random port address is used. (From yocto-docs rev: f469c2431b26593a762e348e9c5d0e84c582eab8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-structure.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index d6e506d18e..f084f15021 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -323,7 +323,7 @@ If you do not provide a port number with the script, the - BitBake server at port "12345" is started. + BitBake server starts at a randomnly selected port. @@ -373,7 +373,7 @@ source the script, the Build Directory is created using that name. For example, the following command starts the BitBake server using - the default port "12345" and creates a Build Directory named + a randomnly selected port and creates a Build Directory named mybuilds that is outside of the Source Directory: -- cgit v1.2.3-54-g00ecf