@@ -329,13 +329,27 @@ directories within the ``sysroots`` could be ``i586-poky-linux`` and
Installed Extensible SDK Directory Structure
============================================
-The following figure shows the resulting directory structure after you
-install the Extensible SDK by running the ``*.sh`` SDK installation
-script:
+After you install the Extensible SDK by running the ``*.sh`` SDK installation
+script, the following directory structure should be observed:
-.. image:: figures/sdk-installed-extensible-sdk-directory.png
- :scale: 80%
- :align: center
+.. code-block:: text
+
+ install_dir/
+ ├── bitbake-cookerdaemon.log
+ ├── environment-setup-target-poky-linux
+ ├── preparing_system_build.log
+ ├── site-config-target-poky-linux
+ ├── version-target-poky-linux
+ ├── .devtoolbase
+ ├── buildtools/
+ ├── cache/
+ ├── conf/
+ ├── downloads/
+ ├── layers/
+ ├── sstate-cache/
+ ├── sysroots/
+ ├── tmp/
+ └── workspace/
The installed directory structure for the extensible SDK is quite
different than the installed structure for the standard SDK. The
deleted file mode 100644