diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-05-12 18:48:30 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:11:37 +0100 |
| commit | ddefb0a380d240184863deb39ea66332539aa5b5 (patch) | |
| tree | 0e35e0226d0df25fb8d372d3f705b3e97ab5d36b | |
| parent | f23f27d47ee85c76e4f7b004a3ad09e1220cac4f (diff) | |
| download | poky-ddefb0a380d240184863deb39ea66332539aa5b5.tar.gz | |
ref-manual: Updated EXTRA_IMAGE_FEATURES variable
Added better wording to show that you use spaces to separate
multiple features.
(From yocto-docs rev: 5bbfda659be29b0014d25391680c1f9e4f3866d1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fac6d9046b..131babf4bf 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -3652,7 +3652,12 @@ | |||
| 3652 | <glossdef> | 3652 | <glossdef> |
| 3653 | <para role="glossdeffirst"> | 3653 | <para role="glossdeffirst"> |
| 3654 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 3654 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 3655 | The list of additional features to include in an image. | 3655 | A list of additional features to include in an image. |
| 3656 | When listing more than one feature, separate them with | ||
| 3657 | a space. | ||
| 3658 | </para> | ||
| 3659 | |||
| 3660 | <para> | ||
| 3656 | Typically, you configure this variable in your | 3661 | Typically, you configure this variable in your |
| 3657 | <filename>local.conf</filename> file, which is found in the | 3662 | <filename>local.conf</filename> file, which is found in the |
| 3658 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 3663 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
