From ab7f117b094b6de8c57ed5649002c15f28860932 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Sep 2014 08:12:49 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ -7262,6 +7262,16 @@ Gateways via their Web Interfaces" + + This next example shows how to accomplish the same thing by setting + EXTERNALSRC in the recipe itself or in the + recipe's append file: + + EXTERNALSRC = "path" + EXTERNALSRC_BUILD = "path" + + + By default, externalsrc.bbclass builds the source code in a directory separate from the external source -- cgit v1.2.3-54-g00ecf