Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.8 - Poky 13.0.y "Fido"

104 bytes removed, 18:01, 25 July 2016
m
Build Platform Setup Environment
To enable the isee layer, add the 'igep0046 MACHINE' (select quad -> imx6q or dual lite -> imx6dl) to .../poky/build/conf/local.conf:
<pre>MACHINE ?= "imx6q-igep0046" <br/pre> or <brpre>MACHINE ?= "imx6dl-igep0046"</pre>
Read the EULA license in:
<pre>ACCEPT_FSL_EULA = "1"
LICENSE_FLAGS_WHITELIST = "commercial license"</pre>
 
You need the below packages for bitbake:
 
<pre>sudo apt-get install texinfo
sudo apt-get install libsdl1.2-dev </pre>
You should then be able to build a image as such:
4,199
edits