diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 8573581caf..7a326543d8 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7263,6 +7263,16 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
7263 | </para> | 7263 | </para> |
7264 | 7264 | ||
7265 | <para> | 7265 | <para> |
7266 | This next example shows how to accomplish the same thing by setting | ||
7267 | <filename>EXTERNALSRC</filename> in the recipe itself or in the | ||
7268 | recipe's append file: | ||
7269 | <literallayout class='monospaced'> | ||
7270 | EXTERNALSRC = "<replaceable>path</replaceable>" | ||
7271 | EXTERNALSRC_BUILD = "<replaceable>path</replaceable>" | ||
7272 | </literallayout> | ||
7273 | </para> | ||
7274 | |||
7275 | <para> | ||
7266 | By default, <filename>externalsrc.bbclass</filename> builds | 7276 | By default, <filename>externalsrc.bbclass</filename> builds |
7267 | the source code in a directory separate from the external source | 7277 | the source code in a directory separate from the external source |
7268 | directory as specified by | 7278 | directory as specified by |