diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 10:50:13 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:17:53 +0000 |
commit | 2a173ade624b5fd5a661d6ca33866405956c6693 (patch) | |
tree | b6242cabe0b5a645fb712cbbb259172654438abe /documentation | |
parent | 99f680264d82162a0579c17d5123209de246ec03 (diff) | |
download | poky-2a173ade624b5fd5a661d6ca33866405956c6693.tar.gz |
ref-manual: Added terminal class.
(From yocto-docs rev: 756d44806d82963775e604dc01aeec5e9e4fe812)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index fa3d8d7df1..39fd5cf696 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2583,6 +2583,32 @@ | |||
2583 | </para> | 2583 | </para> |
2584 | </section> | 2584 | </section> |
2585 | 2585 | ||
2586 | <section id='ref-classes-terminal'> | ||
2587 | <title><filename>terminal.bbclass</filename></title> | ||
2588 | |||
2589 | <para> | ||
2590 | The <filename>terminal</filename> class provides support for starting | ||
2591 | a terminal session. | ||
2592 | The | ||
2593 | <link linkend='var-OE_TERMINAL'><filename>OE_TERMINAL</filename></link> | ||
2594 | variable controls which terminal emulator is used for the session. | ||
2595 | </para> | ||
2596 | |||
2597 | <para> | ||
2598 | You can use this class anywhere a separate terminal session needs to | ||
2599 | be started. | ||
2600 | To use the class, include the | ||
2601 | <link linkend='ref-classes-patch'><filename>patch</filename></link> | ||
2602 | class if | ||
2603 | <link linkend='var-PATCHRESOLVE'><filename>PATCHRESOLVE</filename></link> | ||
2604 | is set to "user", include the | ||
2605 | <link linkend='ref-classes-cml1'><filename>cml1</filename></link> | ||
2606 | class, and include the | ||
2607 | <link linkend='ref-classes-devshell'><filename>devshell</filename></link> | ||
2608 | class. | ||
2609 | </para> | ||
2610 | </section> | ||
2611 | |||
2586 | <section id='ref-classes-useradd'> | 2612 | <section id='ref-classes-useradd'> |
2587 | <title>Adding Users - <filename>useradd.bbclass</filename></title> | 2613 | <title>Adding Users - <filename>useradd.bbclass</filename></title> |
2588 | 2614 | ||