<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-tlk, branch fido</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=fido</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=fido'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2014-06-23T14:47:57+00:00</updated>
<entry>
<title>meta-tlk: using wildcard bbappend for linux-yocto</title>
<updated>2014-06-23T14:47:57+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2014-06-18T01:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=76f529881208811e314dba1478cc3a70abf3160f'/>
<id>urn:sha1:76f529881208811e314dba1478cc3a70abf3160f</id>
<content type='text'>
Thanks to Ross Burton for this suggestion.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>Provide a time limited kernel extension for the v3.14 kernel</title>
<updated>2014-06-12T17:00:09+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2014-06-12T01:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=6aa0c6a6a75f6a4c2fda8e59be1212464307c69a'/>
<id>urn:sha1:6aa0c6a6a75f6a4c2fda8e59be1212464307c69a</id>
<content type='text'>
This enables the tlk feature for the v3.14 kernel.

Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>Remove linux-yocto 3.8 bbappends</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-02-11T23:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f4d24c4363eeedb8c0dfac7086a684510d71ffb1'/>
<id>urn:sha1:f4d24c4363eeedb8c0dfac7086a684510d71ffb1</id>
<content type='text'>
The current development branch (for 1.6) supports 3.10 and -dev
linux-yocto kernels. Delete all the lingering 3.8 kernel recipes.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Remove linux-yocto 3.4 bbappends</title>
<updated>2014-03-12T21:51:00+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2014-03-12T17:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a1f14721d2e2a1b694ca805f9a27a6fefa213a02'/>
<id>urn:sha1:a1f14721d2e2a1b694ca805f9a27a6fefa213a02</id>
<content type='text'>
The current development branch (for 1.6) supports 3.10 and -dev
linux-yocto kernels. Delete all the lingering 3.4 kernel recipes.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-tlk: Update linux-yocto bbappend after bitbake changes</title>
<updated>2014-02-17T21:43:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-02-17T21:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=a2e40547fd6e2e7874e1587956c4490904ce552a'/>
<id>urn:sha1:a2e40547fd6e2e7874e1587956c4490904ce552a</id>
<content type='text'>
For various (good) reasons we needed to adjust bitbake so that PN
is only set in bbappend/bb files, not from conf/inc files since
in many cases this was leading to odd/unexpected behaviour.

The variable can be used in these files however it cannot be
expanded, as it is here. We therefore need to remove the expansion
and replace with the real string. This fixes builds in master.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-tlk: enable for linux-yocto_3.10</title>
<updated>2013-11-08T15:19:59+00:00</updated>
<author>
<name>Ong Boon Leong</name>
<email>boon.leong.ong@intel.com</email>
</author>
<published>2013-11-08T09:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5b8906515f97dd1f5704a6ace8d8fb7d32541592'/>
<id>urn:sha1:5b8906515f97dd1f5704a6ace8d8fb7d32541592</id>
<content type='text'>
This is to enable time-limited-kernel for linux-yocto
v3.10.

Signed-off-by: Ong Boon Leong &lt;boon.leong.ong@intel.com&gt;
Acked-By: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-tlk/base-files: Drop unneeded PR bump</title>
<updated>2013-09-11T16:59:11+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-09-11T16:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=78f83fed4fbd6e7f0af0edabf6a90d91d61a4237'/>
<id>urn:sha1:78f83fed4fbd6e7f0af0edabf6a90d91d61a4237</id>
<content type='text'>
We don't bump PR values since we have the PR server now.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Acked-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-tlk/psplash: Drop uneeded DEPENDS</title>
<updated>2013-06-24T14:25:22+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-06-24T14:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f6dbf42654aeec5f36dddedda6433a87e01ae726'/>
<id>urn:sha1:f6dbf42654aeec5f36dddedda6433a87e01ae726</id>
<content type='text'>
The core recipe correctly handles this dependency so no need for it in
the .bbappend.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta-intel: Drop PRINC usage</title>
<updated>2013-06-24T13:55:59+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-06-24T13:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=c5a0c81e49e74fc5ddccb43dd8d3d89312389c44'/>
<id>urn:sha1:c5a0c81e49e74fc5ddccb43dd8d3d89312389c44</id>
<content type='text'>
With the switch to the PR server we don't need to use PRINC. This
patch matches a change to OE-Core to bump the PR values of the appropriate
core recipes so PR values don't go backwards.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>linux-yocto: Drop 3.2 bbappends</title>
<updated>2013-05-31T07:21:21+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-05-31T07:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=24d63bd57269f3142c57c2d697c56101f73b23dc'/>
<id>urn:sha1:24d63bd57269f3142c57c2d697c56101f73b23dc</id>
<content type='text'>
As part of the usual kernel upgrade cycle, the 3.2 kernel has been removed from
OE-Core so remove the bbappend files from meta-intel too.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
