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"