From 889feff42254379709d0dc2a6b261ebb88676b52 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 19 Mar 2024 22:46:49 +0200 Subject: [PATCH] layer.conf: declare compat with scarthgap Declare compatibility with new release branch, scarthgap Signed-off-by: Dmitry Baryshkov --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index b21fd5f..87e9f20 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-rpb" BBFILE_PATTERN_meta-rpb := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-rpb = "8" -LAYERSERIES_COMPAT_meta-rpb = "nanbield" +LAYERSERIES_COMPAT_meta-rpb = "nanbield scarthgap" LAYERDEPENDS_meta-rpb = "openembedded-layer meta-python networking-layer \ filesystems-layer virtualization-layer"