From b288fa475a39066fd1706bfce5bf01ebefdebd54 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 25 Nov 2013 06:43:38 -0800 Subject: [PATCH] dev-manual: Added note about naming your distribution Added a small note in the section where you create your own distribution to be clear about where the name is set. Reported-by: Robert P. J. Day (From yocto-docs rev: a2ce7d82eb7f3edbaebce65c73e6ae3c0c921152) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index fdab97dd86..aaa72cc19d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2552,7 +2552,14 @@ the conf/distro directory of your layer. You need to name it using your distribution name - (e.g. mydistro.conf). + (e.g. mydistro.conf). + + The + DISTRO + variable in your + local.conf file determines the + name of your distribution. + You can split out parts of your configuration file into include files and then "require" them from within your distribution configuration file.