From bff185f6252751a97dcdf7ddfe86b808a714fdc5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Sep 2014 10:05:28 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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" EXTERNALSRC = "path" EXTERNALSRC_BUILD = "path" + + In order for these settings to take effect, you must globally + or locally inherit the + externalsrc + class. +