From 89b6819fdb76415dce35a97f28ff2103cdf8dc6e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 6 Mar 2013 10:28:37 -0800 Subject: dev-manual: Created list for other layer mods for other distros The final paragraph of the "Creating Your Own Distribution" really should have been in list form and should have some cross-refs for other parts of the manual. The paragraph is now in list form and there are some references. (From yocto-docs rev: 02c4b2e99a3237d1506887659be0e67d6b000648) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 36 +++++++++++++--------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d6f21a7e01..073897378c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2097,20 +2097,28 @@ Add More to the Layer if Necessary: Use your layer to hold other information needed for the - distribution. - You can add recipes for installing distro-specific - configuration files that are not already - installed by another recipe. - If you have distro-specific configuration files that are - included by an existing recipe, you should add a - .bbappend for those. - You should add any image recipes that are specific to your - distribution. - You should add a psplash append file - for a branded splash screen. - Finally, be sure to add any other append files to make - custom changes that are specific to individual recipes. - + distribution: + + Add recipes for installing + distro-specific configuration files that are not + already installed by another recipe. + If you have distro-specific configuration files + that are included by an existing recipe, you should + add a .bbappend for those. + For general information on how to add recipes to + your layer, see the "Creating Your Own Layer" + section. + Add any image recipes that are specific + to your distribution. + Add a psplash + append file for a branded splash screen. + For information on append files, see the + "Using .bbappend Files" + section. + Add any other append files to make + custom changes that are specific to individual + recipes. + -- cgit v1.2.3-54-g00ecf