mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
sdk-manual: fix broken references
Detected by running: git grep "^[\ ]*\" section" | grep -v "\`" (From yocto-docs rev: 1e4909304a7e04fa707633b58c5e0d68a67d353a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9385815965
commit
7a9b74e9d2
@@ -74,9 +74,9 @@ adjustments:
|
||||
is set using the "?=" operator. Consequently, you will need to
|
||||
either define the entire list by using the "=" operator, or you
|
||||
will need to append a value using either "_append" or the "+="
|
||||
operator. You can learn more about these operators in the "
|
||||
Basic Syntax
|
||||
" section of the BitBake User Manual.
|
||||
operator. You can learn more about these operators in the
|
||||
":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`"
|
||||
section of the BitBake User Manual.
|
||||
|
||||
.
|
||||
|
||||
@@ -350,9 +350,9 @@ in most cases.
|
||||
If you set
|
||||
SDK_EXT_TYPE
|
||||
to "minimal", then providing a shared state mirror is mandatory so
|
||||
that items can be installed as needed. See the "
|
||||
Providing Additional Installable Extensible SDK Content
|
||||
" section for more information.
|
||||
that items can be installed as needed. See the
|
||||
:ref:`sdk-manual/appendix-customizing:providing additional installable extensible sdk content`
|
||||
section for more information.
|
||||
|
||||
You can explicitly control whether or not to include the toolchain when
|
||||
you build an SDK by setting the
|
||||
|
||||
Reference in New Issue
Block a user