From e8ec568d53d79daadb1ea46074e50b95f3cf26b1 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 5 Apr 2019 18:32:49 -0700 Subject: meta-inspur: 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-inspur rev: ba5f0c7441a2ad1dd87fb1a3c37ae7ca6e66df34) Signed-off-by: Patrick Venture Change-Id: I99469a26e5cab061b07485a870692bfde220a0b1 Signed-off-by: Brad Bishop --- meta-inspur/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-inspur') diff --git a/meta-inspur/conf/layer.conf b/meta-inspur/conf/layer.conf index bda219fbe..16f6f2a7b 100644 --- a/meta-inspur/conf/layer.conf +++ b/meta-inspur/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "inspur-layer" BBFILE_PATTERN_inspur-layer = "" LAYERVERSION_inspur-layer = "1" -LAYERSERIES_COMPAT_inspur-layer = "thud" +LAYERSERIES_COMPAT_inspur-layer = "thud warrior" INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}' -- cgit v1.2.3