diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-16 06:29:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:46:34 -0700 |
commit | cc4a9d7e8db3699f8ceac78aff07f7735a639cb3 (patch) | |
tree | 98fb85f7eb8aaab0469ae443115e154ed3e1581e /documentation/yocto-project-qs | |
parent | 7d465d604076533c30c0a12de75782c85b04cae4 (diff) | |
download | poky-cc4a9d7e8db3699f8ceac78aff07f7735a639cb3.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: changed to 1.1.
There are examples that use "1.0". i have changed these to "1.1"
in anticipation of the 1.1 release. At the time of the change I don't
know if the actual file names i put in are correct. I need to check them
when Beth sends me the real stuff.
(From yocto-docs rev: 3d5bd0bd38fd2d99e7d5cbb6bedf0fde0fdd5fa9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-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> |