From d4d158f82ca5dca93f087d54d8f8185c31590160 Mon Sep 17 00:00:00 2001 From: Vinod Ahuja Date: Thu, 26 Jan 2023 16:59:52 -0600 Subject: [PATCH] Fixing all the Yocto links Fixing all the broken Yocto links through out the documentation. Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja Change-Id: I1af1c7171cfb7d3f5f6233fd77ef0d1c0097d071 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28436 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../04_Initializing_Your_Build_Environment.md | 16 ++++++++-------- docs/04_Developer_Guides/02_AGL_Layers/02_meta_agl.md | 2 +- docs/07_How_To_Contribute/09_Contribution_Checklist.md | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md b/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md index efe7001..62a33e4 100644 --- a/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md +++ b/docs/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md @@ -160,7 +160,7 @@ Following are brief descriptions of the AGL features you can specify on the sdcards. Needs additional setup. * **agl-ptest**: Enables - [Ptest](https://yoctoproject.org/docs/3.1.4/dev-manual/dev-manual.html#testing-packages-with-ptest) + [Ptest](https://docs.yoctoproject.org/dev-manual/common-tasks.html#testing-packages-with-ptest) as part of the build. * **agl-demo**: Enables the layers meta-agl-demo and meta-qt5. @@ -246,10 +246,10 @@ You can find lots of information on configuring builds in the Yocto Project documentation set. Here are some references if you want to dig into configuration further: -* [Customizing Images Using local.conf](https://yoctoproject.org/docs/3.1.4/dev-manual/dev-manual.html#usingpoky-extend-customimage-localconf) -* [Local](https://yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#ref-varlocality-config-local) -* [build/conf/local.conf](https://yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#structure-build-conf-local.conf) -* [build/conf/bblayers.conf](https://yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#structure-build-conf-bblayers.conf) -* [BBLAYERS](https://yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#var-BBLAYERS) -* [User Configuration](https://yoctoproject.org/docs/3.1.4/ref-manual/ref-manual.html#user-configuration) -* [Enabling Your Layer](https://yoctoproject.org/docs/3.1.4/dev-manual/dev-manual.html#enabling-your-layer) +* [Customizing Images Using local.conf](https://docs.yoctoproject.org/dev-manual/common-tasks.html#customizing-images-using-local-conf) +* [Local](https://docs.yoctoproject.org/ref-manual/varlocality.html#local) +* [build/conf/local.conf](https://docs.yoctoproject.org/ref-manual/structure.html#build-conf-local-conf) +* [build/conf/bblayers.conf](https://docs.yoctoproject.org/ref-manual/structure.html#build-conf-bblayers-conf) +* [BBLAYERS](https://docs.yoctoproject.org/ref-manual/variables.html#term-BBLAYERS) +* [User Configuration](https://docs.yoctoproject.org/ref-manual/structure.html#build) +* [Enabling Your Layer](https://docs.yoctoproject.org/dev-manual/common-tasks.html#enabling-your-layer) diff --git a/docs/04_Developer_Guides/02_AGL_Layers/02_meta_agl.md b/docs/04_Developer_Guides/02_AGL_Layers/02_meta_agl.md index 28ba02a..b8813a1 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/02_meta_agl.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/02_meta_agl.md @@ -81,7 +81,7 @@ in `meta-agl`: ## Packagegroups This section describes the AGL -[packagegroup](https://yoctoproject.org/docs/3.1.4/dev-manual/dev-manual.html#usingpoky-extend-customimage-customtasks) +[packagegroup](https://docs.yoctoproject.org/dev-manual/common-tasks.html#customizing-images-using-custom-package-groups) design: * packagegroup-agl-image-minimal diff --git a/docs/07_How_To_Contribute/09_Contribution_Checklist.md b/docs/07_How_To_Contribute/09_Contribution_Checklist.md index 7d86ada..89052e8 100644 --- a/docs/07_How_To_Contribute/09_Contribution_Checklist.md +++ b/docs/07_How_To_Contribute/09_Contribution_Checklist.md @@ -47,7 +47,7 @@ title: Contribution Checklist - [ ] Code contributions submitted need to have a Sign-off-by! (Follow [**DCO**](https://developercertificate.org/).) ## Yocto/OE - - [ ] Recipes need to follow the guidelines of : [**new-recipe-writing-a-new-recipe**](https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#new-recipe-writing-a-new-recipe). + - [ ] Recipes need to follow the guidelines of : [**new-recipe-writing-a-new-recipe**](https://docs.yoctoproject.org/dev/dev-manual/new-recipe.html#following-recipe-style-guidelines). - [ ] Recipes follow the [**bitbake style guide**](https://www.openembedded.org/wiki/Styleguide). - [ ] Your 'meta-*' layer needs to pass the yocto-check-layer tool. @@ -57,4 +57,4 @@ title: Contribution Checklist - [ ] Issues are to be discussed in the EG first. - [ ] Consent needs to be reached. - [ ] Gerrit commits need two upvotes (not from authors!) to be merged. - - [ ] Uploads should be 'ready for review' or marked 'WIP'. \ No newline at end of file + - [ ] Uploads should be 'ready for review' or marked 'WIP'. -- 2.16.6