# linux-elphelExtras (drivers, etc.) and patches for the kernel##DownloadingCode must be located in `poky/` directory. Navigate to `poky/` and run:```git clone https://github.com/Elphel/linux-elphel.git```##Generating links and headersLinks between project tree and kernel source tree are generated by Bitbake during 'unpack' task. Some required header files are automatically generated during the build process.```. ./oe-init-build-envbitbake linux-xlnx -c clean -fbitbake linux-xlnx -c unpack -fbitbake linux-xlnx -f```##Importing project into EclipseRun Eclipse from its location directory and provide additional heap memory to it.```./eclipse -vmargs -Xmx4G``` - File → Import... → General → Existing Project into Workspace -[Next] → Select root directory → Browse → specify project location (`poky/linux-elphel/`) → [OK] → [Finish]Project now is imported into Eclipse workspace.