From 9a51d0a9d5b5b80756bd3b4562fd2abea6b3f9ef Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 7 Mar 2013 04:54:41 -0800 Subject: [PATCH] dev-manual: Applied review comments to creating distro section Applied two comments sent by Paul Eggleton. (From yocto-docs rev: d3b61e07b5b9db6a582c76f66a984b9f27812a6f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1db35c6d7d..69a42542da 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2017,7 +2017,7 @@ Creating Your Own Distribution - When you build a Linux Yocto image using the Yocto Project and + When you build an image using the Yocto Project and do not alter any distribution Metadata, you are creating a Poky distribution. @@ -2093,7 +2093,9 @@ set your DISTRO variable to point to your distribution's configuration file. - Here is an example: + For example, if your distribution's configuration file is + named mydistro.conf, then you point + to it as follows: DISTRO = "mydistro"