diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7f2bbc336e..e44cdff83f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2349,7 +2349,7 @@ Poky distribution. If you wish to gain more control over package alternative selections, compile-time options, and other low-level - configuration, you can create your own distribution. + configurations, you can create your own distribution. @@ -2368,8 +2368,11 @@ configurations in a local.conf configuration file makes it easier to reproduce the same build configuration when using multiple build machines. + See the + "Creating a General Layer Using the yocto-layer Script" + section for information on how to quickly set up a layer. - Create the Distribution Configuration File: + Create the distribution configuration file: The distribution configuration file needs to be created in the conf/distro directory of your layer. @@ -2412,15 +2415,15 @@ or configuration files from other distributions such as Poky or Angstrom as references. - Provide Miscellaneous Variables: - Be sure to define any other variable for which you want to + Provide miscellaneous variables: + Be sure to define any other variables for which you want to create a default or enforce as part of the distribution configuration. You can include nearly any variable from the local.conf file. The variables you use are not limited to the list in the previous bulleted item. - Point to Your Distribution Configuration File: + Point to Your distribution configuration file: In your local.conf file in the Build Directory, set your @@ -2432,7 +2435,7 @@ DISTRO = "mydistro" - Add More to the Layer if Necessary: + Add more to the layer if necessary: Use your layer to hold other information needed for the distribution: