M7350/oe-core/meta/conf/bblayers.conf.sample

16 lines
245 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
2024-09-09 08:57:42 +00:00
LCONF_VERSION = "5"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
BBPATH = "${TOPDIR}"
2024-09-09 08:52:07 +00:00
BBFILES ?= ""
2024-09-09 08:57:42 +00:00
2024-09-09 08:52:07 +00:00
BBLAYERS ?= " \
2024-09-09 08:57:42 +00:00
##OEROOT##/meta \
"
BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta \
2024-09-09 08:52:07 +00:00
"
2024-09-09 08:57:42 +00:00