AutoBuilder Cluster Setup
From Yocto Project
Jump to navigationJump to search
- Install base OS with minimal target
- Add pokybuild user (uid=6000)
- Add ssh key to clone production yocto-autobuilder
- update config/autobuilder.conf and yocto-worker/buildbot.tac
- Install the requirements from http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
- git clone --single-branch http://git.yoctoproject.org/git/poky /root/poky
- Install http://downloads.yoctoproject.org/releases/yocto/yocto-2.1/toolchain/x86_64/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-2.1.sh to /opt/poky
- Add startup scripts to create tap devs and start vncserver
- cd /root/poky/scripts/; ./runqemu-gen-tapdevs 6000 100 32 /opt/poky/sysroots/x86_64-pokysdk-linux/
- /bin/su - pokybuild -c "/usr/bin/vncserver"