1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

manuals: introduce 'yocto_sstate' extlink

(From yocto-docs rev: f428c8d3bb12bfdb2b2afb03e0e6b80e28fd0e62)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2021-10-07 11:41:46 +02:00
committed by Richard Purdie
parent 6910fceb7a
commit 8c5c32619a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 The previous examples showed how to add sstate paths for Yocto Project
&YOCTO_DOC_VERSION_MINUS_ONE;, &YOCTO_DOC_VERSION;, and a development &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 #. **Start the Build:** Continue with the following command to build an OS
image for the target, which is ``core-image-sato`` in this example: image for the target, which is ``core-image-sato`` in this example:
+1
View File
@@ -79,6 +79,7 @@ extlinks = {
'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
'yocto_docs': ('https://docs.yoctoproject.org%s', None), 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%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_home': ('https://www.openembedded.org%s', None),
'oe_lists': ('https://lists.openembedded.org%s', None), 'oe_lists': ('https://lists.openembedded.org%s', None),
'oe_git': ('https://git.openembedded.org%s', None), 'oe_git': ('https://git.openembedded.org%s', None),