summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/appendix-customizing.rst
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-02 10:38:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 23:11:28 +0100
commit2ee595026628bacbb548ecfb4fd32698b1db0319 (patch)
treec9920b55950689baa6ddcb9eab64e4bb60bcd115 /documentation/sdk-manual/appendix-customizing.rst
parentea613c8f70d5e87a6327d52d935b8646a8fe3077 (diff)
downloadpoky-2ee595026628bacbb548ecfb4fd32698b1db0319.tar.gz
sdk-manual: describe how to use extensible SDK functionality directly in a Yocto build
(From yocto-docs rev: 7e1b2e4238c2260fd74295dd208ec774e0e6bf68) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index 9a76cc59d6..23a437eb9d 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -1,11 +1,17 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK 1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2 2
3****************************** 3***************************************************
4Customizing the Extensible SDK 4Customizing the Extensible SDK standalone installer
5****************************** 5***************************************************
6 6
7This appendix describes customizations you can apply to the extensible 7This appendix describes customizations you can apply to the extensible
8SDK. 8SDK when using in the standalone installer version.
9
10.. note::
11
12 It is also possible to use the Extensible SDK functionality directly in a
13 Yocto build, avoiding separate installer artefacts. Please refer to
14 ":ref:`sdk-manual/extensible:Installing the Extensible SDK`"
9 15
10Configuring the Extensible SDK 16Configuring the Extensible SDK
11============================== 17==============================