<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation, branch 1.1_M1</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.1_M1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.1_M1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-05-17T19:07:48+00:00</updated>
<entry>
<title>documentation/bsp-guide/bsp.xml: Updated Example Filesystem Layout</title>
<updated>2011-05-17T19:07:48+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-17T19:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=189fa6b9bf51a2fb298bae89b6dbc41f76d82001'/>
<id>urn:sha1:189fa6b9bf51a2fb298bae89b6dbc41f76d82001</id>
<content type='text'>
Added more explanation about the base directory (meta-&lt;bsp_name&gt;) to the
Example Filesystem Layout section.  These changes were suggested by
Tom Zanussi to help users understand better how to add BSP layers
to the build system.

(From yocto-docs rev: ced445910363b2f10b5b5ca72236f54ae4b7e050)

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/faq.xml: Added FAQ entry for filename spaces</title>
<updated>2011-05-17T19:07:48+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-17T18:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=aff8c579f6d1f1b5f03811a2186c6e775e800e31'/>
<id>urn:sha1:aff8c579f6d1f1b5f03811a2186c6e775e800e31</id>
<content type='text'>
Added a new entry for we do not support spaces in filenames.
This entry was suggested by Richard.

(From yocto-docs rev: 27d7f951056fb55bddcd7a71374359583c635073)

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/bsp-guide/bsp.xml: Updated link to BSP Download site</title>
<updated>2011-05-17T17:14:06+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-17T17:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dd3cd02e296b32c78071e8679cc672541f69ba5d'/>
<id>urn:sha1:dd3cd02e296b32c78071e8679cc672541f69ba5d</id>
<content type='text'>
In the 'BSP Click-Through Licensing Procedure' section there was an
old link to the BSP download page on the Yocto Project website.  The
link was non-functional.  I fixed the link so that it points to the
Yocto Project BSP Download page.  I also re-wrote the paragraph to
read better.

(From yocto-docs rev: b87714fa54f71aa061126b7f29d80723a90818e8)

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/bsp-guide/bsp.xml: Updated /binary explanation</title>
<updated>2011-05-17T17:14:06+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-17T16:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a106f4145c5a9d98a288311042372290a7ffdbea'/>
<id>urn:sha1:a106f4145c5a9d98a288311042372290a7ffdbea</id>
<content type='text'>
In the '1.1.3 Pre-built User Binaries' section it said that the
ADT and minimal images were kept in the optional
meta-&lt;bsp_name&gt;/binary directory.  Jianjun Xu pointed out that
in fact it is just the minimal and sato images here.  I also
confirmed with Tom as well.  I re-wrote this sentence to be
clearer and more accurate.

(From yocto-docs rev: 6757abff52841b5d1e1991ab22314fa7a243a87d)

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/bsp-guide/bsp.xml: BBFILES statement corrected.</title>
<updated>2011-05-17T17:14:05+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-17T16:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=cf3d261f3ef8bb81477cb873df59bdb7b07fd7b7'/>
<id>urn:sha1:cf3d261f3ef8bb81477cb873df59bdb7b07fd7b7</id>
<content type='text'>
In the '1.1.4 Layer Configuration File' section there was a BBFILES
statment that used the '\' character to indicate a continuation of the
command on the following line.  However, the example did not use
a new line.  I added the hard-return to correct that in the example.

(From yocto-docs rev: 185352ae2f5879a8418715053f3791b167bd6d7e)

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/bsp-guide/bsp.xml: bsp exmaple name fixed</title>
<updated>2011-05-17T17:14:05+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-17T15:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=211d5a3fba543141e07226ddf2bb2641eb9f1154'/>
<id>urn:sha1:211d5a3fba543141e07226ddf2bb2641eb9f1154</id>
<content type='text'>
Changed the example BSP name 'meta-intel_n450' to 'meta-n450' in
the section 'Example Filesystem Layout.'  Error found by Jiajun Xu.

(From yocto-docs rev: 0dd6f97dcc51cec4bae96ca0430af9300619749f)

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/figures/yocto-environment.png: New figure</title>
<updated>2011-05-17T17:14:05+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-13T21:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b35a95fd2a29d5781a8222ec80ea23fc464f309a'/>
<id>urn:sha1:b35a95fd2a29d5781a8222ec80ea23fc464f309a</id>
<content type='text'>
There is a newer version of the yocto-environment.png file that has
OE-branding.  This is the figure used now.

(From yocto-docs rev: 094c0c9661ec1c00da2a1fd0ab4818c0075a8b52)

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>BUGID#_ 1068 - documentation/poky-ref-manual/extendpoky.xml: updated hello ex.</title>
<updated>2011-05-17T17:14:05+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-13T17:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=375935df77c4500aed5056937fde2c77410f5cee'/>
<id>urn:sha1:375935df77c4500aed5056937fde2c77410f5cee</id>
<content type='text'>
Changed the hello_2.2.bb example to hello_2.3.bb

(From yocto-docs rev: b1d07533b82a37aa5e52ebdbb3e9629e2b8ba549)

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: changed build command</title>
<updated>2011-05-17T17:14:04+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-10T17:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1947b17478187bb623da74484747e470ce42d206'/>
<id>urn:sha1:1947b17478187bb623da74484747e470ce42d206</id>
<content type='text'>
The command used in the example to build an image was using
'bitbake core-image-sato', which is only available in master and
not Bernard.  So, I changed the command to be 'bitbake poky-image-sato'
at Dave Stewart's request.  He located and pointed out the error.

(From yocto-docs rev: 3fa83550aaec5a3549825814a77fa7a823a2daea)

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: Removed hardcoded user name from publish option</title>
<updated>2011-05-10T09:02:17+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2011-05-09T23:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=bc729d29e3530e5fb8a9ebf69e7e31763457b63c'/>
<id>urn:sha1:bc729d29e3530e5fb8a9ebf69e7e31763457b63c</id>
<content type='text'>
I removed the hardcoded name from the publish option.  This involved
updating the Makefiles.  The publish option is still temporary as a
more permanent solution is being created.

(From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00)

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>
