From fef5feca1c89e5b2510549ad94066e775ff5c8dc Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 21 May 2024 14:54:19 +0100 Subject: [PATCH] docs: add webOS as users of libostree Updated the README.md to include information about webOS, an OS for smart devices such as smart TVs, which from version 2.0.0 supports Firmware-Over-the-Air (FOTA) based on libostree. Added relevant links for further details on webOS and FOTA setup. Signed-off-by: Eric Curtin --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc85a32075..8b554fc0c1 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ uses rpm-ostree as well. [Red Hat In-Vehicle Operating System](https://www.redhat.com/en/blog/new-standard-red-hat-vehicle-operating-system-modern-and-future-vehicles) is a derivative of CentOS Automotive Stream Distribution that uses OSTree, it's closest Fedora derivative is Fedora IoT although it was created as it's own distribution. +[webOS](https://www.webosose.org/) is an OS for smart devices such as +smart TVs. From version 2.0.0, webOS Open Source Edition (OSE) supports +[Firmware-Over-the-Air (FOTA)](https://www.webosose.org/docs/guides/setup/setting-up-fota/) +based on libostree. + [GNOME Continuous](https://wiki.gnome.org/Projects/GnomeContinuous) is where OSTree was born - as a high performance continuous delivery/testing system for GNOME.