15 lines
318 B
Plaintext
15 lines
318 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}/../poky/meta \
|
||
|
${TOPDIR}/../poky/meta-poky \
|
||
|
${TOPDIR}/../poky/meta-yocto-bsp \
|
||
|
${TOPDIR}/../poky/meta-bbb \
|
||
|
"
|
||
|
|