diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-09-10 10:05:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 13:04:44 +0100 |
commit | bff185f6252751a97dcdf7ddfe86b808a714fdc5 (patch) | |
tree | 3805900c8959c2ee3232ca5e80eada604b88a54e /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 2acf47b6e670dee0af495641f99552dbb4ccbce9 (diff) | |
download | poky-bff185f6252751a97dcdf7ddfe86b808a714fdc5.tar.gz |
dev-manual: Added a note to the EXTERNALSRC example about the class
Added a short note after the example that shows how to set up
the EXTERNALSRC variables stating that the externalsrc class
needs to be either globally or locally inherited.
(From yocto-docs rev: db935135c0b060e06f6a63530df995d286002598)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0922e62b95..e7d7503e9a 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7270,6 +7270,12 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
7270 | EXTERNALSRC = "<replaceable>path</replaceable>" | 7270 | EXTERNALSRC = "<replaceable>path</replaceable>" |
7271 | EXTERNALSRC_BUILD = "<replaceable>path</replaceable>" | 7271 | EXTERNALSRC_BUILD = "<replaceable>path</replaceable>" |
7272 | </literallayout> | 7272 | </literallayout> |
7273 | <note> | ||
7274 | In order for these settings to take effect, you must globally | ||
7275 | or locally inherit the | ||
7276 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-externalsrc'><filename>externalsrc</filename></ulink> | ||
7277 | class. | ||
7278 | </note> | ||
7273 | </para> | 7279 | </para> |
7274 | 7280 | ||
7275 | <para> | 7281 | <para> |