summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-09-10 08:12:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:43 +0100
commitab7f117b094b6de8c57ed5649002c15f28860932 (patch)
treedee0ae762545a7e3d17caca19a10fea607f8fd50 /documentation/dev-manual
parent79fd7f1b25656f381d3079bb5b571c171044dceb (diff)
downloadpoky-ab7f117b094b6de8c57ed5649002c15f28860932.tar.gz
dev-manual: Added a second EXTERNALSRC example.
Added a new example on how to set this from the recipe or the recipe's bbappend file. (From yocto-docs rev: bc0d9de3378f3462729301e74419b7dede17558b) 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')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
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