meta-bbb/buildconf/bblayers.conf.sample
Thomas Klaehn b40f32de74 meta-bbb: initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2017-06-13 14:55:28 +02:00

15 lines
318 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}/../poky/meta \
${TOPDIR}/../poky/meta-poky \
${TOPDIR}/../poky/meta-yocto-bsp \
${TOPDIR}/../poky/meta-bbb \
"