diff mbox series

[meta-raspberrypi,1/3] layer.conf: rpi5 recommends lts-u-boot-mixin

Message ID 88d6d14c11d2846531d235ae18f88ddd4391d7a4.1712518899.git.tim.orling@konsulko.com
State New
Headers show
Series [meta-raspberrypi,1/3] layer.conf: rpi5 recommends lts-u-boot-mixin | expand

Commit Message

Tim Orling April 7, 2024, 7:53 p.m. UTC
Add lts-u-boot-mixin to LAYERRECOMMENDS

https://git.yoctoproject.org/meta-lts-mixins 'scarthgap/u-boot' branch
adds u-boot v2024.04 support which includes the initial support for
raspberrypi5.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 9488ac9..deea4a1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,6 +11,9 @@  BBFILE_PRIORITY_raspberrypi = "9"
 
 LAYERSERIES_COMPAT_raspberrypi = "nanbield scarthgap"
 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"