From 6764fda5500ece6e1d2230ad14652433a0d1de16 Mon Sep 17 00:00:00 2001 From: Oleg Dzhimiev Date: Fri, 29 Jan 2016 11:58:29 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 421ab51..d8ccac6 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Code must be located in `poky/` directory. Navigate to `poky/` and run: git clone https://github.com/Elphel/linux-elphel.git ``` ##Generating links and headers -Links between project tree and kernel source tree are generated by Bitbake during 'unpack' task when using `meta-elphel393`. Some required header files are automatically generated during the build process. +Links between project tree and kernel source tree are generated by Bitbake during 'link' task when using `meta-elphel393`. Some required header files are automatically generated during the build process. ``` . ./oe-init-build-env bitbake linux-xlnx -c clean -f -bitbake linux-xlnx -c unpack -f +bitbake linux-xlnx -c link -f bitbake linux-xlnx -f ``` ##Importing project into Eclipse -- 2.18.1