<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation/poky-ref-manual/bsp.xml, branch uninative-1.5</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-1.5</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-1.5'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-11-15T22:25:25+00:00</updated>
<entry>
<title>Poky Reference Manual:  Removed the bsp.xml file.</title>
<updated>2010-11-15T22:25:25+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2010-11-11T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c2f7ed472c2a9fde96fee5931612ac12ccc5e038'/>
<id>urn:sha1:c2f7ed472c2a9fde96fee5931612ac12ccc5e038</id>
<content type='text'>
Because I am single-sourcing the bsp.xml file that is used both as
chapter 4 in the Poky Reference Manual and as the singe file in the BSP
Guide I removed the bsp.xml file that was local to the poky-ref-manual
folder.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>Poky Reference Manual:  Fixed list tag.</title>
<updated>2010-11-15T22:25:25+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2010-11-11T18:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4e6a8212c03d6eca6e646a73375e9f0aec202fa0'/>
<id>urn:sha1:4e6a8212c03d6eca6e646a73375e9f0aec202fa0</id>
<content type='text'>
There was a mis-matched list element in an ordered list near the end
of the chapter.  I had an &lt;orderedlist&gt; tag matched with an &lt;/itemizedlist&gt;
tag preventing the make.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>BSP Guide and BSP Chapter:  Sync'ed these two files</title>
<updated>2010-11-15T22:25:25+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2010-11-11T18:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2d6441d17e291e3779c117aaf048e74a26834bc0'/>
<id>urn:sha1:2d6441d17e291e3779c117aaf048e74a26834bc0</id>
<content type='text'>
After moving BSP Guide into its own folder for documentation I discovered
a consequence of that.  There are two separate bsp.xml files now:  one
in the poky-ref-manual folder and one in the bsp folder.  I had done some
good cleanup work in the version in the poky-ref-manual folder.  This
commit reflects a 'meld' operation where I re-sync'ed the bsp.xml
file in the bsp-guide folder to be the same (almost) as the one in the
poky-ref-manual folder.  There is still one slight difference between the
two files due to one's context as a stand-alone manual and the other as
a section in a larger book.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>Performed general edits to this chapter.</title>
<updated>2010-11-04T21:14:08+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2010-11-02T21:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4243a61e9838c50cdffed4ef8205191d2fc3d132'/>
<id>urn:sha1:4243a61e9838c50cdffed4ef8205191d2fc3d132</id>
<content type='text'>
many english corrections performed.

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/bsp: update to reference FILESEXTRAPATHS</title>
<updated>2010-10-22T12:56:31+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-10-22T12:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=eef1d813b7248ba40eb958f4052dbe4d52b93591'/>
<id>urn:sha1:eef1d813b7248ba40eb958f4052dbe4d52b93591</id>
<content type='text'>
It's no longer neccesarry to define THISDIR and FILESPATH in each bbappend
recipe. Should you need to reference extra files you should use FILESEXTRAPATHS

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>documentation/poky-ref-manual: Update packages references to recipes and make sure bbappend files are included in example BBFILES lines</title>
<updated>2010-10-19T19:18:32+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-10-19T19:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6562e7cdd0bc4020cc7fb3655d433ad6f6631173'/>
<id>urn:sha1:6562e7cdd0bc4020cc7fb3655d433ad6f6631173</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>handbook: Move into documentation directory</title>
<updated>2010-10-15T10:55:59+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-10-15T10:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=22083287912ebd552e33b79f7c567bc966376d43'/>
<id>urn:sha1:22083287912ebd552e33b79f7c567bc966376d43</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
</feed>
