[yocto] [autobuilder][PATCH 2/2] README.md: cleanup installation setup

Armin Kuster akuster808 at gmail.com
Sun Jun 3 17:22:59 PDT 2018


yoctoabb is currently hardcode so clone repo there.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4926969..e0652c7 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Refer to the buildbot documentation for information on how to correctly configur
 ```
 $ buildbot create-master <yocto-controller>
 $ cd <yocto-controller>
-$ git clone <yoctoabb repo>
+$ git clone https://git.yoctoproject.org/git/yocto-autobuilder2 yoctoabb
 $ cd ..
 $ ln -rs <yocto-controller>/yoctoabb/master.cfg <yocto-controller>/master.cfg
 $ $EDITOR <yocto-controller>/yoctoabb/master.cfg
@@ -87,6 +87,9 @@ $ $EDITOR <yocto-controller>/yoctoabb/www.py
 $ $EDITOR <yocto-controller>/yoctoabb/config.py
 <Modify configuration options such as worker configuration, etc.>
 $ buildbot start <yocto-controller>
+$ cd ..
+## should be above <yocto-controller> location
+git clone https://git.yoctoproject.org/git/yocto-autobuilder-helper
 ```
 
 #### on the worker
-- 
2.7.4



More information about the yocto mailing list