Skip to content

Commit

Permalink
fix(release): added known issue text to release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Bode <eric.bode@foundries.io>
  • Loading branch information
StealthyCoder authored and kprosise committed Feb 2, 2024
1 parent 1c6d3af commit cb64ea7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/release-notes/rn_v92.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Things to be aware of when :ref:`updating LmP <ref-linux-update>` from the v91 r

Please also check the respective vendor BSP release notes for more information.

Known Issues
------------

There is now a known issue with regards to ``fioconfig`` and the handler it executes whenever the config is changed.
The handler in question ``aktualizr-toml-update`` currently expects a default location for the ``sota.toml`` file.
However if the directory that contains the ``sota.toml`` is changed due to configuration, this may result in an error
thrown by the handler stating it cannot find ``sota.toml``, whenever running a ``fioconfig`` change. This has been patched
in the following `commit`_. That patch will ensure the handler from then on uses whichever directory has been configured
to hold the ``sota.toml`` file.

New Features
------------

Expand Down Expand Up @@ -71,3 +81,5 @@ General Updates

.. _v92 changelog:
https://foundries.io/products/releases/92/
.. _commit:
https://github.com/foundriesio/meta-lmp/commit/294c684386b7e463b21dcfa56c62d10224b9dfff

0 comments on commit cb64ea7

Please sign in to comment.