summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-15 22:45:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:35 +0100
commit1c9db6ef7f239dc097ee4d9ef6922d93c3c3c711 (patch)
treebf949c6941cca5045b36a5208f00c733f05361a5
parent90a47a9c5bee7645f80e3e277085f13977e71a35 (diff)
downloadpoky-1c9db6ef7f239dc097ee4d9ef6922d93c3c3c711.tar.gz
sphinx: ref-tasks: Add populate_sdk_ext task definition
(From yocto-docs rev: 0d4cc867c3faa0144ed5a2aaa2698a6f693a2404) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-tasks.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst
index 44463f2236..dcdff05dce 100644
--- a/documentation/ref-manual/ref-tasks.rst
+++ b/documentation/ref-manual/ref-tasks.rst
@@ -382,6 +382,17 @@ Creates the file and directory structure for an installable SDK. See the
382section in the Yocto Project Overview and Concepts Manual for more 382section in the Yocto Project Overview and Concepts Manual for more
383information. 383information.
384 384
385.. _ref-tasks-populate_sdk_ext:
386
387``do_populate_sdk_ext``
388-----------------------
389
390Creates the file and directory structure for an installable extensible
391SDK (eSDK). See the ":ref:`sdk-generation-dev-environment`"
392section in the Yocto Project Overview and Concepts Manual for more
393information.
394
395
385.. _ref-tasks-populate_sysroot: 396.. _ref-tasks-populate_sysroot:
386 397
387``do_populate_sysroot`` 398``do_populate_sysroot``