diff options
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 2ae217416b..f212437f07 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -596,11 +596,12 @@ | |||
| 596 | </para> | 596 | </para> |
| 597 | 597 | ||
| 598 | <literallayout class='monospaced'> | 598 | <literallayout class='monospaced'> |
| 599 | poky-eglibc-<<emphasis>host_system</emphasis>>-<<emphasis>image_type</emphasis>>-<<emphasis>arch</emphasis>>.sh | 599 | poky-eglibc-<<emphasis>host_system</emphasis>>-<<emphasis>image_type</emphasis>>-<<emphasis>arch</emphasis>>-<<emphasis>release_version</emphasis>>.sh |
| 600 | 600 | ||
| 601 | Where: | 601 | Where: |
| 602 | <<emphasis>host_system</emphasis>> is a string representing your development system: | 602 | <<emphasis>host_system</emphasis>> is a string representing your development system: |
| 603 | i686 or x86_64. | 603 | |
| 604 | i686 or x86_64. | ||
| 604 | 605 | ||
| 605 | <<emphasis>image_type</emphasis>> is a string representing the image you wish to | 606 | <<emphasis>image_type</emphasis>> is a string representing the image you wish to |
| 606 | develop a Software Development Toolkit (SDK) for use against. | 607 | develop a Software Development Toolkit (SDK) for use against. |
| @@ -611,7 +612,12 @@ | |||
| 611 | 612 | ||
| 612 | <<emphasis>arch</emphasis>> is a string representing the tuned target architecture: | 613 | <<emphasis>arch</emphasis>> is a string representing the tuned target architecture: |
| 613 | 614 | ||
| 614 | i586, x86_64, powerpc, mips, armv7a or armv5te | 615 | i586, x86_64, powerpc, mips, armv7a or armv5te |
| 616 | |||
| 617 | <<emphasis>release_version</emphasis>> is a string representing the release number of the | ||
| 618 | Yocto Project: | ||
| 619 | |||
| 620 | &DISTRO;, &DISTRO;+snapshot | ||
| 615 | </literallayout> | 621 | </literallayout> |
| 616 | 622 | ||
| 617 | <para> | 623 | <para> |
| @@ -619,7 +625,7 @@ | |||
| 619 | development host system and a i586-tuned target architecture | 625 | development host system and a i586-tuned target architecture |
| 620 | based off the SDK for <filename>core-image-sato</filename>: | 626 | based off the SDK for <filename>core-image-sato</filename>: |
| 621 | <literallayout class='monospaced'> | 627 | <literallayout class='monospaced'> |
| 622 | poky-eglibc-x86_64-core-image-sato-i586.sh | 628 | poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh |
| 623 | </literallayout> | 629 | </literallayout> |
| 624 | </para> | 630 | </para> |
| 625 | 631 | ||
| @@ -648,7 +654,7 @@ | |||
| 648 | 654 | ||
| 649 | <para> | 655 | <para> |
| 650 | <literallayout class='monospaced'> | 656 | <literallayout class='monospaced'> |
| 651 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586.sh | 657 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh |
| 652 | </literallayout> | 658 | </literallayout> |
| 653 | </para> | 659 | </para> |
| 654 | 660 | ||
