@@ -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
deleted file mode 100644