diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5403f20b6f..f9bbddd724 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -428,6 +428,14 @@ | |||
428 | variable to specify additional configuration options to be passed | 428 | variable to specify additional configuration options to be passed |
429 | using the <filename>cmake</filename> command line. | 429 | using the <filename>cmake</filename> command line. |
430 | </para> | 430 | </para> |
431 | |||
432 | <para> | ||
433 | On the occasion that you would be installing custom CMake toolchain | ||
434 | files supplied by the application being built, you should install them | ||
435 | to the preferred CMake Module directory: | ||
436 | <filename>${D}${datadir}/cmake/</filename> Modules during | ||
437 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink>. | ||
438 | </para> | ||
431 | </section> | 439 | </section> |
432 | 440 | ||
433 | <section id='ref-classes-cml1'> | 441 | <section id='ref-classes-cml1'> |