mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-01 19:46:44 +00:00
7679a1e33f
This commit adds two openembedded layers as submodules and a default configuration to build a minimal image Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "7"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
/usr/src/yocto/oe-core/meta \
|
|
/usr/src/yocto/meta-nodejs \
|
|
"
|