Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.4 - Poky 9.0.y dylan

165 bytes added, 16:24, 27 March 2014
Build Platform Setup Environment
In order to build an image with BSP support for a given release, you need to download the corresponding BSP repository. <br>
At this time latest stable branch of '''Yocto for AM335x ''' devices is [http://git.isee.biz/?p=pub/scm/poky.git;a=shortlog;h=refs/heads/dylan Poky 9.0.y dylanbranch].
$ git clone -b dylan git://git.isee.biz/pub/scm/poky.git
$ cd poky
Clone the [http://git.isee.biz/?p=pub/scm/meta-isee.git;a=shortlog;h=refs/heads/dylan meta-isee layerfor dylan]:
$ git clone -b dylan git://git.isee.biz/pub/scm/meta-isee.git
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-isee' layer to 'bblayers.conf'
Add below line meta-isee layer into .../poky/build/conf/bblayers.conf:
&lt;<pre> <path to&gt;>/poky/meta-isee \ "BBLAYERS_NON_REMOVABLE ?= " \</pre>
To enable the isee layer, add the 'igep0033 MACHINE' to .../poky/build/conf/local.conf:
MACHINE&nbsp;?= "igep0033"
'''NOTE:''' If your host machine has multiple corer, you can speed-up the compilation process uncommenting the BB_NUMBER_THREADS and PARALLEL_MAKE variablesfrom local.conf.
You should then be able to build a image as such:
$ bitbake bitbake demo-image-sato do-release-firmware
At the end of a successful build, you should have an image that you could use for boot device from flash or a micro-SD card.
0
edits