diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-18 14:29:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-27 21:03:22 +0000 |
commit | 76072eaa8e87f7d2f276b4b5d4778f2c882e5c34 (patch) | |
tree | 6aed8c797311348df86a60ca5cd8dc7d02e0cf49 | |
parent | ab18cca2dc65a2d40b92a4c27e114f4ce0b7e074 (diff) | |
download | poky-76072eaa8e87f7d2f276b4b5d4778f2c882e5c34.tar.gz |
bitbake: user-manual-metadata: Add section about INHERIT
(Bitbake rev: f2ffe0365df7aa9c7d6c57b6bff8a5bbed198bfb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/user-manual/user-manual-metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bitbake/doc/user-manual/user-manual-metadata.xml b/bitbake/doc/user-manual/user-manual-metadata.xml index c38c542a10..9bdf2766fb 100644 --- a/bitbake/doc/user-manual/user-manual-metadata.xml +++ b/bitbake/doc/user-manual/user-manual-metadata.xml | |||
@@ -380,6 +380,15 @@ | |||
380 | </para> | 380 | </para> |
381 | </section> | 381 | </section> |
382 | 382 | ||
383 | <section id='inherit-configuration-directive'> | ||
384 | <title><filename>INHERIT</filename> Configuration Directive</title> | ||
385 | |||
386 | <para> | ||
387 | This configuration directive causes the named class to be inherited | ||
388 | at this point during parsing. | ||
389 | This variable is only valid in configuration files. | ||
390 | </para> | ||
391 | </section> | ||
383 | </section> | 392 | </section> |
384 | 393 | ||
385 | <section id='defining-python-functions-into-the-global-python-namespace'> | 394 | <section id='defining-python-functions-into-the-global-python-namespace'> |