docs: Add aktualizr and TorizonCore to related projects
authorJon Oster <jon.oster@toradex.com>
Fri, 19 Aug 2022 14:27:01 +0000 (16:27 +0200)
committerJon Oster <jon.oster@toradex.com>
Fri, 19 Aug 2022 14:27:01 +0000 (16:27 +0200)
Signed-off-by: Jon Oster <jon.oster@toradex.com>
README.md

index 6a51482b6fb16c40c4916b5c1f8098b513d8e51e..d0232e7fc69beacb0952ad1ea3128af32ab6e328 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,6 +73,8 @@ their host system as well as Flatpak.
 [Liri OS](https://liri.io/download/silverblue/) has the option to install
 their distribution using ostree.
 
+[TorizonCore](https://developer.toradex.com/torizon/working-with-torizon/torizoncore-technical-overview/) is a Linux distribution for embedded systems that updates via OSTree images delivered via [Uptane](https://uptane.github.io/) and [aktualizr](https://github.com/uptane/aktualizr/).
+
 ## Distribution build tools
 
 [meta-updater](https://github.com/advancedtelematic/meta-updater) is
@@ -109,6 +111,8 @@ use the "libostree host system" aspects (e.g. bootloader management), just the
 "git-like hardlink dedup". For example, Flatpak supports a per-user OSTree
 repository.
 
+[aktualizr](https://github.com/uptane/aktualizr/) is an [Uptane](https://uptane.github.io/)-conformant software update client library intended for use in automotive and other security-sensitive embedded devices. It uses OSTree to manage the OS of the host device by default.
+
 ## Language bindings
 
 libostree is accessible via [GObject Introspection](https://gi.readthedocs.io/en/latest/);