From d7da0a883f855c518475811f21fce089b95570f7 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 5 Aug 2019 15:20:14 +0200 Subject: layer.conf: support warrior The distro layer seems to work fine with newer OpenEmbedded releases, add warrior to supported series. Signed-off-by: Stefan Agner --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 25c9949..2e76c65 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,4 +12,4 @@ BBFILE_PATTERN_IGNORE_EMPTY_meta-toradex-distro = "1" BBFILE_PRIORITY_meta-toradex-distro = "21" LAYERDEPENDS_meta-toradex-distro = "core yocto" -LAYERSERIES_COMPAT_meta-toradex-distro = "thud" +LAYERSERIES_COMPAT_meta-toradex-distro = "thud warrior" -- cgit v1.2.3