diff options
-rw-r--r-- | README.md | 24 | ||||
-rwxr-xr-x | meta-agl-demo.md | 21 |
2 files changed, 26 insertions, 19 deletions
@@ -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 411d23663..12a449696 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"<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: "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"<br/><br/> + - URI: https://github.com/advancedtelematic/meta-updater/ + - Branch: "rocko"<br/><br/> + +* Here Technologies' `meta-updater-qemux86-64` Layer: + + - URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/ + - Branch: "rocko"<br/><br/> * 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`<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: "guppy" |