Files
yocto-template/build/conf/bblayers.conf
2025-12-30 01:53:55 +01:00

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 \
"