Skip to content

Releases: nerves-project/nerves_system_br

v1.14.5

21 Feb 21:37
Compare
Choose a tag to compare

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
  • Package updates

v1.14.4

08 Feb 21:31
Compare
Choose a tag to compare

This release is primarily a security fix release for Buildroot and Erlang/OTP.

v1.14.3

27 Jan 20:37
Compare
Choose a tag to compare

v1.14.2

22 Jan 02:15
Compare
Choose a tag to compare

v1.13.8

22 Jan 03:20
Compare
Choose a tag to compare

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.

v1.14.1

15 Jan 17:19
Compare
Choose a tag to compare

v1.14.1

This is a security fix release that pulls in fixes from Buildroot 2020.11.1 and
Erlang/OTP 23.2.2.

v1.14.0

02 Jan 18:17
Compare
Choose a tag to compare

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"

v1.13.7

01 Jan 01:14
Compare
Choose a tag to compare
  • Bug fixes
    • Fix issue where files from Buildroot with spaces in them were not being
      included in SquashFS images. These were reported in the build output, but
      ignored.

v1.13.6

11 Dec 02:45
Compare
Choose a tag to compare

This is a patch release to bump Erlang and fwup to their latest patch releases.

v1.13.5

03 Dec 02:28
Compare
Choose a tag to compare
  • Bug fixes

    • rpi-userland is now available for Raspberry Pi's in 64-bit mode. This fixes
      pullup/pulldown support in circuits_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.
  • 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. See erlinit for details.
  • Package updates