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

Commit

Permalink
meta-phosphor: layer.conf: Add warrior compatibility
Browse files Browse the repository at this point in the history
oe-core branched in preparation for the upcoming 2.7 Yocto release and
as of 13e45ff requires core layer compatibility to "warrior" instead of
"thud".  We'll retain compatibility for both until we do our own branch
or stop testing thud.

Change-Id: Iede33fdf19fc093dd03eda8fad8a3561900ef70e
Signed-off-by: Brad Bishop <[email protected]>
  • Loading branch information
bradbishop committed Apr 5, 2019
1 parent c82d32f commit 696da8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "phosphor-layer"
BBFILE_PATTERN_phosphor-layer = "^${LAYERDIR}/"
LAYERVERSION_phosphor-layer = "1"
LAYERSERIES_COMPAT_phosphor-layer = "thud"
LAYERSERIES_COMPAT_phosphor-layer = "thud warrior"

# Provide a variable that points the base of the phosphor layer.
PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}'
Expand Down

0 comments on commit 696da8f

Please sign in to comment.