13 lines
292 B
Plaintext
13 lines
292 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 ?= " \
|
|
/home/yocto/ws/poky/meta \
|
|
/home/yocto/ws/poky/meta-poky \
|
|
/home/yocto/ws/poky/meta-yocto-bsp \
|
|
"
|