meta-perinet/buildconf/genericx86-64/bblayers.conf.sample
Thomas Klaehn 4b4d29a147 buildconf: Add meta-python2 layer to support python2
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2020-09-04 07:28:57 +02:00

22 lines
717 B
Plaintext

# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "1"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
${TOPDIR}/../layers/poky/meta \
${TOPDIR}/../layers/poky/meta-poky \
${TOPDIR}/../layers/poky/meta-yocto-bsp \
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
${TOPDIR}/../layers/meta-openembedded/meta-oe \
${TOPDIR}/../layers/meta-openembedded/meta-networking \
${TOPDIR}/../layers/meta-openembedded/meta-python \
${TOPDIR}/../layers/meta-openembedded/meta-python2 \
${TOPDIR}/../layers/meta-virtualization \
${TOPDIR}/../layers/meta-arm/meta-arm-toolchain \
${TOPDIR}/../layers/meta-perinet \
"