meta-perinet/buildconf/genericx86-64/bblayers.conf.sample
Thomas Klaehn fd6356962e buildconf: Add meta-arm layer to support arm cross toolchain
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2020-08-30 10:15:12 +02:00

21 lines
662 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-virtualization \
${TOPDIR}/../layers/meta-arm/meta-arm-toolchain \
${TOPDIR}/../layers/meta-perinet \
"