diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-09-26 07:08:46 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:37:42 +0100 |
| commit | 70faf99920d040a8d049bcec53ced9bbc4dc8277 (patch) | |
| tree | 9a555a888986e272628222c6796c06fc26d4e457 | |
| parent | 0369712563d9c147f81b1c505f9d6b0646269789 (diff) | |
| download | poky-70faf99920d040a8d049bcec53ced9bbc4dc8277.tar.gz | |
ref-manual: Updated the IMAGE_BOOT_FILES variable.
This is a space-separated list and not a comma-separated list.
(From yocto-docs rev: 23cf09ac128289e878bbc056e28060008ab5217c)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5ff05c8e7e..22b8f2e03e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -3260,7 +3260,7 @@ | |||
| 3260 | <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm> | 3260 | <glossentry id='var-IMAGE_BOOT_FILES'><glossterm>IMAGE_BOOT_FILES</glossterm> |
| 3261 | <glossdef> | 3261 | <glossdef> |
| 3262 | <para> | 3262 | <para> |
| 3263 | A comma-separated list of files installed into the | 3263 | A space-separated list of files installed into the |
| 3264 | boot partition when preparing an image. | 3264 | boot partition when preparing an image. |
| 3265 | By default, the files are installed under the same name as | 3265 | By default, the files are installed under the same name as |
| 3266 | the source files. | 3266 | the source files. |
