From 2bef421abbcba71db0201bcf5c4b5c8c7bd41b92 Mon Sep 17 00:00:00 2001 From: Atanas Bunchev Date: Wed, 12 Jun 2024 14:14:26 +0300 Subject: [PATCH] meta-rauc-raspberrypi: README.rst: Add Raspberry Pi 5 dependency Raspberry Pi 5 U-Boot support is added in v2024.04. This version is provided by meta-lts-mixins branch scarthgap/u-boot. Signed-off-by: Atanas Bunchev --- meta-rauc-raspberrypi/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-rauc-raspberrypi/README.rst b/meta-rauc-raspberrypi/README.rst index 7f28b22..1e0cc2a 100644 --- a/meta-rauc-raspberrypi/README.rst +++ b/meta-rauc-raspberrypi/README.rst @@ -9,6 +9,11 @@ Dependencies * URI: https://github.com/rauc/meta-rauc.git * URI: https://git.yoctoproject.org/git/meta-raspberrypi +If you want to build for Raspberry Pi 5 you will also need meta-lts-mixins: + +* URI: git://git.yoctoproject.org/meta-lts-mixins +* branch: scarthgap/u-boot + Patches =======