From 8f2d8c2061d3dd0dc08ba7b70a10b417e94e62e7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 18 Jul 2016 11:44:56 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/ref-manual/ref-classes.xml') 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 @@ class or the package class. + + + The class also contains some commonly used functions such as + oe_runmake, which runs + make with the arguments specified in + EXTRA_OEMAKE + variable as well as the arguments passed directly to oe_runmake. -- cgit v1.2.3-54-g00ecf