meta-bbb/buildconf/bblayers.conf.sample
Thomas Klaehn 7a88af7d0c beaglebone: Reorder folder structure
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2018-01-27 15:57:17 +01:00

16 lines
444 B
Plaintext

# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
${TOPDIR}/../layers/poky/meta \
${TOPDIR}/../layers/poky/meta-poky \
${TOPDIR}/../layers/poky/meta-yocto-bsp \
${TOPDIR}/../layers/meta-openembedded/meta-oe \
${TOPDIR}/../layers/meta-openembedded/meta-python \
${TOPDIR}/../layers/meta-bbb \
"