summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-18 11:44:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 12:14:59 +0100
commit8f2d8c2061d3dd0dc08ba7b70a10b417e94e62e7 (patch)
treec4255e45c7cdab4555f697d9a4284dd9e7fb6a9f /documentation/ref-manual/ref-classes.xml
parent04c611290c1574ea97c960363b15823c382b2b1f (diff)
downloadpoky-8f2d8c2061d3dd0dc08ba7b70a10b417e94e62e7.tar.gz
ref-manual: Fleshed out the do_compile task.
Fixes [YOCTO #9964] Added more detailed information to the do_compile task. Also, provided some information about oe_runmake in the base.bbclass refrence. Finally, put some detail in the "Shared State" section concerning do_deploy[dirs]. (From yocto-docs rev: 5d0612a57cc8e035a2194ada21e65055ef2b8a2e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index e919bd7eb3..c58c56755b 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -194,7 +194,14 @@
194 class or the 194 class or the
195 <link linkend='ref-classes-package'><filename>package</filename></link> 195 <link linkend='ref-classes-package'><filename>package</filename></link>
196 class. 196 class.
197 </para>
198
199 <para>
197 The class also contains some commonly used functions such as 200 The class also contains some commonly used functions such as
201 <filename>oe_runmake</filename>, which runs
202 <filename>make</filename> with the arguments specified in
203 <link linkend='var-EXTRA_OEMAKE'><filename>EXTRA_OEMAKE</filename></link>
204 variable as well as the arguments passed directly to
198 <filename>oe_runmake</filename>. 205 <filename>oe_runmake</filename>.
199 </para> 206 </para>
200</section> 207</section>