<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation, branch bernard-5.0-alpha</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=bernard-5.0-alpha</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=bernard-5.0-alpha'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-02-02T07:45:13+00:00</updated>
<entry>
<title>documentation/poky-ref-manual/extendpoky.xml:  Fixed make problem</title>
<updated>2011-02-02T07:45:13+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott@scott-desktop.(none)</email>
</author>
<published>2011-02-01T21:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ecac1c77c6b6cff59d1834b593ddd45bb209d40d'/>
<id>urn:sha1:ecac1c77c6b6cff59d1834b593ddd45bb209d40d</id>
<content type='text'>
Discovered that the manual was not making correctly due to a stray
&lt;/literallayout&gt; statement.  I removed this statement and the manual
now builds.

Signed-off-by: Scott Rifenbark &lt;scott@scott-desktop.(none)&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml:  Added note to poky-qemu command</title>
<updated>2011-01-25T19:58:52+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-01-20T23:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=74c24e08af245404f0c9aac9b9313170b4b03c7f'/>
<id>urn:sha1:74c24e08af245404f0c9aac9b9313170b4b03c7f</id>
<content type='text'>
Depending on the architecture you are booting and the profile of the
filesystem image QEMU might come up in a new shell, and existing shell,
have a GUI, or be in command-line mode.  I added a note indicating this
behavior.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml: Updated &lt;arch&gt; value for environment setup command</title>
<updated>2011-01-25T19:58:51+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-01-20T21:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=63e6319bd18146b5bc25d9b8ab57b294a020cf9a'/>
<id>urn:sha1:63e6319bd18146b5bc25d9b8ab57b294a020cf9a</id>
<content type='text'>
The value for the 64-bit architecture was "x86-64" and not "x86_64".
Changed it to be correct.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml: Updated list introducing pre-built section</title>
<updated>2011-01-25T19:58:50+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-01-20T18:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=bcce31b4952a9cdb553d0d593b8539fe721acff6'/>
<id>urn:sha1:bcce31b4952a9cdb553d0d593b8539fe721acff6</id>
<content type='text'>
The section that introduces the using a pre-built binary section needed
more items in the list.  I added text for setting up the environment
and for starting QEMU.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml:  Added sub-sections to pre-built image section</title>
<updated>2011-01-25T19:58:48+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-01-20T18:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dc124306b5ac150b1d63febcedaf316137309aa7'/>
<id>urn:sha1:dc124306b5ac150b1d63febcedaf316137309aa7</id>
<content type='text'>
The pre-built image section was one long section that naturally
broke into several areas.  I inserted some sub-sections for better
organization.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment setup command</title>
<updated>2011-01-25T19:58:47+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-01-20T16:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d0be418074beca3d504a7d636d1e465d41419572'/>
<id>urn:sha1:d0be418074beca3d504a7d636d1e465d41419572</id>
<content type='text'>
I added the exact architecture strings for each of the five supported
architectures as part of the /opt/poky/environment-setup.... commands
resulting from installing the toolchain tarballs.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/figures/using-a-pre-built-image.png:  Updated figure</title>
<updated>2011-01-20T21:37:01+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott@scott-desktop.(none)</email>
</author>
<published>2011-01-19T18:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9da1e13e732313684159338279f8fb2ef8406056'/>
<id>urn:sha1:9da1e13e732313684159338279f8fb2ef8406056</id>
<content type='text'>
Changed the figure so that "File System" is "Filesystem"

Signed-off-by: Scott Rifenbark &lt;scott@scott-desktop.(none)&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml: General edits to YP QS.</title>
<updated>2011-01-20T21:37:01+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott@scott-desktop.(none)</email>
</author>
<published>2011-01-19T18:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=75ee154c64a5ee177d3d25111cc35ea690fc8612'/>
<id>urn:sha1:75ee154c64a5ee177d3d25111cc35ea690fc8612</id>
<content type='text'>
Revised the manual for better grammar and more technically accurate wordings.
Worked closely with Scott Garman on the revision.

Signed-off-by: Scott Rifenbark &lt;scott@scott-desktop.(none)&gt;
</content>
</entry>
<entry>
<title>documentation/poky-ref-manual: expand discussion of PR and INC_PR</title>
<updated>2011-01-20T21:37:00+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2010-12-23T13:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6d5adf104895db47a0d426f68cb81454bd855790'/>
<id>urn:sha1:6d5adf104895db47a0d426f68cb81454bd855790</id>
<content type='text'>
Expands a little on PR and INC_PR.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/bsp-guide/bsp.xml: fix typo in variable name</title>
<updated>2011-01-20T21:37:00+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2010-12-23T13:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=321d70e1863e8ef4f8d0ceb07b587782d69bb71e'/>
<id>urn:sha1:321d70e1863e8ef4f8d0ceb07b587782d69bb71e</id>
<content type='text'>
FILESEXTRAPATH -&gt; FILESEXTRAPATHS

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
</feed>
