| Message ID | 20260114-code-block-misc-20260114-v1-6-174a6e5dba69@cherry.de |
|---|---|
| State | Superseded |
| Headers | show |
| Series | sdk-manual: fix code-blocks, migrate one PNG to SVG, remove unused PNG | expand |
Hi, On Wed Jan 14, 2026 at 1:56 PM CET, Quentin Schulz wrote: > From: Quentin Schulz <quentin.schulz@cherry.de> > > This PNG is totally unnecessary and makes accessibility much worse, so > let's simply replace the PNG with a text code-block showing the same > directory layout. Thanks, I agree completely. There are more across the documentation IIRC, this is easy to replace, I should get it to it when I have some time. Antonin
Hi Antonin, On 1/20/26 4:37 PM, Antonin Godard wrote: > Hi, > > On Wed Jan 14, 2026 at 1:56 PM CET, Quentin Schulz wrote: >> From: Quentin Schulz <quentin.schulz@cherry.de> >> >> This PNG is totally unnecessary and makes accessibility much worse, so >> let's simply replace the PNG with a text code-block showing the same >> directory layout. > > Thanks, I agree completely. There are more across the documentation IIRC, this > is easy to replace, I should get it to it when I have some time. > I think this may be a good place to use the parsed-literal block that Robert suggested, so that we can highlight "placeholders". What do you think? Cheers, Quentin
On Tue Jan 20, 2026 at 4:55 PM CET, Quentin Schulz via lists.yoctoproject.org wrote: > Hi Antonin, > > On 1/20/26 4:37 PM, Antonin Godard wrote: >> Hi, >> >> On Wed Jan 14, 2026 at 1:56 PM CET, Quentin Schulz wrote: >>> From: Quentin Schulz <quentin.schulz@cherry.de> >>> >>> This PNG is totally unnecessary and makes accessibility much worse, so >>> let's simply replace the PNG with a text code-block showing the same >>> directory layout. >> >> Thanks, I agree completely. There are more across the documentation IIRC, this >> is easy to replace, I should get it to it when I have some time. >> > > I think this may be a good place to use the parsed-literal block that > Robert suggested, so that we can highlight "placeholders". > > What do you think? Yes, if I understood how it worked, I think it is appropriate here or in other places, definitely. Antonin
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index 9590cf95a..6bfe8bcc9 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst @@ -276,12 +276,40 @@ Follow these steps to extract the root filesystem: Installed Standard SDK Directory Structure ========================================== -The following figure shows the resulting directory structure after you -install the Standard SDK by running the ``*.sh`` SDK installation -script: +After you install the Standard SDK by running the ``*.sh`` SDK installation +script, the following directory structure should be observed: -.. image:: figures/sdk-installed-standard-sdk-directory.png - :scale: 100% +.. code-block:: text + + install_dir/version/ + ├── environment-setup-target-poky-linux + ├── site-config-target-poky-linux + ├── version-target-poky-linux + └── sysroots/ + ├── target-poky-linux/ + │ ├── bin/ + │ ├── boot/ + │ ├── dev/ + │ ├── etc/ + │ ├── home/ + │ ├── lib/ + │ ├── media/ + │ ├── mnt/ + │ ├── proc/ + │ ├── run/ + │ ├── sbin/ + │ ├── sys/ + │ ├── tmp/ + │ ├── usr/ + │ └── var/ + └── host-pokysdk-linux/ + ├── bin/ + ├── environment-setup.d/ + ├── etc/ + ├── lib/ + ├── sbin/ + ├── usr/ + └── var/ The installed SDK consists of an environment setup script for the SDK, a configuration file for the target, a version file for the target, and diff --git a/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png b/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png deleted file mode 100644 index b71c8ad73c3e5eddcb0708c0bd6ad2118a922961..0000000000000000000000000000000000000000