From 8995214e4705e5ef09721ae3a3878ce2414da97b 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: f08fef284cb57cfc982b1fd3b4ca1b6fe5b883cb) 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 b533e0d281..67d3ee2f23 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3283,7 +3283,14 @@ the details. 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.