<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation, branch 1.3_M1</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.3_M1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.3_M1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2012-05-31T20:16:55+00:00</updated>
<entry>
<title>documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4</title>
<updated>2012-05-31T20:16:55+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-31T14:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=de4cdfd6bc1280ac7ac0559b87734d26294ef773'/>
<id>urn:sha1:de4cdfd6bc1280ac7ac0559b87734d26294ef773</id>
<content type='text'>
According to Bruce Ashfield, we will be using linux-yocto-3.4.  So
I changed the linux-yocto-3.0 strings to linux-yocto-3.4.

(From yocto-docs rev: 23df0251b04ed7c31ad2297a4a7870861554beef)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/dev-manual/dev-manual-kernel-appendix.xml: Comments removed</title>
<updated>2012-05-31T20:16:55+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-30T20:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=614308eef0c25a47a4d36e3058fce561ce53ef2e'/>
<id>urn:sha1:614308eef0c25a47a4d36e3058fce561ce53ef2e</id>
<content type='text'>
I removed two larges sections of old comments.

(From yocto-docs rev: df1b08b621f2b449c7575b86ec90c40f1606c43d)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/dev-manual/dev-manual-kernel-appendix.xml: Updated Note</title>
<updated>2012-05-31T20:16:55+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-30T20:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=69536d42f1a5a532b6aeae04b59511abfeaeaedc'/>
<id>urn:sha1:69536d42f1a5a532b6aeae04b59511abfeaeaedc</id>
<content type='text'>
Updated a note to include information about what happens if you do a
kernel build and have your machine compatible with every possible
kernel.  This extra information is useful for rational.

Reported-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
(From yocto-docs rev: e631ec44be49d456add6a53ff3db89016d187370)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml: pre-built example fix</title>
<updated>2012-05-31T20:16:54+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-25T22:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a23636b6aac5fc3336b548535ae1fd7b46b89dfc'/>
<id>urn:sha1:a23636b6aac5fc3336b548535ae1fd7b46b89dfc</id>
<content type='text'>
The example showing how to use pre-built images, the toolchain, and
filesystem was off a bit.  I changed some wording to indicate using the
.ext3 filetype of the filesystem.  Previously it talked about expanding
the tarball version but the example has been changed to use .ext3.
Also, the environment setup file has been mis-named forever.  It should
have i586 in it and not i686.  And, finally, the image name does not
have a release number as part of the name.

(From yocto-docs rev: c9953c9bb716ae5be183020c5143152226bf1de5)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/dev-manual/dev-manual-bsp-appendix.xml: .bbappend example</title>
<updated>2012-05-31T20:16:54+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-24T13:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=230e325582ef3c173d1330ea41523872a2c5a89b'/>
<id>urn:sha1:230e325582ef3c173d1330ea41523872a2c5a89b</id>
<content type='text'>
The linux-yocto_3.2.bbappend example was out of date.  There is no
longer a kernel features statement in the last part of the section.
Only COMPATIBLE_MACHINE, KMACHINE, and KBRANCH remain.  I removed
the fourth one from the text description and the example code.

(From yocto-docs rev: 1a6d3cad48f1b52e5b029434ce655940c6024694)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/dev-manual/dev-manual-bsp-appendix.xml: Added note</title>
<updated>2012-05-31T20:16:54+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-24T13:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=31bfebd8c954933cd96ce2a8b4ad47f9886f29b1'/>
<id>urn:sha1:31bfebd8c954933cd96ce2a8b4ad47f9886f29b1</id>
<content type='text'>
Added a note telling the user that the commit ID strings in the
example might not match the actual commit ID strings found in
the .bbappend file.

(From yocto-docs rev: 5cb845361c8ce8b60dcafc28d1bc01d54badd67a)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/yocto-project-qs/yocto-project-qs.xml: Minor wording changes</title>
<updated>2012-05-31T20:16:54+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-23T18:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ad93aae26090c102b9c36bee4c73c630037c5ff7'/>
<id>urn:sha1:ad93aae26090c102b9c36bee4c73c630037c5ff7</id>
<content type='text'>
(From yocto-docs rev: f9547a52d97331f3e78b071a4293b9dbbc18480c)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/poky-ref-manual/ref-images.xml: images defined</title>
<updated>2012-05-31T20:16:54+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-21T17:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fcea677c80621b4bab2cd4e7fed45572fbc29102'/>
<id>urn:sha1:fcea677c80621b4bab2cd4e7fed45572fbc29102</id>
<content type='text'>
Fixes [YOCTO #2459]

I provided better definitions to the -dev and -sdk image types.
They now call out host development and target development.

(From yocto-docs rev: bd2c0db27d7eb038931550a96752f961ea6b1d9c)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/poky-ref-manual/ref-images.xml: Updated core-image-sato-dev</title>
<updated>2012-05-31T20:16:53+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-18T19:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0bf437b2b285fdab6b13cd9e1245ce3c81bdbe69'/>
<id>urn:sha1:0bf437b2b285fdab6b13cd9e1245ce3c81bdbe69</id>
<content type='text'>
The description had reference to a toolchain, which is evidently not
true.  I have re-worded the description so that it does not mention
inclusion of the toolchain.

Reported-by: Wolfgang Denk &lt;wd@denx.de&gt;
(From yocto-docs rev: 5a918d7d20133b85badd082c81cfe4af18709316)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>documentation/adt-manual/adt-eclipse.xml: Added not and updated version</title>
<updated>2012-05-31T20:16:53+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2012-05-10T21:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a13ad005a307b2a9672bd95ffaad148a58d12592'/>
<id>urn:sha1:a13ad005a307b2a9672bd95ffaad148a58d12592</id>
<content type='text'>
Fixes [YOCTO #2445]

Added a note telling the user not to install Eclipse from the distribution's
package repository but to rather be sure to install from the official
Eclipse download site.

Also, changed the tarball name from having a "3.7.1" in it to the
recent version of "3.7.2".

Reported-by: Lianhao Lu &lt;lianhao.lu@intel.com&gt;
(From yocto-docs rev: f50d0071e39a5e8424633a55ab2c3fdc75e9686d)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
