Bitbake World Status Setup: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
Basically it uses default distro-less configuration from oe-core with few tweaks, all tweaks are included in each log directory e.g.: | Basically it uses default distro-less configuration from oe-core with few tweaks, all tweaks are included in each log directory e.g.: | ||
http://logs.nslu2-linux.org/buildlogs/oe/world/log.world. | http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemuarm.20170213_095743.log/world_fixes.inc | ||
It's not using "master" branches, but "jansa/master" branches in | It's not using "master" branches, but "jansa/master" branches in | ||
Line 18: | Line 14: | ||
etc. it's only because it's easier for me to push some changes I need to review to that branch (or my changes before I even send them to list for review) and let Jenkins to verify them in very big build. | etc. it's only because it's easier for me to push some changes I need to review to that branch (or my changes before I even send them to list for review) and let Jenkins to verify them in very big build. | ||
It's running on Ubuntu | It's running on Ubuntu 16.04 LTS with dash still as default shell. | ||
The jenkins jobs are described here https://github.com/shr-project/jenkins-jobs | The jenkins jobs are described here https://github.com/shr-project/jenkins-jobs | ||
Usually I build for | Usually I build for 4 MACHINE qemuarm, qemuarm64, qemux86, qemux86-64. Each MACHINE takes about 20-24hours so sometimes there is bigger delay. | ||
test-dependencies.sh build for all included recipes takes 11DAYS for 1 machine - so I don't do it very often, but incremental builds (with only recipes which failed last time) are fine. | test-dependencies.sh build for all included recipes takes 11DAYS for 1 machine - so I don't do it very often, but incremental builds (with only recipes which failed last time) are fine. |
Latest revision as of 21:31, 29 October 2017
This page is replacement for my regular "State of bitbake world" e-mails like this one: http://lists.openembedded.org/pipermail/openembedded-devel/2013-October/092818.html
In my setup there are currently 26 layers included (you can see exact list at the top of bitbake.log)
Basically it uses default distro-less configuration from oe-core with few tweaks, all tweaks are included in each log directory e.g.:
It's not using "master" branches, but "jansa/master" branches in
- http://git.openembedded.org/openembedded-core-contrib/
- http://git.openembedded.org/meta-openembedded-contrib/
- https://github.com/shr-distribution/meta-smartphone
etc. it's only because it's easier for me to push some changes I need to review to that branch (or my changes before I even send them to list for review) and let Jenkins to verify them in very big build.
It's running on Ubuntu 16.04 LTS with dash still as default shell.
The jenkins jobs are described here https://github.com/shr-project/jenkins-jobs
Usually I build for 4 MACHINE qemuarm, qemuarm64, qemux86, qemux86-64. Each MACHINE takes about 20-24hours so sometimes there is bigger delay.
test-dependencies.sh build for all included recipes takes 11DAYS for 1 machine - so I don't do it very often, but incremental builds (with only recipes which failed last time) are fine.