mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-12 22:15:33 +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"
|