From 8fafae84492e92461726624919d9c77eacbc4ee3 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 4 Apr 2019 13:28:36 -0400 Subject: meta-openpower: 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. (From meta-openpower rev: f4e8b42d7e60df3887a0f0dfaa69d1d006fdae5c) Change-Id: I56ba80ec39c2e16d2a207a710d2605316f626537 Signed-off-by: Brad Bishop --- meta-openpower/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openpower/conf/layer.conf b/meta-openpower/conf/layer.conf index fafc941cd..fc6453c06 100644 --- a/meta-openpower/conf/layer.conf +++ b/meta-openpower/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "openpower-layer" BBFILE_PATTERN_openpower-layer = "^${LAYERDIR}/" LAYERVERSION_openpower-layer = "1" -LAYERSERIES_COMPAT_openpower-layer = "thud" +LAYERSERIES_COMPAT_openpower-layer = "thud warrior" # Provide a variable that points the base of the openpower layer. OPENPOWERBASE = '${@os.path.normpath("${LAYERDIR}/")}' -- cgit v1.2.1