summaryrefslogtreecommitdiffstats
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
parent79fd7f1b25656f381d3079bb5b571c171044dceb (diff)
downloadast2050-yocto-poky-ab7f117b094b6de8c57ed5649002c15f28860932.zip
ast2050-yocto-poky-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>
-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 8573581..7a32654 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>
</para>
<para>
+ This next example shows how to accomplish the same thing by setting
+ <filename>EXTERNALSRC</filename> in the recipe itself or in the
+ recipe's append file:
+ <literallayout class='monospaced'>
+ EXTERNALSRC = "<replaceable>path</replaceable>"
+ EXTERNALSRC_BUILD = "<replaceable>path</replaceable>"
+ </literallayout>
+ </para>
+
+ <para>
By default, <filename>externalsrc.bbclass</filename> builds
the source code in a directory separate from the external source
directory as specified by
OpenPOWER on IntegriCloud