Changes

How to get the Poky Linux distribution

495 bytes added, 13:55, 26 July 2013
#REDIRECT:[[How to use the Yocto Project to develop Embedded Linux]]
 
= How to get the Yocto Linux distribution =
Having done that, and assuming you downloaded the BSP contents at the top-level of your yocto build tree, you can build a igep image by adding the location of the 'meta-igep' layer to 'bblayers.conf'
Add bellow below line into .../poky/build/conf/bblayers.conf:
<path to>/poky/meta-isee \
== Extending the available packages with others layers ==
TODOYou can append more layers to your environment in order to build more packages, in following wxample you'll download the meta-openembedded layer. In your poky directory  $ git clone -b denzil git://git.openembedded.org/meta-openembedded Add the layer into build/conf/bblayers.conf:   <path to>/poky/meta-openembedded/meta-oe \ Now you can build any of the new packages added, for example:  $ bitbake postgresql
== Create your own Linux image ==
0
edits