mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-07 06:18:46 +00:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
|
BBPATH .= ":${LAYERDIR}"
|
||
|
|
||
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||
|
|
||
|
BBFILE_COLLECTIONS += "resin-supervisor"
|
||
|
BBFILE_PATTERN_resin-supervisor := "^${LAYERDIR}/"
|
||
|
BBFILE_PRIORITY_resin-supervisor = "1337"
|