From d6f2153dd0508453903ffb7f45562c2ebb10e944 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Sep 2024 09:31:10 +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 c83c9d2..0c84c0e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,4 +11,4 @@ BBFILE_PRIORITY_freescale-distro = "4" LAYERDEPENDS_freescale-distro = "core yocto" -LAYERSERIES_COMPAT_freescale-distro = "langdale mickledore nanbield scarthgap" +LAYERSERIES_COMPAT_freescale-distro = "styhead"