diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-23 12:50:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:32 +0100 |
commit | 3bff581146fb9b538a87a74f16533c82c12a4d4b (patch) | |
tree | deebc08c4de5cc1cf6f737726bb08f0b6d322e7a /documentation/ref-manual/ref-tasks.xml | |
parent | a87268ebbe4afa5dcaa4ca1b3ce668090fc3ff3b (diff) | |
download | poky-3bff581146fb9b538a87a74f16533c82c12a4d4b.tar.gz |
ref-manual: Added descriptions for 5 new variables and 2 tasks.
Fixes [YOCTO #8019]
Added new descriptions for five kernel variables and two tasks.
(From yocto-docs rev: 834aebb75dce1c905b1e0f142d0d7de6bb44e7d4)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 59b4d9607a..21403c072c 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -619,6 +619,15 @@ | |||
619 | </para> | 619 | </para> |
620 | </section> | 620 | </section> |
621 | 621 | ||
622 | <section id='ref-tasks-kernel_metadata'> | ||
623 | <title><filename>do_kernel_metadata</filename></title> | ||
624 | |||
625 | <para> | ||
626 | Collects kernel metadata for a | ||
627 | <filename>linux-yocto</filename> style kernel. | ||
628 | </para> | ||
629 | </section> | ||
630 | |||
622 | <section id='ref-tasks-menuconfig'> | 631 | <section id='ref-tasks-menuconfig'> |
623 | <title><filename>do_menuconfig</filename></title> | 632 | <title><filename>do_menuconfig</filename></title> |
624 | 633 | ||
@@ -638,6 +647,14 @@ | |||
638 | </para> | 647 | </para> |
639 | </section> | 648 | </section> |
640 | 649 | ||
650 | <section id='ref-tasks-shared_workdir'> | ||
651 | <title><filename>do_shared_workdir</filename></title> | ||
652 | |||
653 | <para> | ||
654 | Creates the shared working directory for the kernel. | ||
655 | </para> | ||
656 | </section> | ||
657 | |||
641 | <section id='ref-tasks-sizecheck'> | 658 | <section id='ref-tasks-sizecheck'> |
642 | <title><filename>do_sizecheck</filename></title> | 659 | <title><filename>do_sizecheck</filename></title> |
643 | 660 | ||