meta-bbb/buildconf/bblayers.conf.sample
Thomas Klaehn 0f74e6e048 console-image: add recipe for python-paho-mqtt
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2017-06-16 11:51:39 +02:00

17 lines
418 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-openembedded/meta-oe \
${TOPDIR}/../poky/meta-openembedded/meta-python \
${TOPDIR}/../poky/meta-bbb \
"