Bernd Kuhls
88a2e0c473
{linux, linux-headers}: bump 5.15.x / 6.{1, 3, 4}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-10 18:36:41 +02:00
Bernd Kuhls
32230a52aa
{toolchain, linux-headers}: add support for 6.4 headers
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 10:27:46 +02:00
Bernd Kuhls
3512b76f2e
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-06 10:25:21 +02:00
Bernd Kuhls
11ca48bc4b
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-06-24 22:42:20 +02:00
Bernd Kuhls
88108f9793
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-18 13:44:40 +02:00
Bernd Kuhls
ed4792aaec
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-18 13:26:44 +02:00
Bernd Kuhls
2b0c6c0b72
{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-06 21:40:50 +02:00
Bernd Kuhls
073d6dbcb1
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-02 20:48:13 +02:00
Bernd Kuhls
4030a7eb59
package/linux-headers: drop 6.2.x option
...
The 6.2.x series is now EOL upstream, so drop the linux-headers option
and add legacy handling for it.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-27 11:54:08 +02:00
Bernd Kuhls
c27bf8881d
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 2, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-27 11:47:25 +02:00
Bernd Kuhls
9868d37f5c
{linux, linux-headers}: 5.15.x / 6.{1, 2, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-11 22:23:38 +02:00
Bernd Kuhls
773a6fb1b2
{linux, linux-headers}: 5.15.x / 6.{1, 2, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-04 22:06:31 +02:00
Bernd Kuhls
eadff4efe9
{toolchain, linux-headers}: add support for 6.3 headers
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-04-30 22:42:00 +02:00
Bernd Kuhls
b73d16cdcf
{toolchain, linux-headers}: add support for 6.2 headers
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-04-30 22:41:39 +02:00
Bernd Kuhls
d79fce3edd
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.1.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-04-30 22:41:21 +02:00
Oleg Lyovin
36bdfd29d8
package/linux-headers: use BR2_MAKE
...
Since kernel version 6.2, the minimum GNU Make version is 3.82 [1]. We
have an optional host-make 4.0 minimum dependency, so we can use it as
is. It's a bit unfortunate that we have to apply this even to older
kernel versions, but make itself builds fairly fast compared to the
toolchain (which is the only reason to build linux-headers).
Use BR2_MAKE for linux-headers, and depend on BR2_MAKE_HOST_DEPENDENCY.
Signed-off-by: Oleg Lyovin <ovlevin@sberdevices.ru >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2023-04-10 17:24:14 +02:00
Lang Daniel
159df6a531
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.1.x series
...
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-02-27 15:48:43 +01:00
Peter Korsgaard
e2b70aa949
package/linux-headers: drop 6.0.x option
...
The 6.0.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-02-14 18:12:17 +01:00
Peter Korsgaard
6634710cdb
package/linux-headers: drop 4.9.x option
...
The 4.9.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-02-14 18:12:05 +01:00
Peter Korsgaard
36a8be4770
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.1.x series
...
4.9.x / 6.0.x is now EOL.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-02-14 18:11:38 +01:00
Ricardo Martincoski
367bd65f3c
package/linux-headers: remove bogus symbol BR2_PACKAGE_HOST_LINUX_HEADERS
...
The package host-linux-headers does not exist and there were never
references to this symbol in the tree, do drop it.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-02-06 14:22:38 +01:00
Peter Korsgaard
def789059a
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.1.x series
...
4.9.x / 6.0.x is now EOL.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-02-03 08:32:00 +01:00
Peter Korsgaard
479b042433
{linux, linux-headers}: bump 4.9.x / 5.{10, 15}.x / 6.{0, 1}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-01-13 11:21:08 +01:00
Bernd Kuhls
a94567b4b5
{linux, linux-headers}: bump 5.15.x / 6.{0, 1}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-01-03 13:58:19 +01:00
Bernd Kuhls
0245d30e56
{linux, linux-headers}: 5.{4, 10, 15}.x / 6.{0, 1}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-12-22 08:39:31 +01:00
Bernd Kuhls
79bb1ab519
{toolchain, linux-headers}: add support for 6.1 headers
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-12-18 14:56:37 +01:00
Bernd Kuhls
298bcb0455
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x / 6.0.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-12-18 14:56:15 +01:00
Bernd Kuhls
5449ea7d20
package/linux-headers: drop 5.19.x option
...
The 5.19.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-12-11 11:32:26 +01:00
Bernd Kuhls
6936ec7ec6
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x / 6.0.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-12-11 11:32:26 +01:00
Peter Korsgaard
f157a11362
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15, 19}.x / 6.0.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-11-23 11:01:46 +01:00
Peter Korsgaard
716b8c4e7b
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x / 6.0.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-10-15 18:49:27 +02:00
Peter Korsgaard
9647bf80a9
package/linux-headers: drop 5.17.x option
...
The 5.17.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-10-06 19:53:49 +02:00
Peter Korsgaard
4613b7aaf0
{toolchain, linux-headers}: add support for 6.0 headers
...
And add (and default to) 6.0 to linux-headers.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-10-06 19:53:40 +02:00
Peter Korsgaard
0551f23b05
{toolchain, linux-headers}: add support for 5.19 headers
...
And add (and default to) 5.19.13 to linux-headers.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-10-06 19:53:35 +02:00
Peter Korsgaard
db678645eb
{toolchain, linux-headers}: add support for 5.18 headers
...
Do not add a preconfigured 5.18.x version to linux-headers as 5.18.x is
already EOL.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-10-06 19:53:31 +02:00
Peter Korsgaard
49f661e548
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-09-09 21:48:51 +02:00
Peter Korsgaard
2bc9cac446
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
...
5.17.x is EOL.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-09-04 09:51:20 +02:00
Yann E. MORIN
84fe8e694e
package: drop csky support in toolchain-related packages
...
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Guo Ren <ren_guo@c-sky.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-27 17:00:30 +02:00
Peter Korsgaard
5645990b88
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15, 17}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-11 18:38:46 +02:00
Peter Korsgaard
3176d9febb
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15, 17}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-06-06 11:48:58 +02:00
Peter Korsgaard
d1f7af938c
{linux, linux-headers}: default to 5.17.x
...
5.15.x is getting quite old, so default to 5.17.x instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-05-13 23:47:31 +02:00
Peter Korsgaard
334924192b
package/linux-headers: drop 5.16.x option
...
The 5.16.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-05-13 23:47:28 +02:00
Peter Korsgaard
2b134f9549
{toolchain, linux-headers}: add support for 5.17.x headers
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-05-13 18:32:13 +02:00
Peter Korsgaard
9286f2a4d4
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-05-13 18:32:10 +02:00
Peter Korsgaard
5cc46a0722
package/linux-headers: drop 4.4.x option
...
The 4.4.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-05-04 21:39:53 +02:00
Peter Korsgaard
efdbd301b7
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15, 16}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-05-04 21:38:53 +02:00
James Hilliard
c457bf9cb4
package/linux-headers: prevent invalid custom headers selection
...
If BR2_KERNEL_HEADERS_AS_KERNEL is selected and the kernel version
is known we should not allow potentially incompatible custom headers
to be selected.
For BR2_LINUX_KERNEL_LATEST_CIP_VERSION and
BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION this means we should select
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 and for
BR2_LINUX_KERNEL_LATEST_VERSION this means we should select
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15.
Fixes:
- http://autobuild.buildroot.net/results/816/816d7a3ad77ba051fff7fba7f2a38fc31549c360
- http://autobuild.buildroot.net/results/3c3/3c3a9fc1a1e0002ae8169fd47b3003ebb86935f6
- http://autobuild.buildroot.net/results/188/18883459577dc0fdc01149110ffb81bf1a28c94a
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-05-03 22:09:51 +02:00
Peter Korsgaard
c3ac7eb133
{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15, 16}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-04-11 09:15:50 +02:00
James Hilliard
4ff6a0587f
package/linux-headers: error if headers version is not set
...
Validate that BR2_DEFAULT_KERNEL_VERSION is set when required.
Fixes:
http://autobuild.buildroot.net/results/2b9/2b91cb82a290348843a2422c01b10e49f45be9ca
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
[Arnout: add BR_BUILDING condition]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-04-04 20:38:48 +02:00
James Hilliard
6c5f78f890
package/linux-headers: ensure tarball location is set
...
Validate that BR2_KERNEL_HEADERS_CUSTOM_TARBALL_LOCATION is set when
required.
Fixes:
http://autobuild.buildroot.net/results/f5e/f5e25cbb571c42f8a1728afa856a4fd54f4ad105
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
[Arnout: add BR_BUILDING condition]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-04-04 20:37:38 +02:00