Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
meta-balena-supervisor/layer.conf: Lower layer's priority
Browse files Browse the repository at this point in the history
We have layers that provide newer versions and we want to use them by
default when not set explicitly. For example meta-oe provides nodejs8
and has priority 6 which we want to use by default if preferred version
is not set. We set this layer's priority to 4 (meta is 5).

Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan committed Jan 11, 2019
1 parent e92c91c commit a1c1065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-balena-supervisor/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "balena-supervisor"
BBFILE_PATTERN_balena-supervisor := "^${LAYERDIR}/"
BBFILE_PRIORITY_balena-supervisor = "1337"
BBFILE_PRIORITY_balena-supervisor = "4"

LAYERSERIES_COMPAT_balena-supervisor = "thud"

0 comments on commit a1c1065

Please sign in to comment.