From 270dc6ddcd97bc4ef439af8b066e3396c0f61c11 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 25 May 2024 09:18:58 +0200 Subject: [PATCH] layer.conf: declare compatibility only with styhead * we don't know yet what changes will be needed to stay compatible with final styhead, but we already know that the last changes for UNPACKDIR aren't compatible with scarthgap or nanbield. Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 9488ac93..5e8cf5f7 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi" BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" -LAYERSERIES_COMPAT_raspberrypi = "nanbield scarthgap" +LAYERSERIES_COMPAT_raspberrypi = "styhead" LAYERDEPENDS_raspberrypi = "core" # Additional license directories.