27 lines
942 B
Text
27 lines
942 B
Text
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
${TOPDIR}/../layers/poky/meta \
|
|
${TOPDIR}/../layers/poky/meta-poky \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
|
${TOPDIR}/../layers/meta-sunxi \
|
|
${TOPDIR}/../layers/meta-resin/meta-resin-common \
|
|
${TOPDIR}/../layers/meta-resin/meta-resin-rocko \
|
|
${TOPDIR}/../layers/meta-resin-allwinner \
|
|
${TOPDIR}/../layers/meta-rust \
|
|
"
|
|
|
|
BBLAYERS_NON_REMOVABLE ?= " \
|
|
${TOPDIR}/../layers/poky/meta \
|
|
${TOPDIR}/../layers/poky/meta-poky \
|
|
${TOPDIR}/../layers/meta-resin/meta-resin-common \
|
|
${TOPDIR}/../layers/meta-resin/meta-resin-rocko \
|
|
"
|