From 0f77c9ae2bb4ec6916adcfe1b19d0bf34c40bf49 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 11 Nov 2019 11:19:51 +0100 Subject: docs: Update descriptions of agl-sota. Corrected the layers required for the agl-sota feature. Backported from halibut but adapted for rocko dependencies. Signed-off-by: Patrick Vacek Change-Id: I5a464fe600e9502348cbaf3d314a69fbf10358ce --- README.md | 24 ++++++++++++------------ meta-agl-demo.md | 21 ++++++++++++++------- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index c8d86760..afae7ba1 100644 --- a/README.md +++ b/README.md @@ -84,24 +84,24 @@ 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 : rocko + > tested revision: 7b7636399184d2aba30b51c8423d29bdc24e2273 + + * `meta-updater-qemux86-64` + > URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/ + > branch : rocko + > tested revision: 697632ddd98ed7ae3dbd0bd84abb04079767bc56 * `meta-openembedded` > layer : meta-openembedded - > branch : jethro - > tested revision: 8ab04afbffb4bc5184cfe0655049de6f44269990 + > branch : rocko + > tested revision: eae996301d9c097bcbeb8046f08041dc82bb62f8 * 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` * The feature `agl-netboot` has these dependenies: * `meta-agl/meta-netboot` diff --git a/meta-agl-demo.md b/meta-agl-demo.md index 411d2366..12a44969 100755 --- a/meta-agl-demo.md +++ b/meta-agl-demo.md @@ -63,29 +63,36 @@ dependencies: - URI: https://git.yoctoproject.org/cgit/cgit.cgi/meta-security - Branch: "rocko"

-* 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: "guppy" **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: "guppy"

+ - URI: https://github.com/advancedtelematic/meta-updater/ + - Branch: "rocko"

+ +* Here Technologies' `meta-updater-qemux86-64` Layer: + + - URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/ + - Branch: "rocko"

* OpenEmbedded's `meta-openembedded` Layer: - URI: https://github.com/openembedded/meta-openembedded - Branch: "rocko" - In particular, the `meta-openembedded` layer depends on the - `meta-filesystems` sub-layer. + Specifically, out of `meta-openembedded`, these sub-layers are used: + + - `meta-filesystems` + - `meta-oe`

**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: "guppy" -- cgit 1.2.3-korg