From 332cebab679afc957b6d6fb5519d7df47c27aef5 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 5 Apr 2019 18:36:04 -0700 Subject: meta-nuvoton: 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-nuvoton rev: 31c2543b6b367baa8984e07e4497827603ae704e) Signed-off-by: Patrick Venture Change-Id: I658fff16c88f8ed1b5f3ad7eacc2ff6b51dbb1d4 Signed-off-by: Brad Bishop --- meta-nuvoton/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-nuvoton/conf/layer.conf') diff --git a/meta-nuvoton/conf/layer.conf b/meta-nuvoton/conf/layer.conf index 8c5d9d8df..a592301c2 100644 --- a/meta-nuvoton/conf/layer.conf +++ b/meta-nuvoton/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "nuvoton-layer" BBFILE_PATTERN_nuvoton-layer = "" LAYERVERSION_nuvoton-layer = "1" -LAYERSERIES_COMPAT_nuvoton-layer = "thud" +LAYERSERIES_COMPAT_nuvoton-layer = "thud warrior" -- cgit v1.2.3