The branch main has been updated by kevans:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9245ced9c8357d876141975a6431ce34143d2753

commit 9245ced9c8357d876141975a6431ce34143d2753
Author:     Kyle Evans <kev...@freebsd.org>
AuthorDate: 2024-04-25 22:10:32 +0000
Commit:     Kyle Evans <kev...@freebsd.org>
CommitDate: 2024-04-25 22:10:32 +0000

    release: remove the RPI CM4s .dtb
    
    This isn't actually packaged by the sysutils/rpi-firmware port, so we
    cannot include it in the image.  Fix the RPI release build until an
    interested party adds it to the port and packages are available.
    
    Reported by:    cperciva
---
 release/arm64/RPI.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf
index a38385a24e80..b973687c535d 100644
--- a/release/arm64/RPI.conf
+++ b/release/arm64/RPI.conf
@@ -4,7 +4,7 @@
 
 DTB_DIR="/usr/local/share/rpi-firmware"
 DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb 
bcm2710-rpi-cm3.dtb \
-       bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb 
bcm2711-rpi-cm4s.dtb"
+       bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
 EMBEDDED_TARGET_ARCH="aarch64"
 EMBEDDED_TARGET="arm64"
 EMBEDDEDBUILD=1

Reply via email to