Skip to content

Commit

Permalink
release: remove the RPI CM4s .dtb
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kevans91 committed Apr 25, 2024
1 parent 68cbb07 commit 9245ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/arm64/RPI.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9245ced

Please sign in to comment.