2fbd72bf71
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
18 lines
541 B
Plaintext
18 lines
541 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}/../layers/poky/meta \
|
|
${TOPDIR}/../layers/poky/meta-poky \
|
|
${TOPDIR}/../layers/poky/meta-yocto-bsp \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
|
${TOPDIR}/../layers/meta-blackfinn \
|
|
${TOPDIR}/../layers/meta-bbb \
|
|
"
|