30 lines
929 B
Plaintext
30 lines
929 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 ?= " \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-poky \
|
|
##OEROOT##/meta-yocto-bsp \
|
|
##DIGIBASE##/meta-arm/meta-arm-toolchain \
|
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
|
##DIGIBASE##/meta-openembedded/meta-python \
|
|
##DIGIBASE##/meta-openembedded/meta-multimedia \
|
|
##DIGIBASE##/meta-openembedded/meta-networking \
|
|
##DIGIBASE##/meta-openembedded/meta-webserver \
|
|
##DIGIBASE##/meta-qt6 \
|
|
##DIGIBASE##/meta-swupdate \
|
|
##DIGIBASE##/meta-freescale \
|
|
##DIGIBASE##/meta-fsl-demos \
|
|
##DIGIBASE##/meta-imx/meta-imx-ml \
|
|
##DIGIBASE##/meta-timesys \
|
|
##DIGIBASE##/meta-flutter \
|
|
##DIGIBASE##/meta-flutter/meta-flutter-apps \
|
|
##DIGIBASE##/meta-clang \
|
|
##DIGIBASE##/meta-digi/meta-digi-arm \
|
|
##DIGIBASE##/meta-digi/meta-digi-dey \
|
|
"
|