Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

426 bytes added, 14:47, 2 October 2014
m
Initializing the build environment
=== Initializing the build environment ===
 
In the DIVELK, we have simplified the Yocto initialization phase, relying on the repo tool and on a Diva bsp git repository, so that the initialization can be completed with a few commands as reported below:
<pre>
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > repo
$ chmod +x repo
$ ./repo init -u /home/shared/devel/dave/diva-DDx/sw/linux/yocto/diva-bsp.git -b diva-dev-dylan
$ ./repo sync
</pre>
=== Building the Yocto image ===