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:18:56 +0000 | 
| commit | 376eb53eb187900eb715c4d0ac9a3ddc35ff33ba (patch) | |
| tree | 3bf62d69ab266a0864db2d2f9d8bbe473f5866ff /documentation/ref-manual | |
| parent | 3623ba9ad02efc496b0edf0fdf299dc108835d12 (diff) | |
| download | poky-376eb53eb187900eb715c4d0ac9a3ddc35ff33ba.tar.gz | |
ref-manual: Added terminal class.
(From yocto-docs rev: 790e9e108c028decddc4b10bb96e6cf0dc8e65e2)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -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 | ||
