From e008dcdba0f1d21ba1aa2e00e6fd6d3e21175764 Mon Sep 17 00:00:00 2001 From: Caila Marashaj Date: Fri, 13 Oct 2023 17:26:24 +0000 Subject: [PATCH] mark layer compat w kirkstone --- layers/meta-opentrons/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-opentrons/conf/layer.conf b/layers/meta-opentrons/conf/layer.conf index 81fa816a..7001d048 100644 --- a/layers/meta-opentrons/conf/layer.conf +++ b/layers/meta-opentrons/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-opentrons = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-opentrons = "6" LAYERDEPENDS_meta-opentrons = "core" -LAYERSERIES_COMPAT_meta-opentrons = "dunfell" +LAYERSERIES_COMPAT_meta-opentrons = "kirkstone"