summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-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>"