Commit 6764fda5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

update readme

parent a43adf2b
...@@ -7,11 +7,11 @@ Code must be located in `poky/` directory. Navigate to `poky/` and run: ...@@ -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 git clone https://github.com/Elphel/linux-elphel.git
``` ```
##Generating links and headers ##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 . ./oe-init-build-env
bitbake linux-xlnx -c clean -f bitbake linux-xlnx -c clean -f
bitbake linux-xlnx -c unpack -f bitbake linux-xlnx -c link -f
bitbake linux-xlnx -f bitbake linux-xlnx -f
``` ```
##Importing project into Eclipse ##Importing project into Eclipse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment