From 2a173ade624b5fd5a661d6ca33866405956c6693 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 10:50:13 -0600 Subject: ref-manual: Added terminal class. (From yocto-docs rev: 756d44806d82963775e604dc01aeec5e9e4fe812) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'documentation') 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> -- cgit v1.2.3-54-g00ecf