mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
README.md: cleanup installation setup
yoctoabb is currently hardcode so clone repo there. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
00ef86dada
commit
22859fea37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user