From 432138a30acaf9011de8ff1714edbaf83ef3f6be Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 18 Mar 2014 17:34:53 -0600 Subject: dev-manual: Read-thru edits to "Creating Your Own Distribution" Eliminated the redundant [required] and [optional] side-notes for some variables. Minor fix to re-word use of "append files". (From yocto-docs rev: 9db7059c9b95871cf876d6d75f8377de943bff85) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ef801d616d..775a3d872a 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3595,16 +3595,16 @@ Your configuration file needs to set the following required variables: - DISTRO_NAME [required] - DISTRO_VERSION [required] + DISTRO_NAME + DISTRO_VERSION These following variables are optional and you typically set them from the distribution configuration file: - DISTRO_FEATURES [optional] - DISTRO_EXTRA_RDEPENDS [optional] - DISTRO_EXTRA_RRECOMMENDS [optional] - TCLIBC [optional] + DISTRO_FEATURES + DISTRO_EXTRA_RDEPENDS + DISTRO_EXTRA_RRECOMMENDS + TCLIBC If you want to base your distribution configuration file @@ -3648,7 +3648,8 @@ 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. + add an append file (.bbappend) + for those. For general information and recommendations on how to add recipes to your layer, see the "Creating Your Own Layer" -- cgit v1.2.3-54-g00ecf