From 4ce9986d03e29b5d561e9fb70ebf4531ca9b630e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 26 May 2021 07:05:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2b5837..fbdb86e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $:~ cd build ``` ## 2. Execute init script -This will clone all required layers and moves some config files into your build directory. +This will clone all required layers and create some config files into your build directories. * Parameter 1 : could be h7, hd51, hd60, hd61, osmio4k, osmio4kplus or set 'all' or keep empty ' ' for all machines. * Parameter 2 : could be 3.0, 3.1, 3.2 or keep empty for latest version (recommended, older versions are not really maintained anymore) ```bash @@ -60,7 +60,7 @@ $:~ cd poky-3.2 ## 4. Execute environment script Please use possible machine type which you selected (see step 2)! Here as example we use hd51. -This creates (if not exists!) the build directory named as hd51 and sets the build environment and will print some lines: +This creates (if not exists!) the build directory named as hd5, sets the build environment and will print some lines: ```bash $:~ . ./oe-init-build-env hd51