diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 07:31:36 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:53 +0000 |
| commit | 39eaf3031fd02137862fda3134d6dff211aec6a7 (patch) | |
| tree | 6fff24e21c3b341ddc6820125701209b20a2a849 | |
| parent | 00652a816e608b1bc381529ba3888adb7795ec45 (diff) | |
| download | poky-39eaf3031fd02137862fda3134d6dff211aec6a7.tar.gz | |
ref-manual: Added scons class and EXTRA_OESCONS variable.
(From yocto-docs rev: 463f9a6ee677033725756e7d5e9c3de3b445408d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 13 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index f97929c208..e23340fb6d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -1679,6 +1679,19 @@ | |||
| 1679 | </para> | 1679 | </para> |
| 1680 | </section> | 1680 | </section> |
| 1681 | 1681 | ||
| 1682 | <section id='ref-classes-scons'> | ||
| 1683 | <title><filename>scons.bbclass</filename></title> | ||
| 1684 | |||
| 1685 | <para> | ||
| 1686 | The <filename>scons</filename> class supports recipes that need to | ||
| 1687 | build software that uses the SCons build system. | ||
| 1688 | You can use the | ||
| 1689 | <link linkend='var-EXTRA_OESCONS'><filename>EXTRA_OESCONS</filename></link> | ||
| 1690 | variable to specify additional configuration options you want to pass | ||
| 1691 | SCons command line. | ||
| 1692 | </para> | ||
| 1693 | </section> | ||
| 1694 | |||
| 1682 | <section id='ref-classes-distutils'> | 1695 | <section id='ref-classes-distutils'> |
| 1683 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1696 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
| 1684 | 1697 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 44ef461728..c5030727f9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -1803,6 +1803,17 @@ | |||
| 1803 | </glossdef> | 1803 | </glossdef> |
| 1804 | </glossentry> | 1804 | </glossentry> |
| 1805 | 1805 | ||
| 1806 | <glossentry id='var-EXTRA_OESCONS'><glossterm>EXTRA_OESCONS</glossterm> | ||
| 1807 | <glossdef> | ||
| 1808 | <para> | ||
| 1809 | When a recipe inherits the | ||
| 1810 | <link linkend='ref-classes-scons'><filename>scons</filename></link> | ||
| 1811 | class, this variable specifies additional configuration | ||
| 1812 | options you want to pass to the SCon command line. | ||
| 1813 | </para> | ||
| 1814 | </glossdef> | ||
| 1815 | </glossentry> | ||
| 1816 | |||
| 1806 | <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm> | 1817 | <glossentry id='var-EXTRA_QMAKEVARS_POST'><glossterm>EXTRA_QMAKEVARS_POST</glossterm> |
| 1807 | <glossdef> | 1818 | <glossdef> |
| 1808 | <para> | 1819 | <para> |
