<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/linux-headers, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2019-04-01T00:13:00+00:00</updated>
<entry>
<title>Merge tag '2019.02.1' into 2019.02-op-build</title>
<updated>2019-04-01T00:13:00+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2019-04-01T00:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b5542e1abd3d92012a384b3676eceea7248a4569'/>
<id>urn:sha1:b5542e1abd3d92012a384b3676eceea7248a4569</id>
<content type='text'>
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>{linux, linux-headers}: bump 4.{4, 9, 14, 19, 20}.x / 5.0.x series</title>
<updated>2019-03-29T13:48:46+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2019-03-28T21:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=99298ec02d7207deb2c1a5634464123ec37191f9'/>
<id>urn:sha1:99298ec02d7207deb2c1a5634464123ec37191f9</id>
<content type='text'>
Notice: 4.20.x is now EOL.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
[Peter: drop 5.0.x bump]
(cherry picked from commit 198b4cff10aa7e25bac28b54721638119e8fd1f1)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/linux-headers: add support for Linux 5.0 kernel headers</title>
<updated>2019-03-27T02:17:44+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2019-03-21T00:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8f319174182b7d22c729c4301c9231ece3e7586b'/>
<id>urn:sha1:8f319174182b7d22c729c4301c9231ece3e7586b</id>
<content type='text'>
This sets 5.0 to be the default, moving from 4.19 which was used instead
of 4.20 for the LTS branch.

We need to update linux/linux.hash as part of this commit, because
package/linux-headers/linux-headers.hash is a symlink to
linux/linux.hash.

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
(cherry picked from commit 6c6137ab2b0be6278b43ae187e84b1d56bcd2b97)
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux{, -headers}: support downloads of v5+</title>
<updated>2019-03-27T02:17:44+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2019-03-06T21:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=270e1676cb16d259d1713c7fb71aa86ae66a360e'/>
<id>urn:sha1:270e1676cb16d259d1713c7fb71aa86ae66a360e</id>
<content type='text'>
With the arrival of linux v5.0, we need yet another condition to set
_SITE correctly. Instead of continuing this madness, solve the problem
generically: use v2.6 for 2.6.*, and use the number before the first dot
in the other cases.

While we're at it, remove the comment which has been incorrect since
80d7b68167a5c8893e906ace6b5f0b0166336406 (7 years ago).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Tested-by: Jan Kundrát &lt;jan.kundrat@cesnet.cz&gt;
Tested-by: Adam Duskett &lt;aduskett@gmail.com&gt;
Reviewed-by: Adam Duskett &lt;aduskett@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
(cherry picked from commit 4ed7246a597325cea2c5b4624b7c94c67ca8662d)
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>package/linux-headers: fix support for -rc kernels</title>
<updated>2019-03-27T02:17:44+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2019-03-06T21:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b43adb594d8a9084207158825b1c2bd650f83b2f'/>
<id>urn:sha1:b43adb594d8a9084207158825b1c2bd650f83b2f</id>
<content type='text'>
-rc kernels after v3.x are no longer available in the testing
subdirectory. Instead they should be fetched from cgit.

Commit ff4cccbdcf5417a5a8c251ff302791a306023cc1 did this for linux
itself, now we also do it for linux-headers.

When fetched from cgit, .tar.xz can't be used. Adding this to the
existing condition is not so simple, so refactor how _SOURCE is set:
simply set it explicitly in each branch of the condition. While more
verbose (it is repeated 4 times), it's easier to understand and to
maintain.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
(cherry picked from commit 1b94e8dcb368cd71d8002427bf4a150a2f082aa2)
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>linux{, -headers}: support downloads of v5+</title>
<updated>2019-03-25T20:46:10+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2019-03-06T21:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bc31a761c571fed11b508b01eb44c4a4dd0e4c14'/>
<id>urn:sha1:bc31a761c571fed11b508b01eb44c4a4dd0e4c14</id>
<content type='text'>
With the arrival of linux v5.0, we need yet another condition to set
_SITE correctly. Instead of continuing this madness, solve the problem
generically: use v2.6 for 2.6.*, and use the number before the first dot
in the other cases.

While we're at it, remove the comment which has been incorrect since
80d7b68167a5c8893e906ace6b5f0b0166336406 (7 years ago).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Tested-by: Jan Kundrát &lt;jan.kundrat@cesnet.cz&gt;
Tested-by: Adam Duskett &lt;aduskett@gmail.com&gt;
Reviewed-by: Adam Duskett &lt;aduskett@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
(cherry picked from commit 4ed7246a597325cea2c5b4624b7c94c67ca8662d)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/linux-headers: fix support for -rc kernels</title>
<updated>2019-03-25T20:41:26+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2019-03-06T21:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7d0322fe3c1e1b8893fdf0f8a96f075c6ad42da6'/>
<id>urn:sha1:7d0322fe3c1e1b8893fdf0f8a96f075c6ad42da6</id>
<content type='text'>
-rc kernels after v3.x are no longer available in the testing
subdirectory. Instead they should be fetched from cgit.

Commit ff4cccbdcf5417a5a8c251ff302791a306023cc1 did this for linux
itself, now we also do it for linux-headers.

When fetched from cgit, .tar.xz can't be used. Adding this to the
existing condition is not so simple, so refactor how _SOURCE is set:
simply set it explicitly in each branch of the condition. While more
verbose (it is repeated 4 times), it's easier to understand and to
maintain.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
(cherry picked from commit 1b94e8dcb368cd71d8002427bf4a150a2f082aa2)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>{linux, linux-headers}: bump 4.{4, 9, 14, 19, 20}.x series</title>
<updated>2019-02-27T13:38:41+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2019-02-27T08:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cbf1d861fadb491eee6e3686019d8f67d7f4ad85'/>
<id>urn:sha1:cbf1d861fadb491eee6e3686019d8f67d7f4ad85</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>{linux, linux-headers}: bump 4.{4, 9, 14, 19, 20}.x series</title>
<updated>2019-02-14T20:47:04+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2019-02-13T17:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e4bbdeec9d2a9e46041d48d14fe45dcca03bb480'/>
<id>urn:sha1:e4bbdeec9d2a9e46041d48d14fe45dcca03bb480</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>{linux, linux-headers}: bump 4.{4, 9, 14, 19, 20}.x series</title>
<updated>2019-01-27T09:50:29+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2019-01-26T10:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c331187744a91571d8be20e7fff870a3fc062db0'/>
<id>urn:sha1:c331187744a91571d8be20e7fff870a3fc062db0</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
