Skip to content
Snippets Groups Projects
Commit f29497e0 authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

flatpak: Clarify versioning policy

https://phabricator.apertis.org/T8169



Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
parent 18ab4cc5
No related branches found
No related tags found
1 merge request!411flatpak: Clarify versioning policy
Pipeline #349278 passed with warnings
...@@ -50,7 +50,8 @@ $ flatpak --user install \ ...@@ -50,7 +50,8 @@ $ flatpak --user install \
{{% notice warning %}} {{% notice warning %}}
During installation you may be prompted for which version to install. Due to During installation you may be prompted for which version to install. Due to
incompatibilities between flatpak versions, it is highly recommended you select incompatibilities between flatpak versions, it is highly recommended you select
the version corresponding to the Apertis version your system is running. the version corresponding to the Apertis version your system is running (see
[Versioning]({{< ref "#versioning" >}}) for more information).
{{% /notice %}} {{% /notice %}}
Finally, the demo application can be run by executing the following Finally, the demo application can be run by executing the following
...@@ -60,6 +61,15 @@ command: ...@@ -60,6 +61,15 @@ command:
$ flatpak run org.apertis.hmi.gnome_font_viewer $ flatpak run org.apertis.hmi.gnome_font_viewer
``` ```
## Versioning
The reference runtimes and included demos are built for each stable Apertis
release, starting with v2022. Use of a runtime version *older* than the host
version is supported, such as running or developing with runtime v2022 on
Apertis v2023. However, using runtimes *newer* than your Apertis release (e.g.
using v2023 on a v2022 system) is **not** supported, because newer runtimes may
depend on Flatpak functionality that is not available in older Apertis releases.
# Runtime Creation # Runtime Creation
The reference Apertis runtimes are built using The reference Apertis runtimes are built using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment