From ec7d9aa31a94380a63b38c2c2f41e7f87ec9ba40 Mon Sep 17 00:00:00 2001
From: "Theodore A. Roth" <theodore_roth@trimble.com>
Date: Sun, 17 Mar 2024 14:48:48 -0600
Subject: [PATCH] layer.conf: switch to scarthgap series

Since oe-core switched to `scarthgap` release series only (i.e. removed
`nanbield` compatiblity), we have to update our `layer.conf` file.

Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 4b7330f..647f46a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,7 +17,7 @@ LAYERRECOMMENDS_rauc = "meta-python"
 # meta-filesystems is needed to build cascync with fuse support (the default)
 LAYERRECOMMENDS_rauc += "meta-filesystems"
 
-LAYERSERIES_COMPAT_rauc = "nanbield"
+LAYERSERIES_COMPAT_rauc = "nanbield scarthgap"
 
 # Sanity check for meta-rauc layer.
 # Setting SKIP_META_RAUC_FEATURE_CHECK to "1" would skip the bbappend files check.