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>
This commit is contained in:
Scott Rifenbark 2011-08-16 06:29:55 -07:00 committed by Richard Purdie
parent 7d465d6040
commit cc4a9d7e8d
1 changed files with 6 additions and 6 deletions

View File

@ -451,7 +451,7 @@
</para>
<literallayout class='monospaced'>
yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2
yocto-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2
</literallayout>
<para>
@ -464,7 +464,7 @@
<para>
<literallayout class='monospaced'>
$ cd /
$ sudo tar -xvjf ~/toolchains/yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2
$ sudo tar -xvjf ~/toolchains/yocto-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2
</literallayout>
</para>
</section>
@ -537,7 +537,7 @@
</para>
<literallayout class='monospaced'>
$ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux-&lt;<emphasis>if</emphasis>&gt;
$ source /opt/poky/1.1/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux-&lt;<emphasis>if</emphasis>&gt;
Where:
&lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
@ -572,9 +572,9 @@
</para>
<literallayout class='monospaced'>
$ source /opt/poky/1.0/environment-setup-i686-poky-linux
$ poky-qemu qemux86 bzImage-2.6.37-qemux86-1.0.bin \
yocto-image-sato-qemux86-1.0.rootfs.ext3
$ source /opt/poky/1.1/environment-setup-i686-poky-linux
$ poky-qemu qemux86 bzImage-3.0-qemux86-1.1.bin \
yocto-image-sato-qemux86-1.1.rootfs.ext3
</literallayout>
<para>