From c0dd27d49d3327e5b7084b0755620ec47716052e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 4 Oct 2022 20:27:57 +0300 Subject: [PATCH] layer.conf: Add langdale to supported series Signed-off-by: Marko Lindqvist --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index aa4c39e..12e2dd0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_PATTERN_games-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_games-layer = "15" LAYERDEPENDS_games-layer = "core openembedded-layer filesystems-layer gnome-layer networking-layer multimedia-layer meta-python" -LAYERSERIES_COMPAT_games-layer = "kirkstone" +LAYERSERIES_COMPAT_games-layer = "kirkstone langdale"