Browse Source

'README.md' ändern

stevo 5 years ago
parent
commit
60e9fae603
1 changed files with 5 additions and 2 deletions
  1. 5 2
      README.md

+ 5 - 2
README.md View File

@@ -1,7 +1,7 @@
1 1
 # benchmark for yocto build machine
2
-This project includes a jenkins pipeline file for a yocto build.
3
-The build contains following stages:
2
+This project includes a jenkins pipeline file for a yocto build. This pipeline can be used for a build of minimal yocto image and allows you to compare different build machine and setups of your machine.
4 3
 
4
+## The build contains following stages:
5 5
 
6 6
 | # | name | decription |
7 7
 | -------- | -------- | -------- |
@@ -9,7 +9,10 @@ The build contains following stages:
9 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 10
 | 1 | build image    |  build yocto image |
11 11
 
12
+## parameter
12 13
 
14
+You can specify a download path for downloaded source packages and git repositorys. 
15
+This saves time in case of multiple calls of the benchmark.
13 16
 
14 17
 ## used yocto configuration
15 18