From 0be1fc16a2cd7fc14b5c3ae0676202f3d3a464bb Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 8 Jun 2024 09:17:21 +0200 Subject: [PATCH] Added support for the upcoming Styhead release of Yocto. Signed-off-by: Jan Vermaete --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 3a98417..37660a3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "opendds-layer" BBFILE_PATTERN_opendds-layer = "^${LAYERDIR}/" BBFILE_PRIORITY_opendds-layer = "6" -LAYERSERIES_COMPAT_opendds-layer = "kirkstone nanbield scarthgap" +LAYERSERIES_COMPAT_opendds-layer = "kirkstone nanbield scarthgap styhead" LAYERDEPENDS_opendds-layer = "core" LICENSE_PATH += "${LAYERDIR}/licenses"