From 08382bce3eaa26dff60754494e25b34f5f63d4d9 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 4 Apr 2019 23:16:24 -0400 Subject: meta-ingrasys: 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-ingrasys rev: bc513127f473da3cdadf59f4836043e8dbf2e3bf) Change-Id: Ic35d93d2d24506a9a8f50bda9f5f76af0c97208b Signed-off-by: Brad Bishop --- meta-ingrasys/conf/layer.conf | 2 +- meta-ingrasys/meta-zaius/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf index eaa0582be..a0eebb727 100644 --- a/meta-ingrasys/conf/layer.conf +++ b/meta-ingrasys/conf/layer.conf @@ -3,7 +3,7 @@ BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "ingrasys" BBFILE_PATTERN_ingrasys = "" -LAYERSERIES_COMPAT_ingrasys = "thud" +LAYERSERIES_COMPAT_ingrasys = "thud warrior" # Provide a variable that points the base of the ingrasys layer. INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}' diff --git a/meta-ingrasys/meta-zaius/conf/layer.conf b/meta-ingrasys/meta-zaius/conf/layer.conf index d57aea059..174f7ef7b 100644 --- a/meta-ingrasys/meta-zaius/conf/layer.conf +++ b/meta-ingrasys/meta-zaius/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "zaius" BBFILE_PATTERN_zaius = "" -LAYERSERIES_COMPAT_zaius = "thud" +LAYERSERIES_COMPAT_zaius = "thud warrior" -- cgit v1.2.1