summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-08-05 15:20:14 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-08-05 15:21:00 +0200
commitd7da0a883f855c518475811f21fce089b95570f7 (patch)
treece824007180f975d8e9fe770d3f683821005db9b
parent3b9a40e5b1d4ef24157752de55e928407921828f (diff)
The distro layer seems to work fine with newer OpenEmbedded releases, add warrior to supported series. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"