Releases: nerves-project/nerves_system_x86_64
v1.20.2
- Updated dependencies
v1.20.1
-
Fixes
- Fix a Buildroot configuration error that caused a non-Nerves GCC 11.2
toolchain to be used instead of the Nerves GCC 11.3 toolchain. Due to an ABI
difference, NIFs and ports wouldn't work.
- Fix a Buildroot configuration error that caused a non-Nerves GCC 11.2
-
Changes
- Write to the end of the data partition when writing complete images. This
makes it possible to use the data partition in qemu without additional work.
- Write to the end of the data partition when writing complete images. This
-
Updated dependencies
- Linux 5.4.204
v1.20.0
This release updates to Buildroot 2022.05 and uses GCC 11.3 (from GCC 10.3).
- Updated dependencies
v1.19.0
This release updates to Buildroot 2022.02.1 and OTP 25.0. While this should be
an easy update for most projects, many programs have been updated. Please review
the changes in the updated dependencies for details.
- Updated dependencies
v1.18.4
This release bumps Erlang to 24.3.2 and should be a low risk upgrade from the
previous release.
- Updated dependencies
v1.18.3
This is a Buildroot and Erlang bug and security fix release. It should be a low
risk upgrade from the previous release.
- Updated dependencies
v1.18.2
This is a Buildroot and Erlang bug fix release. It should be a low risk upgrade
from the previous release.
-
Updated dependencies
-
Changes
- Specify CPU-specific flags when compiling NIFs and ports. This fixes an
issue where some optimizations could not be enabled in NIFs even though it
should be possible to have them. E.g., ARM NEON support for CPUs that have
it.
- Specify CPU-specific flags when compiling NIFs and ports. This fixes an
v1.18.1
-
Updated dependencies
-
Changes
- Programs that use OpenMP will run now. The OpenMP shared library
(libgomp.so
) was supplied by the toolchain, but not copied.
- Programs that use OpenMP will run now. The OpenMP shared library
v1.18.0
This release updates to Buildroot 2021.11 and OTP 24.2. If you have made a
custom system, please review the nerves_system_br
release
notes.
-
Updated dependencies
-
Improvements
- Support for the
dl.nerves-project.org
backup site. Due to a GitHub outage
in November, there was a 2 day period of failing builds since some packages
could not be downloaded. We implemented the backup site to prevent this in
the future. This update is in thenerves_defconfig
. - Use new build ORB on CircleCI. This ORB will shorten build times to fit in
CircleCI's new free tier limits. Please update if building your own systems.
- Support for the
v1.17.3
- Updated dependencies