Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.8 - Poky 13.0.y "Fido"

148 bytes added, 16:01, 9 November 2016
m
no edit summary
<pre>git clone -b fido-next git://git.isee.biz/pub/scm/meta-fsl-arm-extra.git</pre>
 
Clone the meta-fsl-demos layer:
 
<pre>git clone -b fido https://github.com/Freescale/meta-fsl-demos.git</pre>
Load Poky environment variables:
${BSPDIR}/meta-fsl-arm \
${BSPDIR}/meta-fsl-arm-extra \
${BSPDIR}/meta-fsl-demos \
${BSPDIR}/meta-isee \
"
You should then be able to build a image as such:
<pre>bitbake isee-fsl-image-dev</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:
Generate Poky sdk compiler:
<pre> bitbake -C populate-sdk isee-fsl-image-dev </pre>
4,199
edits