v1.27.0
This update pulls in Buildroot 2024.02. This is a major Buildroot update.
Nerves systems need the following updates:
- For Raspberry Pi systems using libcamera, the version that comes with Raspberry
Pi OS has diverged from upstream libcamera. To use it, replace
BR2_PACKAGE_LIBCAMERA_*=y
withBR2_PACKAGE_RPI_LIBCAMERA_*=y
. - The Raspberry Pi applications for libcamera also changed. Replace
BR2_PACKAGE_LIBCAMERA_APPS=y
withBR2_PACKAGE_RPICAM_APPS=y
. The upstream
package is calledrpicam_apps
.libcamera_apps
was the old name.
-
Fixes
- Add explicit check for
$TMPDIR
to fix a regression on MacOS 13 with
v1.26.1. Thanks to @schrockwell.
- Add explicit check for
-
Package updates