summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index ab7879b..97b9987 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,11 +1,11 @@
1= meta-updater 1= meta-updater
2:toc: macro 2:toc: macro
3:toc-title: 3:toc-title:
4:meta-updater-github-url: https://github.com/advancedtelematic/meta-updater/blob/master/ 4:meta-updater-github-url: https://github.com/advancedtelematic/meta-updater/tree/master/
5 5
6ifndef::env-github[:meta-updater-github-url:] 6ifndef::env-github[:meta-updater-github-url:]
7 7
8Meta-updater is a link:https://www.yoctoproject.org/software-overview/layers/[Yocto layer] that enables over-the-air updates (OTA) with https://github.com/ostreedev/ostree[OSTree] and https://github.com/advancedtelematic/aktualizr[Aktualizr]. 8Meta-updater is a link:https://www.yoctoproject.org/software-overview/layers/[Yocto layer] that enables over-the-air updates (OTA) with https://github.com/ostreedev/ostree[OSTree] and https://github.com/advancedtelematic/aktualizr[Aktualizr] -- the default client for link:https://www.here.com/products/automotive/ota-technology[HERE OTA Connect].
9 9
10https://github.com/ostreedev/ostree[OSTree] is a tool for atomic full file system upgrades with rollback capability. OSTree has several advantages over traditional dual-bank systems, but the most important one is that it minimizes network bandwidth and data storage footprint by sharing files with the same contents across file system deployments. 10https://github.com/ostreedev/ostree[OSTree] is a tool for atomic full file system upgrades with rollback capability. OSTree has several advantages over traditional dual-bank systems, but the most important one is that it minimizes network bandwidth and data storage footprint by sharing files with the same contents across file system deployments.
11 11
@@ -13,6 +13,9 @@ https://github.com/advancedtelematic/aktualizr[Aktualizr] (and https://github.co
13 13
14[discrete] 14[discrete]
15== Table of Contents 15== Table of Contents
16
17The following documentation focuses on tasks that involve the meta-updater layer. If you want to get an idea of the overall developer workflow in OTA Connect, see the link:https://docs.ota.here.com/ota-client/dev/index.html[OTA Connect Developer Guide].
18
16* xref:{meta-updater-github-url}docs/modules/ROOT/pages/build.adoc[Build] 19* xref:{meta-updater-github-url}docs/modules/ROOT/pages/build.adoc[Build]
17+ 20+
18Learn how to use this layer to build a basic disk image and add it to your own Yocto project. 21Learn how to use this layer to build a basic disk image and add it to your own Yocto project.