Browse Source

'README.md' ändern

stevo 5 years ago
parent
commit
2de9256293
1 changed files with 15 additions and 6 deletions
  1. 15 6
      README.md

+ 15 - 6
README.md View File

@@ -1,10 +1,19 @@
1 1
 # benchmark for yocto build machine
2 2
 This project includes a jenkins pipeline file for a yocto build.
3
+
4
+## used yocto configuration
5
+
6
+Machine: qemux86
7
+Distro: poky
8
+yocto version: sumo
9
+image: core-image-minimal
10
+
3 11
 # Results
4 12
 
5
-| Machine      | CPU      | hard disc | time  |
6
-| --------     | -------- | --------  | ------|
7
-| stone        | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd  | 0h 35 min |
8
-| imageBuild01 | KVM MAchine with 8 cores                         | hd  | 1h 00 min |
9
-| rock         | Intel Dualcore, 2 (2 logical cores per physical) | hd  | 2h 11 min |
10
-| laptop       | Intel i3,       2 (2 logical cores per physical) | ssd | 3h 00 min |
13
+| Machine      | CPU      | hard disc | comment | time  |
14
+| --------     | -------- | --------- | ------- | ----- |
15
+| stone        | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd  | -  | 0h 35 min |
16
+| stone        | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd  | use docker for build  | 0h 41 min |
17
+| imageBuild01 | 8 cores                                          | hd  | virtual machine / KVM | 1h 00 min |
18
+| rock         | Intel Dualcore, 2 (2 logical cores per physical) | hd  | -  | 2h 11 min |
19
+| laptop       | Intel i3,       2 (2 logical cores per physical) | hd  | - | 3h 00 min |