From 1970c5f7838ff10cd6243e1624553bdc46e89fad Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 15 Mar 2020 22:48:36 +0000 Subject: layer.conf: Allow compatibility with zeus for now Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 29ddb29865..b3cd100e78 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -7,7 +7,7 @@ BBFILE_COLLECTIONS += "core" BBFILE_PATTERN_core = "^${LAYERDIR}/" BBFILE_PRIORITY_core = "5" -LAYERSERIES_CORENAMES = "dunfell" +LAYERSERIES_CORENAMES = "dunfell zeus" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -- cgit 1.2.3-korg