summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-11 06:55:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:22:51 +0100
commite63348fb8cc827d0472981e80e9884ceaafc9ffd (patch)
tree158a489a20dd1d680f4b575a6ad8edc3a6f813ab
parent0055a7ed6bc3368ec6c923e24c3081d7815a61e4 (diff)
downloadast2050-yocto-poky-e63348fb8cc827d0472981e80e9884ceaafc9ffd.zip
ast2050-yocto-poky-e63348fb8cc827d0472981e80e9884ceaafc9ffd.tar.gz
ref-manual: Edits to DISK_SIGNATURE variable.
Fixes [YOCTO 5766] I removed the note about the "live" IMAGE_TYPES. Turns out I was wrong on this information. It does not create a "directdisk" image. That is accomplished through a .bbclass. (From yocto-docs rev: a3b762be9933178e9cecdac3fa9e110c031a64d0) 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.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7a8ca3b..164ea1c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1622,12 +1622,9 @@
<para>
A 32-bit MBR disk signature used by
<filename>directdisk</filename> images.
- <note>
- The "live" option used with
- <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>
- produces an image file that can be copied directly to
- a CD or USB device and run as is.
- </note>
+ </para>
+
+ <para>
By default, the signature is set to an automatically
generated random value that allows the OpenEmbedded
build system to create a boot loader.
OpenPOWER on IntegriCloud