diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 15:52:53 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:22 +0000 |
commit | bfb6cd84f1c526f4df966e3602c048bb86b57dc2 (patch) | |
tree | 345d2d592d0967f9d21a900a92bc6cb233f07906 | |
parent | 010d18250dd124885473f5c007f35126639e6b59 (diff) | |
download | poky-bfb6cd84f1c526f4df966e3602c048bb86b57dc2.tar.gz |
ref-manual: Edits to externalsrc class.
(From yocto-docs rev: 08c18fa4fc354972e9898bd3eb10e9aa6b96532d)
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 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index eaab17258d..be68fce8ee 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2850,8 +2850,8 @@ | |||
2850 | <title><filename>externalsrc.bbclass</filename></title> | 2850 | <title><filename>externalsrc.bbclass</filename></title> |
2851 | 2851 | ||
2852 | <para> | 2852 | <para> |
2853 | You can use this class to build software from source code that is | 2853 | The <filename>externalsrc</filename> class supports building software |
2854 | external to the OpenEmbedded build system. | 2854 | from source code that is external to the OpenEmbedded build system. |
2855 | Building software from an external source tree means that the build | 2855 | Building software from an external source tree means that the build |
2856 | system's normal fetch, unpack, and patch process is not used. | 2856 | system's normal fetch, unpack, and patch process is not used. |
2857 | </para> | 2857 | </para> |
@@ -2861,7 +2861,7 @@ | |||
2861 | <link linkend='var-S'><filename>S</filename></link> and | 2861 | <link linkend='var-S'><filename>S</filename></link> and |
2862 | <link linkend='var-B'><filename>B</filename></link> variables to | 2862 | <link linkend='var-B'><filename>B</filename></link> variables to |
2863 | locate unpacked recipe source code and to build it, respectively. | 2863 | locate unpacked recipe source code and to build it, respectively. |
2864 | When your recipe inherits <filename>externalsrc.bbclass</filename>, | 2864 | When your recipe inherits the <filename>externalsrc</filename> class, |
2865 | you use the | 2865 | you use the |
2866 | <link linkend='var-EXTERNALSRC'><filename>EXTERNALSRC</filename></link> | 2866 | <link linkend='var-EXTERNALSRC'><filename>EXTERNALSRC</filename></link> |
2867 | and | 2867 | and |
@@ -2881,19 +2881,19 @@ | |||
2881 | <literallayout class='monospaced'> | 2881 | <literallayout class='monospaced'> |
2882 | ${WORKDIR}/${BPN}/{PV}/ | 2882 | ${WORKDIR}/${BPN}/{PV}/ |
2883 | </literallayout> | 2883 | </literallayout> |
2884 | See the glossary entries for the | 2884 | See these variables for more information: |
2885 | <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>, | 2885 | <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>, |
2886 | <link linkend='var-BPN'><filename>BPN</filename></link>, | 2886 | <link linkend='var-BPN'><filename>BPN</filename></link>, and |
2887 | <link linkend='var-PV'><filename>PV</filename></link>, | 2887 | <link linkend='var-PV'><filename>PV</filename></link>, |
2888 | </para> | 2888 | </para> |
2889 | 2889 | ||
2890 | <para> | 2890 | <para> |
2891 | For more information on | 2891 | For more information on the |
2892 | <filename>externalsrc.bbclass</filename>, see the comments in | 2892 | <filename>externalsrc</filename> class, see the comments in |
2893 | <filename>meta/classes/externalsrc.bbclass</filename> in the | 2893 | <filename>meta/classes/externalsrc.bbclass</filename> in the |
2894 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 2894 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. |
2895 | For information on how to use <filename>externalsrc.bbclass</filename>, | 2895 | For information on how to use the <filename>externalsrc</filename> |
2896 | see the | 2896 | class, see the |
2897 | "<ulink url='&YOCTO_DOCS_DEV_URL;#building-software-from-an-external-source'>Building Software from an External Source</ulink>" | 2897 | "<ulink url='&YOCTO_DOCS_DEV_URL;#building-software-from-an-external-source'>Building Software from an External Source</ulink>" |
2898 | section in the Yocto Project Development Manual. | 2898 | section in the Yocto Project Development Manual. |
2899 | </para> | 2899 | </para> |