diff options
author | 2025-01-13 12:01:36 +0100 | |
---|---|---|
committer | 2025-01-14 09:02:26 +0000 | |
commit | 3c3ba5e5927ac5607439f18f95f09592519053a1 (patch) | |
tree | af4c00d740033dc8a623148a108cca43fbb75811 /docs/04_Developer_Guides | |
parent | d511041028a87e8569c98dfb2f4e034563973f3f (diff) |
Batch update for Super Salmon M3salmon_19.0.0salmon_18.94.0salmon_18.93.0salmon/19.0.0salmon/18.94.0salmon/18.93.019.0.018.94.018.93.0salmon
Update the documentation after branching for Milestone 3.
Bug-AGL: SPEC-5333
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I04aa470eb53ed937e893445b4b029e24a7b8d12b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30759
Diffstat (limited to 'docs/04_Developer_Guides')
-rw-r--r-- | docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md | 2 | ||||
-rw-r--r-- | docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md | 57 |
2 files changed, 9 insertions, 50 deletions
diff --git a/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md b/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md index 895d025..db341d4 100644 --- a/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md +++ b/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md @@ -2,6 +2,8 @@ title: Setting Up AGL SDK --- +FIXME! + AGL provides a pre-built ready-made Software Development Kit (SDK) to help quickstart the service and application development process. diff --git a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md index 7aae87c..114a453 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md @@ -22,22 +22,16 @@ The `meta-agl-demo` layer has the following base dependencies: - Yocto Project Release: - URI: git://git.yoctoproject.org/poky - - Branch: "kirkstone" - - Tested Revision: See the - [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) - manifest file for the `AGL-repo` repository for revision information. + - Branch: "scarthgap" - AGL `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl - - Branch: "master" + - Branch: "salmon" - OpenEmbedded `meta-openembedded` Layer: - - Branch: "thud" - - Tested Revision: See the - [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) - manifest file for the `AGL-repo` repository for revision information. + - Branch: "scarthgap" Specifically, out of `meta-openembedded`, these sub-layers are used: @@ -46,14 +40,11 @@ The `meta-agl-demo` layer has the following base dependencies: - `meta-networking` - `meta-python` -- Yocto Project `meta-qt5` Layer from the +- Yocto Project `meta-qt6` Layer from the [OpenEmbedded Layer Index](https://layers.openembedded.org/layerindex/branch/master/layers/): - - URI: https://github.com/meta-qt5/meta-qt5.git - - Branch: "kirkstone" - - Tested Revision: See the - [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) - manifest file for the `AGL-repo` repository for revision information. + - URI: https://code.qt.io/yocto/meta-qt6 + - Branch: "6.7" ### Hardware Dependencies @@ -73,47 +64,13 @@ dependencies: - URI: https://git.yoctoproject.org/cgit/cgit.cgi/meta-security - Branch: "master" - - Tested Revision: See the - [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) - manifest file for the `AGL-repo` repository for revision information. - -- 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" - -**The `agl-sota` Feature:** - -- Here Technologies' `meta-updater` Layer: - - - URI: https://github.com/advancedtelematic/meta-updater/ - - Branch: "kirkstone" - -- Here Technologies' `meta-updater-qemux86-64` Layer: - - - URI: https://github.com/advancedtelematic/meta-updater-qemux86-64/ - - Branch: "kirkstone" - -- OpenEmbedded's `meta-openembedded` Layer: - - - URI: https://github.com/openembedded/meta-openembedded - - Branch: "kirkstone" - - Tested Revision: See the - [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) - manifest file for the `AGL-repo` repository for revision information. - - Specifically, out of `meta-openembedded`, these sub-layers are used: - - - `meta-filesystems` - - `meta-oe` - - `meta-python` **The `agl-netboot` Feature:** - AGL's `meta-netboot` Layer within the `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git - - Branch: "master" + - Branch: "salmon" ## Maintenance |