mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3623ba9ad0
commit
376eb53eb1
@@ -2583,6 +2583,32 @@
|
|||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id='ref-classes-terminal'>
|
||||||
|
<title><filename>terminal.bbclass</filename></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The <filename>terminal</filename> class provides support for starting
|
||||||
|
a terminal session.
|
||||||
|
The
|
||||||
|
<link linkend='var-OE_TERMINAL'><filename>OE_TERMINAL</filename></link>
|
||||||
|
variable controls which terminal emulator is used for the session.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
You can use this class anywhere a separate terminal session needs to
|
||||||
|
be started.
|
||||||
|
To use the class, include the
|
||||||
|
<link linkend='ref-classes-patch'><filename>patch</filename></link>
|
||||||
|
class if
|
||||||
|
<link linkend='var-PATCHRESOLVE'><filename>PATCHRESOLVE</filename></link>
|
||||||
|
is set to "user", include the
|
||||||
|
<link linkend='ref-classes-cml1'><filename>cml1</filename></link>
|
||||||
|
class, and include the
|
||||||
|
<link linkend='ref-classes-devshell'><filename>devshell</filename></link>
|
||||||
|
class.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id='ref-classes-useradd'>
|
<section id='ref-classes-useradd'>
|
||||||
<title>Adding Users - <filename>useradd.bbclass</filename></title>
|
<title>Adding Users - <filename>useradd.bbclass</filename></title>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user