Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.4 - Poky 9.0.y dylan

344 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.yoctoprojectisee.orgbiz/pub/scm/poky.git
Enter to the poky directory,
$ cd poky
and clone Clone the [httpshttp://githubgit.comisee.biz/ebutera?p=pub/scm/meta-igepisee.git ;a=shortlog;h=refs/heads/dylan meta-igepisee layer for dylan] layer. :
$ git clone https-b dylan git://githubgit.isee.combiz/ebuterapub/scm/meta-igepisee.git Load Poky environment variables:
$ source oe-init-build-env
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-igepisee' layer to 'bblayers.conf'
Add below line meta-isee layer into .../poky/build/conf/bblayers.conf:
&lt;<pre> <path to&gt;>/poky/meta-igep 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 variables from local.conf.
You should then be able to build a image as such:
$ bitbake coredemo-image-minimalsato 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.
* http://www.yoctoproject.org/docs/1.4/adt-manual/adt-manual.html#adt-eclipse
 
= Yocto 1.4 documentation =
0
edits