meta-resin-supervisor: Create new layer

Signed-off-by: Theodor Gherzan <theodor@resin.io>
This commit is contained in:
Theodor Gherzan 2016-10-31 13:36:45 +01:00
parent 38d69a8182
commit 93ff0287a7
2 changed files with 9 additions and 0 deletions

View File

@ -8,4 +8,5 @@ BBFILES ?= ""
BBLAYERS ?= " \
${TOPDIR}/../oe-core/meta \
${TOPDIR}/../meta-nodejs \
${TOPDIR}/../meta-resin-supervisor \
"

View 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"