summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/appendix-customizing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index 23a437eb9d..d6bca44947 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -286,9 +286,8 @@ source, you need to do a number of things:
286 ESDK_LOCALCONF_ALLOW = "SSTATE_MIRRORS" 286 ESDK_LOCALCONF_ALLOW = "SSTATE_MIRRORS"
287 287
288 - Alternatively, if you just want to set the :term:`SSTATE_MIRRORS` 288 - Alternatively, if you just want to set the :term:`SSTATE_MIRRORS`
289 variable's value for the SDK alone, create a 289 variable's value for the SDK alone, create a ``conf/sdk-extra.conf``
290 ``conf/sdk-extra.conf`` file either in your 290 file either in your :term:`Build Directory` or within any
291 :term:`Build Directory` or within any
292 layer and put your :term:`SSTATE_MIRRORS` setting within that file. 291 layer and put your :term:`SSTATE_MIRRORS` setting within that file.
293 292
294 .. note:: 293 .. note::