From c71123ef2d7b015bc9afd4a2a4884c7ce1461de1 Mon Sep 17 00:00:00 2001 From: stevo Date: Fri, 21 Sep 2018 07:29:07 +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 | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f567b58..f68507e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,22 @@ # benchmark for yocto build machine This project includes a jenkins pipeline file for a yocto build. +The build contains following stages: + + +| # | name | decription | +| -------- | -------- | -------- | +| 1 | clone sources | clone the yocto sources from github | +| 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 | + + ## used yocto configuration -Machine: qemux86 -Distro: poky -yocto version: sumo -image: core-image-minimal +* Machine: qemux86 +* Distro: poky +* yocto version: sumo +* image: core-image-minimal # Results