From 696da8f0734b47c07e0e5179562c24393df9a26d Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 4 Apr 2019 13:25:02 -0400 Subject: [PATCH] meta-phosphor: layer.conf: Add warrior compatibility 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c4a3f43f0..6ffcde01f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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}/")}'