From 5112dbd23dba18e334f605fd1eec3c50f83e1d23 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Jun 2014 09:46:19 +0300 Subject: dev-manual: Edits to "Creating a Custom Template Configuration Directory" Fixes [YOCTO #5895] Some minor edits to the section. I found a grammar error and a mis-wording. (From yocto-docs rev: 86e85512279a1379d9b30825d6af3e508faa320a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 a5cefe499f..76f50345e3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -4352,7 +4352,7 @@ Gateways via their Web Interfaces" The OpenEmbedded build system uses the environment variable - TEMPLATECONF locate the directory + TEMPLATECONF to locate the directory from which it gathers configuration information that ultimately ends up in the Build Directory's @@ -4362,8 +4362,8 @@ Gateways via their Web Interfaces" TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf} - This is the directory that the build system finds templates - with which to build some key configuration files. + This is the directory used by the build system to find templates + from which to build some key configuration files. If you look at this directory, you will see the bblayers.conf.sample, local.conf.sample, and -- cgit v1.2.3-54-g00ecf