diff mbox series

[1/2] Remove all mention of core-image-lsb

Message ID 20250303144502.308036-1-ross.burton@arm.com
State Superseded
Headers show
Series [1/2] Remove all mention of core-image-lsb | expand

Commit Message

Ross Burton March 3, 2025, 2:45 p.m. UTC
core-image-lsb was removed in 2019[1], so remove all of the  incredibly
obsolete references in the documentation.

[1] oe-core fb064356af615d67d85b65942103bf943d84d290

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../dev-manual/customizing-images.rst         | 17 +++++++--------
 documentation/dev-manual/qemu.rst             | 11 +++++-----
 documentation/ref-manual/images.rst           | 21 -------------------
 3 files changed, 13 insertions(+), 36 deletions(-)

Comments

Quentin Schulz March 3, 2025, 4:14 p.m. UTC | #1
Hi Ross,

On 3/3/25 3:45 PM, Ross Burton via lists.yoctoproject.org wrote:
[...]
> diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
> index 19f3e40d6..47dcf4e82 100644
> --- a/documentation/dev-manual/qemu.rst
> +++ b/documentation/dev-manual/qemu.rst
> @@ -280,12 +280,11 @@ present, the toolchain is also automatically used.
>         networking.
>   
>      -  SSH servers are available in some QEMU images. The ``core-image-sato``
> -      QEMU image has a Dropbear secure shell (SSH) server that runs with
> -      the root password disabled. The ``core-image-full-cmdline`` and
> -      ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear.
> -      Including these SSH servers allow you to use standard ``ssh`` and
> -      ``scp`` commands. The ``core-image-minimal`` QEMU image, however,
> -      contains no SSH server.
> +      QEMU image has a Dropbear secure shell (SSH) server that runs with the
> +      root password disabled. The ``core-image-full-cmdline``QEMU image has

Missing whitespace before QEMU.

Otherwise,

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Should be backported up to Zeus (or whatever more recent we still 
maintain docs for :) ).

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/dev-manual/customizing-images.rst b/documentation/dev-manual/customizing-images.rst
index 634825944..6eed9ef56 100644
--- a/documentation/dev-manual/customizing-images.rst
+++ b/documentation/dev-manual/customizing-images.rst
@@ -79,15 +79,14 @@  recipe that are enabled with :term:`IMAGE_FEATURES`. The value of
 :term:`EXTRA_IMAGE_FEATURES` is added to :term:`IMAGE_FEATURES` within
 ``meta/conf/bitbake.conf``.
 
-To illustrate how you can use these variables to modify your image,
-consider an example that selects the SSH server. The Yocto Project ships
-with two SSH servers you can use with your images: Dropbear and OpenSSH.
-Dropbear is a minimal SSH server appropriate for resource-constrained
-environments, while OpenSSH is a well-known standard SSH server
-implementation. By default, the ``core-image-sato`` image is configured
-to use Dropbear. The ``core-image-full-cmdline`` and ``core-image-lsb``
-images both include OpenSSH. The ``core-image-minimal`` image does not
-contain an SSH server.
+To illustrate how you can use these variables to modify your image, consider an
+example that selects the SSH server. The Yocto Project ships with two SSH
+servers you can use with your images: Dropbear and OpenSSH. Dropbear is a
+minimal SSH server appropriate for resource-constrained environments, while
+OpenSSH is a well-known standard SSH server implementation. By default, the
+``core-image-sato`` image is configured to use Dropbear. The
+``core-image-full-cmdline`` image includes OpenSSH. The ``core-image-minimal``
+image does not contain an SSH server.
 
 You can customize your image and change these defaults. Edit the
 :term:`IMAGE_FEATURES` variable in your recipe or use the
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
index 19f3e40d6..47dcf4e82 100644
--- a/documentation/dev-manual/qemu.rst
+++ b/documentation/dev-manual/qemu.rst
@@ -280,12 +280,11 @@  present, the toolchain is also automatically used.
       networking.
 
    -  SSH servers are available in some QEMU images. The ``core-image-sato``
-      QEMU image has a Dropbear secure shell (SSH) server that runs with
-      the root password disabled. The ``core-image-full-cmdline`` and
-      ``core-image-lsb`` QEMU images have OpenSSH instead of Dropbear.
-      Including these SSH servers allow you to use standard ``ssh`` and
-      ``scp`` commands. The ``core-image-minimal`` QEMU image, however,
-      contains no SSH server.
+      QEMU image has a Dropbear secure shell (SSH) server that runs with the
+      root password disabled. The ``core-image-full-cmdline``QEMU image has
+      OpenSSH instead of Dropbear. Including these SSH servers allow you to use
+      standard ``ssh`` and ``scp`` commands. The ``core-image-minimal`` QEMU
+      image, however, contains no SSH server.
 
    -  You can use a provided, user-space NFS server to boot the QEMU
       session using a local copy of the root filesystem on the host. In
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst
index d6bdc92f0..c9d898926 100644
--- a/documentation/ref-manual/images.rst
+++ b/documentation/ref-manual/images.rst
@@ -51,27 +51,6 @@  Here is a list of supported recipes:
 -  ``core-image-full-cmdline``: A console-only image with more
    full-featured Linux system functionality installed.
 
--  ``core-image-lsb``: An image that conforms to the Linux Standard Base
-   (LSB) specification. This image requires a distribution configuration
-   that enables LSB compliance (e.g. ``poky-lsb``). If you build
-   ``core-image-lsb`` without that configuration, the image will not be
-   LSB-compliant.
-
--  ``core-image-lsb-dev``: A ``core-image-lsb`` image that is suitable
-   for development work using the host. The image includes headers and
-   libraries you can use in a host development environment. This image
-   requires a distribution configuration that enables LSB compliance
-   (e.g. ``poky-lsb``). If you build ``core-image-lsb-dev`` without that
-   configuration, the image will not be LSB-compliant.
-
--  ``core-image-lsb-sdk``: A ``core-image-lsb`` that includes everything
-   in the cross-toolchain but also includes development headers and
-   libraries to form a complete standalone SDK. This image requires a
-   distribution configuration that enables LSB compliance (e.g.
-   ``poky-lsb``). If you build ``core-image-lsb-sdk`` without that
-   configuration, the image will not be LSB-compliant. This image is
-   suitable for development using the target.
-
 -  ``core-image-minimal``: A small image just capable of allowing a
    device to boot.