mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-05 21:44:12 +00:00
93ff0287a7
Signed-off-by: Theodor Gherzan <theodor@resin.io>
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"
|