Skip to content

Commit

Permalink
Change layer id for contrib layer split
Browse files Browse the repository at this point in the history
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Jun 16, 2016
1 parent 69f2a83 commit d74e9c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "nodejs-layer"
BBFILE_PATTERN_nodejs-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_nodejs-layer = "45"
BBFILE_COLLECTIONS += "nodejs"
BBFILE_PATTERN_nodejs := "^${LAYERDIR}/"
BBFILE_PRIORITY_nodejs = "45"

LAYERDEPENDS_nodejs-layer = "core"
LAYERDEPENDS_nodejs = "core"

0 comments on commit d74e9c5

Please sign in to comment.