From 348de865c2effd41f877fe621a92327f24183c19 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Sep 2024 09:30:37 +0200 Subject: [PATCH] layer.conf: Update to styhead Drop all older release names as there have been potentially incompatible changes, e.g. the S must not point to WORKDIR. Signed-off-by: Max Krummenacher --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 543c3394..b7d24d2f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "freescale-3rdparty" BBFILE_PATTERN_freescale-3rdparty := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-3rdparty = "4" -LAYERSERIES_COMPAT_freescale-3rdparty = "kirkstone langdale mickledore nanbield scarthgap" +LAYERSERIES_COMPAT_freescale-3rdparty = "styhead" LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"