Browse Source

'README.md' ändern

stevo 5 years ago
parent
commit
c71123ef2d
1 changed files with 14 additions and 4 deletions
  1. 14 4
      README.md

+ 14 - 4
README.md View File

@@ -1,12 +1,22 @@
1 1
 # benchmark for yocto build machine
2 2
 This project includes a jenkins pipeline file for a yocto build.
3
+The build contains following stages:
4
+
5
+
6
+| # | name | decription |
7
+| -------- | -------- | -------- |
8
+| 1 | clone sources  |  clone the yocto sources from github |
9
+| 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.    |
10
+| 1 | build image    |  build yocto image |
11
+
12
+
3 13
 
4 14
 ## used yocto configuration
5 15
 
6
-Machine: qemux86
7
-Distro: poky
8
-yocto version: sumo
9
-image: core-image-minimal
16
+* Machine: qemux86
17
+* Distro: poky
18
+* yocto version: sumo
19
+* image: core-image-minimal
10 20
 
11 21
 # Results
12 22