diff --git a/README.md b/README.md index 421ab5151add51979474e408e45989d4bf06ada0..d8ccac622ef4131b898ef6fccadf336e743f4cbb 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