Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.2 - Poky 7.0.y denzil

231 bytes added, 09:49, 15 October 2015
m
Build Platform Setup Environment
<pre>bitbake demo-image-sato</pre>
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. or you can create the installable firmware using: <pre> bitbake do-release-firmware </pre>
= Extending the available packages with others layers =
So, you could install ubuntu distro in your personal computer and then you could install development packages (see [http://www.yoctoproject.org/docs/1.4.2/ref-manual/ref-manual.html#required-packages-for-the-host-development-system yocto documentation])<br>
<pre>$ sudo apt-get install gawk sed wget subversion git-core diffstat coreutils \ unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ python-pysqlite2 diffstat make gcc build-essential chrpath make xsltproc docbook\ g++ desktop-file-utils fop chrpath libgl1-mesa-dev libglu1-mesa-dev \ autoconf automake groff libtool xterm texi2html subversionlibxml-parser-perl
</pre>
After, you could follow above steps on this article
== Ubuntu 13.04 ==
4,199
edits