From 60e9fae6036f8b644e9b8e05d07fc7cd2ab90ed9 Mon Sep 17 00:00:00 2001 From: stevo Date: Fri, 21 Sep 2018 07:52:15 +0000 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f68507e..6b1e23b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # benchmark for yocto build machine -This project includes a jenkins pipeline file for a yocto build. -The build contains following stages: +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. +## The build contains following stages: | # | name | decription | | -------- | -------- | -------- | @@ -9,7 +9,10 @@ The build contains following stages: | 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. | | 1 | build image | build yocto image | +## parameter +You can specify a download path for downloaded source packages and git repositorys. +This saves time in case of multiple calls of the benchmark. ## used yocto configuration