Releases: nerves-project/nerves_system_br
v1.14.5
This release is a security and bug fix release for Buildroot and Erlang/OTP.
-
Improvements
- Add
CPPFLAGS
for projects that only use the C preprocessor - Clear out
PKG_CONFIG_PATH
to avoid confusion with host settings
- Add
-
Package updates
v1.14.4
This release is primarily a security fix release for Buildroot and Erlang/OTP.
- Package updates
v1.14.3
- Package updates
v1.14.2
- Package updates
v1.13.8
This is a patch release that bumps Buildroot to the final patch release of
Buildroot 2020.08.x and updates Erlang/OTP to 23.2.3. Both updates address
security issues. This will likely be the final update to the nerves_system_br
v1.13.x series.
- Package updates
v1.14.1
v1.14.1
This is a security fix release that pulls in fixes from Buildroot 2020.11.1 and
Erlang/OTP 23.2.2.
- Package updates
v1.14.0
This is a major update to Buildroot 2020.11. Please review the Buildroot changes
in the release announcement below. Due to a change in how Buildroot handles
U-Boot environment options, all Nerves systems will need to update their
nerves_defconfig
as follows:
-BR2_TARGET_UBOOT_ENVIMAGE=y
-BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="${NERVES_DEFCONFIG_DIR}/uboot/uboot.env"
-BR2_TARGET_UBOOT_ENVIMAGE_SIZE="131072"
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
+BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE=y
+BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE="${NERVES_DEFCONFIG_DIR}/uboot/uboot.env"
+BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SIZE="131072"
- Package updates
v1.13.7
v1.13.6
This is a patch release to bump Erlang and fwup to their latest patch releases.
- Package updates
v1.13.5
-
Bug fixes
- rpi-userland is now available for Raspberry Pi's in 64-bit mode. This fixes
pullup/pulldown support incircuits_gpio
on the RPi4. - The Raspberry Pi WiFi firmware is now sourced from the Raspberry Pi OS. This
fixes a 5 GHz issue that was seen in Japan. It is likely this fixes other
issues since the Raspberry Pi OS firmware was years newer than the previous
one.
- rpi-userland is now available for Raspberry Pi's in 64-bit mode. This fixes
-
New features
erlinit
has an experimental feature for using an overlay filesystem for
making the root filesystem writable. This makes some hot code update
experiments possible. Seeerlinit
for details.
-
Package updates