<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/conf/distro/include, branch 2011-1</title>
<subtitle>Mirror of openembedded-core</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/'/>
<entry>
<title>distro tracking: Update Distro Aliases</title>
<updated>2011-09-22T00:30:00+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-09-21T22:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=40b52d9ed9b7b39bc86b3c87ae60fa6359cac265'/>
<id>40b52d9ed9b7b39bc86b3c87ae60fa6359cac265</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>distro-tracking: Update package alias</title>
<updated>2011-09-16T11:06:37+00:00</updated>
<author>
<name>Dexuan Cui</name>
<email>dexuan.cui@intel.com</email>
</author>
<published>2011-09-16T02:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=ed8b469babb1273d7c249baeb4b642e751317b2a'/>
<id>ed8b469babb1273d7c249baeb4b642e751317b2a</id>
<content type='text'>
Signed-off-by: Dexuan Cui &lt;dexuan.cui@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dexuan Cui &lt;dexuan.cui@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>distro-tracking: Update alias</title>
<updated>2011-09-15T10:22:19+00:00</updated>
<author>
<name>Zhai Edwin</name>
<email>edwin.zhai@intel.com</email>
</author>
<published>2011-09-13T22:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=80f930550b696c92f2fab25a4ee8f7d51d4f1860'/>
<id>80f930550b696c92f2fab25a4ee8f7d51d4f1860</id>
<content type='text'>
Signed-off-by: Zhai Edwin &lt;edwin.zhai@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Zhai Edwin &lt;edwin.zhai@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>distro_tracking: update package alias</title>
<updated>2011-09-15T10:22:09+00:00</updated>
<author>
<name>Dongxiao Xu</name>
<email>dongxiao.xu@intel.com</email>
</author>
<published>2011-09-14T05:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=81388937aefbba9f57bf6351b43cff042e93ebf0'/>
<id>81388937aefbba9f57bf6351b43cff042e93ebf0</id>
<content type='text'>
Update package alias which exist in other two distributions.

Signed-off-by: Dongxiao Xu &lt;dongxiao.xu@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update package alias which exist in other two distributions.

Signed-off-by: Dongxiao Xu &lt;dongxiao.xu@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>task-core: split into task-core-console and task-core-x11</title>
<updated>2011-09-15T10:20:38+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2011-09-14T16:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=07407baafb728c5ae1bb283f5b02a2ac773360bc'/>
<id>07407baafb728c5ae1bb283f5b02a2ac773360bc</id>
<content type='text'>
[YOCTO #1481]

Since tasks are referred to almost exclusively via RDEPENDS, and bitbake
will build an entire task recipe when only one of its task packages are
actually needed, building a console-only image that uses
task-core-apps-console (or less directly, has apps-console in its
IMAGE_FEATURES) will cause a build of a whole list of X11 applications
that aren't needed. Splitting the task-core recipe into X11 and console
portions prevents this issue.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[YOCTO #1481]

Since tasks are referred to almost exclusively via RDEPENDS, and bitbake
will build an entire task recipe when only one of its task packages are
actually needed, building a console-only image that uses
task-core-apps-console (or less directly, has apps-console in its
IMAGE_FEATURES) will cause a build of a whole list of X11 applications
that aren't needed. Splitting the task-core recipe into X11 and console
portions prevents this issue.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>distro_tracking_field: add distro checking field</title>
<updated>2011-09-15T10:20:26+00:00</updated>
<author>
<name>Yu Ke</name>
<email>ke.yu@intel.com</email>
</author>
<published>2011-09-14T02:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=eaef15630c38b8dd60f83df766e6b17cb3838130'/>
<id>eaef15630c38b8dd60f83df766e6b17cb3838130</id>
<content type='text'>
add the missing distro checking field for some recipes

Signed-off-by: Yu Ke &lt;ke.yu@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add the missing distro checking field for some recipes

Signed-off-by: Yu Ke &lt;ke.yu@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>distro_tracking_fields: update binutils to 2.21.1a</title>
<updated>2011-08-29T18:44:21+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2011-08-29T18:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=fbd404a3dc57aa14f4e8ba0d594d00f024a3516b'/>
<id>fbd404a3dc57aa14f4e8ba0d594d00f024a3516b</id>
<content type='text'>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tcmode-default: update binutils version</title>
<updated>2011-08-29T18:43:53+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2011-08-29T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=92808484b1dfa55afa1af3a365898aab6d45f746'/>
<id>92808484b1dfa55afa1af3a365898aab6d45f746</id>
<content type='text'>
binutils is now at version 2.21.1a.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
binutils is now at version 2.21.1a.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>newt: update distro tracking fields</title>
<updated>2011-08-19T16:05:54+00:00</updated>
<author>
<name>Kang Kai</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2011-08-18T02:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=c539155c51e43680711130df9050d3e92282591e'/>
<id>c539155c51e43680711130df9050d3e92282591e</id>
<content type='text'>
Update newt distro tracking fields

Signed-off-by: Kang Kai &lt;kai.kang@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update newt distro tracking fields

Signed-off-by: Kang Kai &lt;kai.kang@windriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>alsa-tools: update license and add distro tracking fields</title>
<updated>2011-08-19T16:05:54+00:00</updated>
<author>
<name>Kang Kai</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2011-08-18T02:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=b989bb90919eb28cb92e842e989aa5b1fd7f068c'/>
<id>b989bb90919eb28cb92e842e989aa5b1fd7f068c</id>
<content type='text'>
Update license and other informations, then bump up PR.
Update distro tracking fields.

Signed-off-by: Kang Kai &lt;kai.kang@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update license and other informations, then bump up PR.
Update distro tracking fields.

Signed-off-by: Kang Kai &lt;kai.kang@windriver.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
