From 376eb53eb187900eb715c4d0ac9a3ddc35ff33ba Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 10:50:13 -0600 Subject: [PATCH] ref-manual: Added terminal class. (From yocto-docs rev: 790e9e108c028decddc4b10bb96e6cf0dc8e65e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 @@ +
+ <filename>terminal.bbclass</filename> + + + The terminal class provides support for starting + a terminal session. + The + OE_TERMINAL + variable controls which terminal emulator is used for the session. + + + + You can use this class anywhere a separate terminal session needs to + be started. + To use the class, include the + patch + class if + PATCHRESOLVE + is set to "user", include the + cml1 + class, and include the + devshell + class. + +
+
Adding Users - <filename>useradd.bbclass</filename>