Skip to content

Commit

Permalink
conf: layer: set LAYERSERIES_COMPAT for this layer
Browse files Browse the repository at this point in the history
Setting this variable is used since sumo to track layer compatibility
and active layer maintanance.
Setting this will prevent from utriggering a warning and is required for
Yocto Project Compatible version 2 standard.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
  • Loading branch information
ejoerns authored and Enrico Jorns committed May 17, 2018
1 parent b1547d8 commit 0fec190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "ptx"
BBFILE_PATTERN_ptx = "^${LAYERDIR}/"
BBFILE_PRIORITY_ptx = "6"

LAYERSERIES_COMPAT_ptx = "sumo rocko"

0 comments on commit 0fec190

Please sign in to comment.