From e4968b13bbfeb240338903f3aa660b5a0dcbbec9 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sat, 6 Apr 2019 16:01:31 -0400 Subject: [PATCH] add 'warrior' to permitted poky releases --- meta-citadel/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-citadel/conf/layer.conf b/meta-citadel/conf/layer.conf index 4bc9046..beff7f8 100644 --- a/meta-citadel/conf/layer.conf +++ b/meta-citadel/conf/layer.conf @@ -11,7 +11,7 @@ BBFILE_COLLECTIONS += "citadel" BBFILE_PATTERN_citadel = "^${LAYERDIR}/" BBFILE_PRIORITY_citadel = "5" -LAYERSERIES_COMPAT_citadel = "thud" +LAYERSERIES_COMPAT_citadel = "thud warrior" # This should only be incremented on significant changes that will # cause compatibility issues with other layers