summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-18 17:34:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:42 +0000
commit432138a30acaf9011de8ff1714edbaf83ef3f6be (patch)
tree3d3da79821076eebfe44067bb29879ae30c37aa3
parent24ee5fa913104cba01c796559bf3e5315f7c1722 (diff)
downloadpoky-432138a30acaf9011de8ff1714edbaf83ef3f6be.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml15
1 files 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 @@
3595 <para>Your configuration file needs to set the following 3595 <para>Your configuration file needs to set the following
3596 required variables: 3596 required variables:
3597 <literallayout class='monospaced'> 3597 <literallayout class='monospaced'>
3598 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_NAME'><filename>DISTRO_NAME</filename></ulink> [required] 3598 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_NAME'><filename>DISTRO_NAME</filename></ulink>
3599 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_VERSION'><filename>DISTRO_VERSION</filename></ulink> [required] 3599 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_VERSION'><filename>DISTRO_VERSION</filename></ulink>
3600 </literallayout> 3600 </literallayout>
3601 These following variables are optional and you typically 3601 These following variables are optional and you typically
3602 set them from the distribution configuration file: 3602 set them from the distribution configuration file:
3603 <literallayout class='monospaced'> 3603 <literallayout class='monospaced'>
3604 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink> [optional] 3604 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>
3605 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_EXTRA_RDEPENDS'><filename>DISTRO_EXTRA_RDEPENDS</filename></ulink> [optional] 3605 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_EXTRA_RDEPENDS'><filename>DISTRO_EXTRA_RDEPENDS</filename></ulink>
3606 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_EXTRA_RRECOMMENDS'><filename>DISTRO_EXTRA_RRECOMMENDS</filename></ulink> [optional] 3606 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_EXTRA_RRECOMMENDS'><filename>DISTRO_EXTRA_RRECOMMENDS</filename></ulink>
3607 <ulink url='&YOCTO_DOCS_REF_URL;#var-TCLIBC'><filename>TCLIBC</filename></ulink> [optional] 3607 <ulink url='&YOCTO_DOCS_REF_URL;#var-TCLIBC'><filename>TCLIBC</filename></ulink>
3608 </literallayout> 3608 </literallayout>
3609 <tip> 3609 <tip>
3610 If you want to base your distribution configuration file 3610 If you want to base your distribution configuration file
@@ -3648,7 +3648,8 @@
3648 already installed by another recipe. 3648 already installed by another recipe.
3649 If you have distro-specific configuration files 3649 If you have distro-specific configuration files
3650 that are included by an existing recipe, you should 3650 that are included by an existing recipe, you should
3651 add a <filename>.bbappend</filename> for those. 3651 add an append file (<filename>.bbappend</filename>)
3652 for those.
3652 For general information and recommendations 3653 For general information and recommendations
3653 on how to add recipes to your layer, see the 3654 on how to add recipes to your layer, see the
3654 "<link linkend='creating-your-own-layer'>Creating Your Own Layer</link>" 3655 "<link linkend='creating-your-own-layer'>Creating Your Own Layer</link>"