summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml26
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