From 924f4dd0c8d9712b4de32c0f08c03b63601d23b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> Date: Wed, 18 Aug 2021 09:22:48 +0200 Subject: [PATCH] main/opensbi: add comment regarding u-boot rebuilds u-boot now depends on OpenSBI and embeds the OpenSBI fw_dynamic.bin payload into the generated u-boot bootloader image. For this reason, u-boot needs to be rebuild when changes to OpenSBI are made. --- main/opensbi/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/opensbi/APKBUILD b/main/opensbi/APKBUILD index af8e9027bbdb..1fbd241f96db 100644 --- a/main/opensbi/APKBUILD +++ b/main/opensbi/APKBUILD @@ -1,6 +1,7 @@ # Contributor: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=opensbi +# XXX: Updates require rebuilds of main/u-boot. pkgver=0.9 pkgrel=0 pkgdesc="risc-v open source supervisor binary interface" -- GitLab