mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-28 01:28:52 +00:00
93ff0287a7
Signed-off-by: Theodor Gherzan <theodor@resin.io>
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "7"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
${TOPDIR}/../oe-core/meta \
|
|
${TOPDIR}/../meta-nodejs \
|
|
${TOPDIR}/../meta-resin-supervisor \
|
|
"
|