File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,27 @@ follows:
12
12
minor and patch releases. They're also made to fix bugs and add features to
13
13
the build infrastructure.
14
14
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
+
15
36
## v1.26.1
16
37
17
38
This is a security/bug fix update for 1.26.0.
Original file line number Diff line number Diff line change 1
- 1.26.1
1
+ 1.27.0
You can’t perform that action at this time.
0 commit comments