mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
documentation: update for directdisk/live image changes
-live and -directdisk image have been removed; add a tip about using the live option in IMAGE_FSTYPES to build any image as a live image. (From yocto-docs rev: ef7c508a4073c4f04c2368420e64a5d6620c8fbc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
23a7eec172
commit
75fc3840aa
@@ -47,17 +47,11 @@
|
|||||||
<listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-minimal-dev</filename>:</emphasis>
|
||||||
A <filename>core-image-minimal</filename> image suitable for development work.
|
A <filename>core-image-minimal</filename> image suitable for development work.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>core-image-minimal-directdisk</filename>:</emphasis>
|
|
||||||
A <filename>core-image-minimal</filename> image that you can copy directly to the disk
|
|
||||||
of the target device.</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-minimal-initramfs</filename>:</emphasis>
|
||||||
A <filename>core-image-minimal</filename> image that has the Minimal RAM-based
|
A <filename>core-image-minimal</filename> image that has the Minimal RAM-based
|
||||||
Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel,
|
Initial Root Filesystem (<filename>initramfs</filename>) as part of the kernel,
|
||||||
which allows the system to find the first “init” program more efficiently.
|
which allows the system to find the first “init” program more efficiently.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>core-image-minimal-live</filename>:</emphasis>
|
|
||||||
A <filename>core-image-minimal</filename> image you can run from a
|
|
||||||
USB device or CD as is.</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-minimal-mtdutils</filename>:</emphasis>
|
||||||
A <filename>core-image-minimal</filename> image that has support
|
A <filename>core-image-minimal</filename> image that has support
|
||||||
for the Minimal MTD Utilities, which let the user interact with the
|
for the Minimal MTD Utilities, which let the user interact with the
|
||||||
@@ -72,18 +66,12 @@
|
|||||||
<listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-lsb-dev</filename>:</emphasis>
|
||||||
A <filename>core-image-lsb</filename> image that is suitable for development work.
|
A <filename>core-image-lsb</filename> image that is suitable for development work.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>core-image-lsb-live</filename>:</emphasis>
|
|
||||||
A <filename>core-image-lsb</filename> image that you run from a USB device or CD as is.
|
|
||||||
</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis>
|
||||||
A <filename>core-image-lsb</filename> that includes everything in meta-toolchain
|
A <filename>core-image-lsb</filename> that includes everything in meta-toolchain
|
||||||
but also includes development headers and libraries to form a complete standalone SDK.
|
but also includes development headers and libraries to form a complete standalone SDK.
|
||||||
See the <link linkend='platdev-appdev-external-sdk'>
|
See the <link linkend='platdev-appdev-external-sdk'>
|
||||||
External Development Using the Poky SDK</link> section for more information.
|
External Development Using the Poky SDK</link> section for more information.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>core-image-lsb-sdk-live</filename>:</emphasis>
|
|
||||||
A <filename>core-image-lsb-sdk</filename> image with the ability to run the image
|
|
||||||
from a USB device or CD as is.</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis>
|
||||||
An image with support for the Open GL-based toolkit Clutter, which enables development of
|
An image with support for the Open GL-based toolkit Clutter, which enables development of
|
||||||
rich and animated graphical user interfaces.</para></listitem>
|
rich and animated graphical user interfaces.</para></listitem>
|
||||||
@@ -98,25 +86,21 @@
|
|||||||
the device itself.
|
the device itself.
|
||||||
The image also includes testing and profiling tools as well as debug symbols.
|
The image also includes testing and profiling tools as well as debug symbols.
|
||||||
This image was formerly <filename>core-image-sdk</filename>.</para></listitem>
|
This image was formerly <filename>core-image-sdk</filename>.</para></listitem>
|
||||||
<listitem><para><emphasis><filename>core-image-sato-directdisk</filename>:</emphasis>
|
|
||||||
A <filename>core-image-sato</filename> image that can be copied directly to the
|
|
||||||
disk of the target device.</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-sato-live</filename>:</emphasis>
|
|
||||||
A <filename>core-image-sato</filename> image with the ability to run
|
|
||||||
from a USB device or CD as is.</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis>
|
<listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis>
|
||||||
A <filename>core-image-sato</filename> image that includes everything in meta-toolchain.
|
A <filename>core-image-sato</filename> image that includes everything in meta-toolchain.
|
||||||
The image also includes development headers and libraries to form a complete standalone SDK.
|
The image also includes development headers and libraries to form a complete standalone SDK.
|
||||||
See the <link linkend='platdev-appdev-external-sdk'>
|
See the <link linkend='platdev-appdev-external-sdk'>
|
||||||
External Development Using the Poky SDK</link> section for more information.
|
External Development Using the Poky SDK</link> section for more information.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis><filename>core-image-sato-sdk-directdisk</filename>:</emphasis>
|
|
||||||
A <filename>core-image-sato-sdk</filename> image that can be copied directly to the
|
|
||||||
disk of the target device.</para></listitem>
|
|
||||||
<listitem><para><emphasis><filename>core-image-sato-sdk-live</filename>:</emphasis>
|
|
||||||
A <filename>core-image-sato-sdk</filename> image that you can run
|
|
||||||
from a USB device or CD as is.</para></listitem>
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
<tip>
|
||||||
|
From Yocto release 1.1 onwards, -live and -directdisk images have been replaced by a "live"
|
||||||
|
option in IMAGE_FSTYPES that will work with any image to produce an image file that can be
|
||||||
|
copied directly to a CD or USB device and run as is. To build a live image, simply add
|
||||||
|
"live" to IMAGE_FSTYPES within local.conf or whereever appropriate and then build the desired
|
||||||
|
image as normal.
|
||||||
|
</tip>
|
||||||
</appendix>
|
</appendix>
|
||||||
<!--
|
<!--
|
||||||
vim: expandtab tw=80 ts=4
|
vim: expandtab tw=80 ts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user