From ff8fe2d73d7054160a5d0d56f7e1744459fef182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Sun, 1 Dec 2024 18:56:51 +0100 Subject: [PATCH] meta-rauc-raspberrypi: Styhead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align LAYERSERIES_COMPAT with meta-rauc as of the moment to support Yocto releases Styhead. Signed-off-by: Gaƫl PORTAY --- meta-rauc-raspberrypi/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-rauc-raspberrypi/conf/layer.conf b/meta-rauc-raspberrypi/conf/layer.conf index 0b08682..7b6632a 100644 --- a/meta-rauc-raspberrypi/conf/layer.conf +++ b/meta-rauc-raspberrypi/conf/layer.conf @@ -13,4 +13,4 @@ LAYERDEPENDS_meta-rauc-raspberrypi = "core rauc raspberrypi" # For u-boot support for raspberrypi5 # https://git.yoctoproject.org/meta-lts-mixins scarthgap/u-boot branch LAYERRECOMMENDS_meta-rauc-raspberrypi = "lts-u-boot-mixin" -LAYERSERIES_COMPAT_meta-rauc-raspberrypi = "nanbield scarthgap" +LAYERSERIES_COMPAT_meta-rauc-raspberrypi = "styhead"