From ef4d0a805152f8d6abc4c20272da24f8d7ae54ee Mon Sep 17 00:00:00 2001 From: Tyler Johnson Date: Wed, 18 Jun 2025 13:03:13 -0700 Subject: [PATCH] Add layer compatibility for scarthgap --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 3422fcd..dfa66b1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "basler-common" BBFILE_PATTERN_basler-common = "^${LAYERDIR}/" BBFILE_PRIORITY_basler-common = "50" LAYERVERSION_basler-common = "2" -LAYERSERIES_COMPAT_basler-common = "hardknott honister kirkstone" +LAYERSERIES_COMPAT_basler-common = "hardknott honister kirkstone scarthgap" LICENSE_PATH += "${LAYERDIR}/licenses"