From 2174bfd0b219d7a40c7ddc751630b9199a9d4fb4 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 deea4a1..76f9e92 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" # Recommended for u-boot support for raspberrypi5 # https://git.yoctoproject.org/meta-lts-mixins 'scarthgap/u-boot' branch