From 8c5c32619ab3b4a3ce867db4dc9a67e636611cf3 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 7 Oct 2021 11:41:46 +0200 Subject: manuals: introduce 'yocto_sstate' extlink (From yocto-docs rev: f428c8d3bb12bfdb2b2afb03e0e6b80e28fd0e62) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/brief-yoctoprojectqs/index.rst | 2 +- documentation/conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index c299df3b6a..c0419531e2 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -256,7 +256,7 @@ an entire Linux distribution, including the toolchain, from source. The previous examples showed how to add sstate paths for Yocto Project &YOCTO_DOC_VERSION_MINUS_ONE;, &YOCTO_DOC_VERSION;, and a development - area. For a complete index of sstate locations, see http://sstate.yoctoproject.org/. + area. For a complete index of sstate locations, see :yocto_sstate:`/`. #. **Start the Build:** Continue with the following command to build an OS image for the target, which is ``core-image-sato`` in this example: diff --git a/documentation/conf.py b/documentation/conf.py index 25ff290ae2..8e0847938e 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -79,6 +79,7 @@ extlinks = { 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), 'yocto_docs': ('https://docs.yoctoproject.org%s', None), 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None), + 'yocto_sstate': ('http://sstate.yoctoproject.org%s', None), 'oe_home': ('https://www.openembedded.org%s', None), 'oe_lists': ('https://lists.openembedded.org%s', None), 'oe_git': ('https://git.openembedded.org%s', None), -- cgit v1.2.3-54-g00ecf