Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.8 - Poky 13.0.y "Fido"

381 bytes added, 10:11, 11 May 2016
no edit summary
Having done that, you can build a igep image by adding the location of the layers to 'bblayers.conf'
Add below line into Delete all in file --> .../poky/build/conf/bblayers.confand copy below lines:
# 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)) + '/../..')}" <path to> 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 ?= " \ /home/rogerpc/poky/meta \ /home/rogerpc/poky/meta-yocto \ "
To enable the isee layer, add the 'igep0046 MACHINE' (select quad -> imx6q or dual lite -> imx6dl) to .../poky/build/conf/local.conf:
0
edits