Skip to content

Commit 821eb41

Browse files
committed
v1.27.0 release
1 parent 1312f7f commit 821eb41

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ follows:
1212
minor and patch releases. They're also made to fix bugs and add features to
1313
the build infrastructure.
1414

15+
## v1.27.0
16+
17+
This update pulls in Buildroot 2024.02. This is a major Buildroot update.
18+
19+
Nerves systems need the following updates:
20+
21+
1. For Raspberry Pi systems using libcamera, the version that comes with Raspberry
22+
Pi OS has diverged from upstream libcamera. To use it, replace
23+
`BR2_PACKAGE_LIBCAMERA_*=y` with `BR2_PACKAGE_RPI_LIBCAMERA_*=y`.
24+
2. The Raspberry Pi applications for libcamera also changed. Replace
25+
`BR2_PACKAGE_LIBCAMERA_APPS=y` with `BR2_PACKAGE_RPICAM_APPS=y`. The upstream
26+
package is called `rpicam_apps`. `libcamera_apps` was the old name.
27+
28+
* Fixes
29+
* Add explicit check for `$TMPDIR` to fix a regression on MacOS 13 with
30+
v1.26.1. Thanks to @schrockwell.
31+
32+
* Package updates
33+
* [Buildroot 2024.02](https://lore.kernel.org/buildroot/[email protected]/)
34+
* [Erlang/OTP 26.2.3](https://erlang.org/download/OTP-26.2.3.README)
35+
1536
## v1.26.1
1637

1738
This is a security/bug fix update for 1.26.0.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.1
1+
1.27.0

0 commit comments

Comments
 (0)