summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-11-11 11:19:51 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-19 16:41:56 +0000
commit40d3bcf14728d53a3ab9df790b4eee8f6296bc65 (patch)
tree23d9b9ab965d9703f3ca474df296ab7582b31486
parentd8222a239eb57a6a48cadb3f9385b0e5beba38f2 (diff)
docs: Update descriptions of agl-sota.icefish_8.99.1icefish/8.99.18.99.1
Corrected the layers required for the agl-sota feature. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> Change-Id: I5a464fe600e9502348cbaf3d314a69fbf10358ce
-rw-r--r--README.md25
-rwxr-xr-xmeta-agl-demo.md22
2 files changed, 28 insertions, 19 deletions
diff --git a/README.md b/README.md
index c8d86760..847c773b 100644
--- a/README.md
+++ b/README.md
@@ -84,24 +84,25 @@ URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-renesas
> branch : master
* The feature `agl-sota` has these dependencies:
- * `meta-agl-extra/meta-sota`
- > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git
- > branch : master
+ * `meta-updater`
+ > URI: https://github.com/advancedtelematic/meta-updater/
+ > branch : thud
+ > tested revision: e4dd74565f429b576e84972d12cc1ae2048be119
+
+ * `meta-updater-qemux86-64`
+ > URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/
+ > branch : thud
+ > tested revision: 214e14c4c45625842e542eebd696f903060d488f
* `meta-openembedded`
> layer : meta-openembedded
- > branch : jethro
- > tested revision: 8ab04afbffb4bc5184cfe0655049de6f44269990
+ > branch : thud
+ > tested revision: 9b3b907f30b0d5b92d58c7e68289184fda733d3e
* specifically:
* `meta-openembedded/meta-filesystems`
- * `meta-openembedded/meta-ruby`
-
-
- * `meta-rust`
- > URI: https://github.com/konsulko/meta-rust
- > branch : jethro
- > tested revision: 395cde581938d862abb6a9219c0118c81cf01da2
+ * `meta-openembedded/meta-oe`
+ * `meta-openembedded/meta-python`
* The feature `agl-netboot` has these dependenies:
* `meta-agl/meta-netboot`
diff --git a/meta-agl-demo.md b/meta-agl-demo.md
index 43a41ad3..c7b11de9 100755
--- a/meta-agl-demo.md
+++ b/meta-agl-demo.md
@@ -75,17 +75,22 @@ dependencies:
manifest file for the `AGL-repo` repository for revision
information.<br/><br/>
-* AGL's `meta-app-framework` Layer Within the `meta-agl` Layer:
+* AGL's `meta-app-framework` Layer within the `meta-agl` Layer:
- URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git
- Branch: "master"<br/><br/>
**The `agl-sota` Feature:**
-* AGL's `meta-sota` Layer Within the `meta-agl-extra` Layer:
+* Here Technologies' `meta-updater` Layer:
- - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git
- - Branch: "master"<br/><br/>
+ - URI: https://github.com/advancedtelematic/meta-updater/
+ - Branch: "thud"<br/><br/>
+
+* Here Technologies' `meta-updater-qemux86-64` Layer:
+
+ - URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/
+ - Branch: "thud"<br/><br/>
* OpenEmbedded's `meta-openembedded` Layer:
@@ -95,12 +100,15 @@ dependencies:
manifest file for the `AGL-repo` repository for revision
information.
- In particular, the `meta-openembedded` layer depends on the
- `meta-filesystems` sub-layer.<br/><br/>
+ Specifically, out of `meta-openembedded`, these sub-layers are used:
+
+ - `meta-filesystems`
+ - `meta-oe`
+ - `meta-python`<br/><br/>
**The `agl-netboot` Feature:**
-* AGL's `meta-netboot` Layer Within the `meta-agl` Layer:
+* AGL's `meta-netboot` Layer within the `meta-agl` Layer:
- URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git
- Branch: "master"