git: 8f38f734c8d0 - stable/14 - release: remove the RPI CM4s .dtb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 17:13:22 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f38f734c8d0bfb836463342a48430221d1dba74
commit 8f38f734c8d0bfb836463342a48430221d1dba74
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2024-04-25 22:10:32 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-10 17:08:50 +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
(cherry picked from commit 9245ced9c8357d876141975a6431ce34143d2753)
---
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