Skip to content

Commit 31190ab

Browse files
committed
Remove outdated references to past versions
Removed references to versions v91 and prior were appropriate. This commit applies to issue FFTK-4448, "Review Documentation for v96" Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
1 parent 6c09600 commit 31190ab

5 files changed

Lines changed: 10 additions & 24 deletions

File tree

source/reference-manual/linux/linux-lmp-fs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Important Files and Folders
8787
8888
``/var/sota/sota.toml``: Stores relevant OTA information, like Tag, Apps, custom configurations, certificates location and server address.
8989

90-
``/var/sota/reset-apps``: Holds preloaded apps if :ref:`ug-restorable-apps` are used (default since LmP **v85**).
90+
``/var/sota/reset-apps``: Holds preloaded apps if :ref:`ug-restorable-apps` are used (default).
9191

9292
``/var/sota/compose-apps``: Apps are extracted to this location during app loading.
9393
It holds preloaded apps if Compose Apps are used.

source/reference-manual/linux/linux-oss-compliance.rst

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ When using secure boot, the hardware is configured only to execute a complete bo
4848

4949
.. warning:: There are other examples of why a license should be avoided or chosen. Advice from a lawyer is recommended.
5050

51-
.. note:: Another option to meet the GPLv3 requirement when using hardware configured with secure boot,
51+
.. note::
52+
Another option to meet the GPLv3 requirement when using hardware configured with secure boot,
5253
is providing either a way of disabling secure boot or the keys when requested.
5354

54-
When using LmP there are two variables that can be used for blocking licenses, ``INCOMPATIBLE_LICENSE`` and ``IMAGE_LICENSE_CHECKER_ROOTFS_DENYLIST`` [1]_.
55+
When using LmP there are two variables that can be used for blocking licenses, ``INCOMPATIBLE_LICENSE`` and ``IMAGE_LICENSE_CHECKER_ROOTFS_DENYLIST``
5556
Both of these variables list the licenses by SPDX identifier.
5657

5758
INCOMPATIBLE_LICENSE
5859
""""""""""""""""""""
5960

60-
Add to the ``build/conf/local.conf`` or to the distro the following line [2]_:
61-
61+
Add to the ``build/conf/local.conf`` or to the distro the following line:
6262
.. code-block:: none
6363
6464
INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*"
@@ -90,8 +90,7 @@ Another important difference is that this class prevents the installation of the
9090

9191
This class can be reviewed at `image-license-checker`_.
9292

93-
Add to the LmP Factory customization file ``meta-subscriber-overrides/conf/machine/include/lmp-factory-custom.inc`` the lines from `ci-scripts` [3]_.
94-
93+
Add to the LmP Factory customization file ``meta-subscriber-overrides/conf/machine/include/lmp-factory-custom.inc`` the lines from ``ci-scripts`` [1]_..
9594
Using this configuration to build ``lmp-factory-image`` results in the following error:
9695

9796
.. code-block:: console
@@ -142,15 +141,7 @@ In this case, the error message guides on which package to target.
142141

143142
.. _image-license-checker: https://github.com/foundriesio/meta-lmp/blob/main/meta-lmp-base/classes/image-license-checker.bbclass
144143

145-
146144
.. rubric:: Footnotes
147145

148-
.. [1] Since **v87**,
149-
the variable ``IMAGE_LICENSE_CHECKER_ROOTFS_DENYLIST``
150-
replaces
151-
``IMAGE_LICENSE_CHECKER_ROOTFS_BLACKLIST``.
152-
.. [2] Since **v87**,
153-
the contents of ``INCOMPATIBLE_LICENSE`` has changed,
154-
as a consequence of the Kirkstone SPDX tags change.
155-
.. [3] The list of license strings follows the SPDX standard and may vary.
146+
.. [1] The list of license strings follows the SPDX standard and may vary.
156147
Consult the up-to-date code https://github.com/foundriesio/ci-scripts/blob/master/lmp/bb-config.sh#L189-L192.

source/reference-manual/linux/toolchain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Toolchain
55

66
The default toolchain used in ``openembedded-core`` is ``gcc``, but this is configurable.
77
The ``clang`` toolchain is provided by ``meta-clang``, and can be set globally or per recipe.
8-
Since version **v89**, the LmP uses ``clang`` as the default compiler, and ``llvm`` as the default runtime.
8+
The LmP uses ``clang`` as the default compiler, and ``llvm`` as the default runtime.
99

1010
.. code-block::
1111

source/reference-manual/security/ff-security-summary.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,3 @@ Additional information can be found in :ref:`ref-ota-security`.
120120

121121
.. note::
122122
**(*)** Can be selected at Factory creation or changed later.
123-
124-
Factories created before **v89** use ``RSA 4096`` by default and can switch to use ``Ed25519``.

source/user-guide/containers-and-docker/container-preloading.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ making sure to set the appropriate values for ``app_type`` and ``oe_builtin`` (s
5555
All the Target's apps are preloaded if not specified or empty.
5656
Here, it is set to preload the ``shellhttpd`` app.
5757
- ``app_type`` - Defines the type of Apps to preload.
58-
If not defined, or set to an empty value, the ``app_type`` preload will depend on the LmP version.
59-
If the LmP version is **v85** or newer, then `restorable` type is preloaded, otherwise `compose` type is used.
60-
See :ref:`ug-restorable-apps`.
6158
- ``oe_builtin`` - *Optional*: Preload Apps during an OE build CI run. Should be left disabled/undefined for most machines.
6259

6360
.. note::
@@ -108,7 +105,7 @@ Checking the Preloaded Image
108105
Restorable Type
109106
~~~~~~~~~~~~~~~
110107

111-
Restorable apps are enabled by default on LmP v85+.
108+
Restorable apps are enabled by default.
112109

113110
On your device, switch to root and list the files in the folder ``/var/sota/reset-apps``.
114111

@@ -141,7 +138,7 @@ Try to start the preloaded Restorable Apps manually using `aklite-apps`:
141138
# aklite-apps run [--apps <a comma separated list of Apps>]
142139
143140
.. note::
144-
``app_type`` is set to ``restorable`` by default since LmP **v85**.
141+
``app_type`` is set to ``restorable`` by default.
145142
If ``compose`` app type is set, then the preloaded apps are located under ``/var/sota/compose-apps/<app>``.
146143
Here is an example using ``shellhttpd`` preloaded app:
147144

0 commit comments

Comments
 (0)