@@ -104,22 +104,15 @@ is the general form::
poky-glibc-host_system-image_type-arch-toolchain-ext-release_version.sh
- Where:
- host_system is a string representing your development system:
+Where:
- i686 or x86_64.
+- `host_system` is a string representing your development system: `i686` or `x86_64`.
- image_type is the image for which the SDK was built:
+- `image_type` is the image for which the SDK was built: `core-image-sato` or `core-image-minimal`.
- core-image-sato or core-image-minimal
+- `arch` is a string representing the tuned target architecture: `aarch64`, `armv5e`, `core2-64`, `i586`, `mips32r2`, `mips64`, `ppc7400`, or `cortexa8hf-neon`.
- arch is a string representing the tuned target architecture:
-
- aarch64, armv5e, core2-64, i586, mips32r2, mips64, ppc7400, or cortexa8hf-neon
-
- release_version is a string representing the release number of the Yocto Project:
-
- &DISTRO;, &DISTRO;+snapshot
+- `release_version` is a string representing the release number of the Yocto Project: `&DISTRO;`, `&DISTRO;+snapshot`.
For example, the following SDK installer is for a 64-bit
development host system and a i586-tuned target architecture based off
@@ -58,22 +58,15 @@ immediately followed by a string representing the target architecture:
poky-glibc-host_system-image_type-arch-toolchain-release_version.sh
- Where:
- host_system is a string representing your development system:
+Where:
- i686 or x86_64.
+- `host_system` is a string representing your development system: `i686` or `x86_64`.
- image_type is the image for which the SDK was built:
+- `image_type` is the image for which the SDK was built: `core-image-minimal` or `core-image-sato`.
- core-image-minimal or core-image-sato.
+- `arch` is a string representing the tuned target architecture: `aarch64`, `armv5e`, `core2-64`, `i586`, `mips32r2`, `mips64`, `ppc7400`, or `cortexa8hf-neon`.
- arch is a string representing the tuned target architecture:
-
- aarch64, armv5e, core2-64, i586, mips32r2, mips64, ppc7400, or cortexa8hf-neon.
-
- release_version is a string representing the release number of the Yocto Project:
-
- &DISTRO;, &DISTRO;+snapshot
+- `release_version` is a string representing the release number of the Yocto Project: `&DISTRO;`, `&DISTRO;+snapshot`.
For example, the following SDK installer is for a 64-bit
development host system and a i586-tuned target architecture based off