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-07-28 18:02:29 +0100 |
| commit | 744893b5d248f6b5257860d8c9f5981ba0ae0b6b (patch) | |
| tree | a0f27bc1086b0d74e0a2fd68373774d4a0d09ccd /documentation/ref-manual | |
| parent | 64d74562a19093ed56b63e8bc89e0b30de9bd311 (diff) | |
| download | poky-744893b5d248f6b5257860d8c9f5981ba0ae0b6b.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: b21d73acb23e0e3b78cff332fdc4a09166eb7392)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -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>. |
