v1.26.0
This update pulls in Buildroot 2023.11.1. This is a major Buildroot update from v1.25.3.
Nerves systems need the following updates:
- For Raspberry Pi systems using libcamera, change
BR2_PACKAGE_LIBCAMERA_PIPELINE_RASPBERRYPI=y
toBR2_PACKAGE_LIBCAMERA_PIPELINE_RPI_VC4=y
- If using a RISC-V processor, the ISA options changed. This involves changing
BR2_RISCV_ISA_CUSTOM_RVM=y
toBR2_RISCV_ISA_RVM=y
, etc.
-
Fixes
- Fix change to
find
on recent MacOS versions that caused the release scrubber to fail.
- Fix change to
-
Package updates