diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 9fc3a3ccd7..4683322763 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -809,6 +809,16 @@ | |||
809 | <filename>INHERIT</filename> to inherit a class effectively | 809 | <filename>INHERIT</filename> to inherit a class effectively |
810 | inherits the class globally (i.e. for all recipes). | 810 | inherits the class globally (i.e. for all recipes). |
811 | </note> | 811 | </note> |
812 | If you want to use the directive to inherit | ||
813 | multiple classes, you can provide them on the same line in the | ||
814 | <filename>local.conf</filename> file. | ||
815 | Use spaces to separate the classes. | ||
816 | The following example shows how to inherit both the | ||
817 | <filename>autotools</filename> and <filename>pkgconfig</filename> | ||
818 | classes: | ||
819 | <literallayout class='monospaced'> | ||
820 | inherit autotools pkgconfig | ||
821 | </literallayout> | ||
812 | </para> | 822 | </para> |
813 | </section> | 823 | </section> |
814 | </section> | 824 | </section> |