diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 50d338475d..98a936c486 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -451,7 +451,7 @@ | |||
451 | </para> | 451 | </para> |
452 | 452 | ||
453 | <literallayout class='monospaced'> | 453 | <literallayout class='monospaced'> |
454 | yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2 | 454 | yocto-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2 |
455 | </literallayout> | 455 | </literallayout> |
456 | 456 | ||
457 | <para> | 457 | <para> |
@@ -464,7 +464,7 @@ | |||
464 | <para> | 464 | <para> |
465 | <literallayout class='monospaced'> | 465 | <literallayout class='monospaced'> |
466 | $ cd / | 466 | $ cd / |
467 | $ sudo tar -xvjf ~/toolchains/yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2 | 467 | $ sudo tar -xvjf ~/toolchains/yocto-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2 |
468 | </literallayout> | 468 | </literallayout> |
469 | </para> | 469 | </para> |
470 | </section> | 470 | </section> |
@@ -537,7 +537,7 @@ | |||
537 | </para> | 537 | </para> |
538 | 538 | ||
539 | <literallayout class='monospaced'> | 539 | <literallayout class='monospaced'> |
540 | $ source /opt/poky/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> | 540 | $ source /opt/poky/1.1/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> |
541 | 541 | ||
542 | Where: | 542 | Where: |
543 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | 543 | <<emphasis>arch</emphasis>> is a string representing the target architecture: |
@@ -572,9 +572,9 @@ | |||
572 | </para> | 572 | </para> |
573 | 573 | ||
574 | <literallayout class='monospaced'> | 574 | <literallayout class='monospaced'> |
575 | $ source /opt/poky/1.0/environment-setup-i686-poky-linux | 575 | $ source /opt/poky/1.1/environment-setup-i686-poky-linux |
576 | $ poky-qemu qemux86 bzImage-2.6.37-qemux86-1.0.bin \ | 576 | $ poky-qemu qemux86 bzImage-3.0-qemux86-1.1.bin \ |
577 | yocto-image-sato-qemux86-1.0.rootfs.ext3 | 577 | yocto-image-sato-qemux86-1.1.rootfs.ext3 |
578 | </literallayout> | 578 | </literallayout> |
579 | 579 | ||
580 | <para> | 580 | <para> |