multiple jenkins files for build of yocto images
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 1.2 KiB

1234567891011121314151617181920212223242526272829
  1. # benchmark for yocto build machine
  2. This project includes a jenkins pipeline file for a yocto build.
  3. The build contains following stages:
  4. | # | name | decription |
  5. | -------- | -------- | -------- |
  6. | 1 | clone sources | clone the yocto sources from github |
  7. | 1 | fetch sources | download all required sources for the yocto build. This step ensures that a slow download does not affect the build time measurement. |
  8. | 1 | build image | build yocto image |
  9. ## used yocto configuration
  10. * Machine: qemux86
  11. * Distro: poky
  12. * yocto version: sumo
  13. * image: core-image-minimal
  14. # Results
  15. | Machine | CPU | hard disc | comment | time |
  16. | -------- | -------- | --------- | ------- | ----- |
  17. | stone | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd | - | 0h 35 min |
  18. | stone | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd | use docker for build | 0h 41 min |
  19. | imageBuild01 | 8 cores | hd | virtual machine / KVM | 1h 00 min |
  20. | rock | Intel Dualcore, 2 (2 logical cores per physical) | hd | - | 2h 11 min |
  21. | laptop | Intel i3, 2 (2 logical cores per physical) | hd | - | 3h 00 min |