Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.4 - Poky 9.0.y dylan

150 bytes added, 13:20, 17 January 2014
m
Build Platform Setup Environment
At this time latest stable branch for AM335x devices is [http://git.isee.biz/?p=pub/scm/poky.git;a=shortlog;h=refs/heads/dylan dylan].
$ git clone -b dylan git://git.yoctoprojectisee.orgbiz/pub/scm/poky.git
Enter to the poky directory,
$ cd poky
and clone the [https://github.com/ebutera/meta-igep.git meta-igep] isee layer. :
$ git clone https-b dylan git://githubgit.comisee.biz/pub/ebuterascm/meta-igepisee.git
$ 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 into .../poky/build/conf/bblayers.conf:
<path to>/poky/meta-igep isee \
To enable the isee layer, add the 'igep0033 MACHINE' to .../poky/build/conf/local.conf:
MACHINE ?= "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.
You should then be able to build a image as such:
$ bitbake corebitbake demo-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.
4,199
edits