diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4dd67578c3..48468c7f89 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1286,14 +1286,15 @@ | |||
1286 | <filename>image_types</filename> must also appear in | 1286 | <filename>image_types</filename> must also appear in |
1287 | <filename>IMAGE_CLASSES</filename>. | 1287 | <filename>IMAGE_CLASSES</filename>. |
1288 | </para> | 1288 | </para> |
1289 | </section> | ||
1290 | |||
1291 | <section id='ref-classes-image_types_uboot'> | ||
1292 | <title><filename>image_types_uboot.bbclass</filename></title> | ||
1293 | 1289 | ||
1294 | <para> | 1290 | <para> |
1295 | The <filename>image_types_uboot</filename> class | 1291 | This class also handles conversion and compression of images. |
1296 | defines additional image types specifically for the U-Boot bootloader. | 1292 | <note> |
1293 | To build a VMware VMDK image, you need to add "wic.vmdk" to | ||
1294 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>. | ||
1295 | This would also be similar for Virtual Box Virtual Disk Image | ||
1296 | ("vdi") and QEMU Copy On Write Version 2 ("qcow2") images. | ||
1297 | </note> | ||
1297 | </para> | 1298 | </para> |
1298 | </section> | 1299 | </section> |
1299 | 1300 | ||
@@ -1370,27 +1371,6 @@ | |||
1370 | </para> | 1371 | </para> |
1371 | </section> | 1372 | </section> |
1372 | 1373 | ||
1373 | <section id='ref-classes-image-vm'> | ||
1374 | <title><filename>image-vm.bbclass</filename></title> | ||
1375 | |||
1376 | <para> | ||
1377 | The <filename>image-vm</filename> class supports building VM | ||
1378 | images. | ||
1379 | </para> | ||
1380 | </section> | ||
1381 | |||
1382 | <section id='ref-classes-image-vmdk'> | ||
1383 | <title><filename>image-vmdk.bbclass</filename></title> | ||
1384 | |||
1385 | <para> | ||
1386 | The <filename>image-vmdk</filename> class supports building VMware | ||
1387 | VMDK images. | ||
1388 | Normally, you do not use this class directly. | ||
1389 | Instead, you add "vmdk" to | ||
1390 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>. | ||
1391 | </para> | ||
1392 | </section> | ||
1393 | |||
1394 | <section id='ref-classes-insane'> | 1374 | <section id='ref-classes-insane'> |
1395 | <title><filename>insane.bbclass</filename></title> | 1375 | <title><filename>insane.bbclass</filename></title> |
1396 | 1376 | ||