Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.8 - Poky 13.0.y "Fido"

76 bytes removed, 17:58, 25 July 2016
m
Build Platform Setup Environment
<pre>
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6"
BBPATH = "${TOPDIR}" BBFILES ?= "" BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
BBLAYERS ?= " \ ${BSPDIR}/meta \ ${BSPDIR}/meta-yocto \ ${BSPDIR}/meta-yocto-bsp \ ${BSPDIR}/meta-openembedded/meta-oe \ ${BSPDIR}/meta-fsl-arm \ ${BSPDIR}/meta-fsl-arm-extra \ ${BSPDIR}/meta-isee \ " BBLAYERS_NON_REMOVABLE ?= " \ ${BSPDIR}/meta \ ${BSPDIR}/meta-yocto \ "
</pre>
To enable the isee layer, add the 'igep0046 MACHINE' (select quad -> imx6q or dual lite -> imx6dl) to .../poky/build/conf/local.conf:
4,199
edits