From a25a651d1fb5215b1cd0e9d9cec05a47b6f1ce85 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 26 Sep 2024 11:40:12 +0300 Subject: [PATCH] conf/layer.conf: Remove meta-lts-mixins Remove layer dependency from meta-lts-mixins 'scarthgap/u-boot' because now the BSP supports styhead which brings U-Boot 2024.07. Signed-off-by: Leon Anavi --- conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 76f9e92d..5e8cf5f7 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,9 +11,6 @@ BBFILE_PRIORITY_raspberrypi = "9" 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 -LAYERRECOMMENDS_raspberrypi = "lts-u-boot-mixin" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"