mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
meta-resin-supervisor: Create new layer
Signed-off-by: Theodor Gherzan <theodor@resin.io>
This commit is contained in:
parent
38d69a8182
commit
93ff0287a7
@ -8,4 +8,5 @@ BBFILES ?= ""
|
||||
BBLAYERS ?= " \
|
||||
${TOPDIR}/../oe-core/meta \
|
||||
${TOPDIR}/../meta-nodejs \
|
||||
${TOPDIR}/../meta-resin-supervisor \
|
||||
"
|
||||
|
8
base-image/meta-resin-supervisor/conf/layer.conf
Normal file
8
base-image/meta-resin-supervisor/conf/layer.conf
Normal file
@ -0,0 +1,8 @@
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "resin-supervisor"
|
||||
BBFILE_PATTERN_resin-supervisor := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_resin-supervisor = "1337"
|
Loading…
Reference in New Issue
Block a user