summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-06 19:09:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commitf417d3274c427908c43f8cd20e797609450a3724 (patch)
treeb09dd3addc6a43f1711573ee66db7c5445bc2d72 /documentation/sdk-manual
parentf3adc7a899b85101238b24989ebf824a6066f9fa (diff)
downloadpoky-f417d3274c427908c43f8cd20e797609450a3724.tar.gz
manuals: add missing references to variables
[YOCTO #14508] (From yocto-docs rev: 7878a21be8fb6c7a1ab88ae44aa5f7bf0079391a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index dfd51bda1c..45ad54fd76 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -73,8 +73,7 @@ adjustments:
73 73
74 .. note:: 74 .. note::
75 75
76 The default value of 76 The default value of :term:`ESDK_CLASS_INHERIT_DISABLE`
77 ESDK_CLASS_INHERIT_DISABLE
78 is set using the "?=" operator. Consequently, you will need to 77 is set using the "?=" operator. Consequently, you will need to
79 either define the entire list by using the "=" operator, or you 78 either define the entire list by using the "=" operator, or you
80 will need to append a value using either ":append" or the "+=" 79 will need to append a value using either ":append" or the "+="