Petri Gynther
8218ab8019
toolchain: configs: improve toolchain config readability
...
Add (or move) comment lines in toolchain-related Config.in files
to improve readability of the toolchain config section.
Source linux-headers/Config.in.host after toolchain-buildroot items.
For toolchain-buildroot case, the config file now looks like this:
*
* Toolchain
*
*
* Toolchain Buildroot Options
*
*
* Kernel Header Options
*
*
* uClibc Options
*
*
* Binutils Options
*
*
* GCC Options
*
*
* Host GDB Options
*
*
* Toolchain Generic Options
*
Signed-off-by: Petri Gynther <pgynther@google.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-25 23:31:47 +02:00
Gustavo Zacarias
5858973eaf
linux-headers: bump 3.{2, 10, 12}.x and 4.{4, 7, 8}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-23 14:24:54 +02:00
Gustavo Zacarias
7301856432
linux-headers: bump 4.{4, 7, 8}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-20 21:34:37 +02:00
Gustavo Zacarias
a899cb8b8c
linux-headers: bump 3.12.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-19 17:37:58 +02:00
Gustavo Zacarias
6d9791f059
linux-headers: bump 4.{4, 7, 8}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-18 22:15:35 +02:00
Arnout Vandecappelle
133466f5f2
linux-headers: remove deprecated version 4.2 and 4.3
...
We will remove BR2_DEPRECATED, so remove this deprecated package.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-15 23:14:45 +02:00
Gustavo Zacarias
36b52da5a2
linux-headers: bump 3.18.x and 4.1.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-12 22:27:38 +02:00
Gustavo Zacarias
aadb8b3bca
linux-headers: bump 4.{4, 7, 8}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-07 22:34:25 +02:00
Gustavo Zacarias
3756abdfa0
linux-headers: bump 3.12.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-04 14:43:13 +02:00
Gustavo Zacarias
3b27a4639f
linux-headers: add support for builtin 4.8 headers
...
The rest of the support was added in d3ac2bc6
.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-03 17:14:34 +02:00
Gustavo Zacarias
eabc838b1b
linux-headers: bump 4.{4, 7}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-01 09:54:00 +02:00
Gustavo Zacarias
f799ced35f
linux-headers: bump 4.{4, 7}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-24 16:40:09 +02:00
Gustavo Zacarias
783c215c82
linux-headers: bump 3.{2, 14}.x and 4.4.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-15 17:48:18 +02:00
Vicente Olivert Riera
114cec2bba
linux-headers: bump 4.7.x series to 4.7.4
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-15 12:50:38 +02:00
Fabio Estevam
d3ac2bc616
linux-headers: allow specifying 4.8 as kernel header version
...
Even though 4.8 is not released yet, some people may want to build a
system using the 4.8-rc kernel, and point to the kernel sources as the
kernel headers to use for the toolchain.
In order to make this possible, this commit adds support for specifying
4.8 as the kernel headers version, in both the internal and external
toolchain logic.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
[Thomas: remove support for 4.8 headers selection, and rework commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-12 22:57:53 +02:00
Gustavo Zacarias
3c590a3ec5
linux-headers: remove deprecated versions
...
Linux headers 3.19.x and 4.0.x have been deprecated for a while now, so
it's time to remove them.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-11 16:00:46 +02:00
Vicente Olivert Riera
e38f19a21d
linux-headers: bump 4.7.x series to 4.7.3
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-07 11:59:53 +02:00
Gustavo Zacarias
81c8bd86e3
linux-headers: bump 3.{12, 18}.x and 4.1.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-06 21:30:55 +02:00
Gustavo Zacarias
f7d7db2469
linux-headers: bump 3.10.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-08-29 17:09:35 +02:00
Gustavo Zacarias
caf3a7bdf5
linux-headers: bump 3.18.x and 4.1.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-23 15:00:52 +02:00
Gustavo Zacarias
a55efa213b
linux-headers: bump 3.14.x and 4.{4, 7}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-20 22:33:06 +02:00
Gustavo Zacarias
29a0a9f00c
linux-headers: bump 3.14.x and 4.{4, 6, 7}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-08-17 08:22:11 +02:00
Fabio Estevam
033f8a4504
linux-headers: bump 3.{14, 18}.x and 4.{1, 4, 6}.x series
...
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-10 14:23:08 +02:00
Fabio Estevam
3b2e656b5f
linux-headers: bump 3.18.x and 4.1.x series
...
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-04 22:44:49 +02:00
Fabio Estevam
d2a14b5315
linux-headers: bump 3.14.x and 4.{4, 6}.x series
...
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-07-28 21:52:05 +02:00
Fabio Estevam
5c5ec8c8c8
linux-headers: bump default to version 4.7
...
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-25 22:17:17 +02:00
Gustavo Zacarias
4b67c011bf
linux-headers: bump 3.12.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-23 15:06:33 +02:00
Gustavo Zacarias
166df145b3
linux-headers: bump 3.18.x and 4.{1, 4}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-14 12:33:34 +02:00
Fabio Estevam
68790b5698
linux-headers: Bump to 4.6.4 kernel
...
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-07-11 21:55:22 +02:00
Yann E. MORIN
4014b58760
package/linux-headers: do not default to any version for custom headers
...
Currently, for a custom headers version, or for the same headers as the
kernel, wedefault to a "very old" version (i.e. 2.6.x in practice).
However, as Vivien explained, when using the same headers as the kernel,
and the kernel is set to use the default version (aka latest version
known to Buildroot) of the kernel, one would expect the headers are
automatically tracking the latest version. Off course, that expectation
is broken because of the above.
However, whatever version we default to, it will probably not be
correct, whether we default to the latest version or to the "very old"
version.
So, simply drop the specific default version, so the default is now the
latest version.
Note: that has the potential to break existing defconfig files that
relied on the "very old" version to be the default. Well, whatever,
they'll get a build failre quite early, and it is easy to fix.
Reported-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-01 22:41:23 +02:00
Yann E. MORIN
e7fc2404f0
package/linux-headers: improve help text and prompt
...
The way the help text and prompt for the kernel header version choice is
written can be misleading to some users.
Rewite them so it is more explicit.
Reported-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-01 17:16:37 +02:00
Bernd Kuhls
a6e1c90ef4
package/linux-headers: bump 3.{18, 14}.x and 4.{1, 4, 6}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-25 15:28:05 +02:00
Gustavo Zacarias
a3f84c7e2a
linux-headers: bump 3.12.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-22 10:32:22 +02:00
Gustavo Zacarias
f25f053cd7
linux-headers: bump 3.2.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-19 10:52:45 +02:00
Gustavo Zacarias
9c9f149a21
linux-headers: bump 3.10.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-15 09:42:25 +02:00
Gustavo Zacarias
9fcc2949b1
linux-headers: bump 3.{18, 14}.x and 4.{1, 4, 5, 6}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-08 14:05:00 +02:00
Gustavo Zacarias
240cb9663d
linux-headers: bump 3.{18, 14, 12}.x and 4.{1, 4, 5}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-03 09:44:05 +02:00
Fabio Estevam
00bd9daf0e
linux-headers: Bump to 4.6.1 kernel
...
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-02 15:26:15 +02:00
Peter Korsgaard
577021e81b
Merge branch 'next'
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-01 17:55:16 +02:00
Gustavo Zacarias
204590af0e
linux-headers: bump 3.14.x and 4.{4, 5}.x series
...
Kernel headers 4.5 -> 4.5.4 broke netfilter uapi headers leading to
build failures for cases where glibc's net/if.h was included before
linux/if.h
This is fixed since 4.5.5 via linux kernel commit 4a91cb61 and fixes:
http://autobuild.buildroot.net/results/736/7362431f62ebb1b436ac41ea3ef85228c763e6f3/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-22 22:50:42 +02:00
Gustavo Zacarias
d038cce505
linux-headers: add 4.6.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-05-16 21:18:02 +02:00
Gustavo Zacarias
5883703bcd
linux-headers: bump 3.{14, 18}.x and 4.{1, 4, 5}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-05-11 22:01:59 +02:00
Gustavo Zacarias
c0c40deb79
linux-headers: bump 3.14.x and 4.{4, 5}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-05 22:19:12 +02:00
Gustavo Zacarias
1a97d49f61
linux-headers: bump 3.2.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-01 23:48:22 +02:00
Gustavo Zacarias
70fc85f969
linux-headers: bump 4.1.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-29 19:37:18 +02:00
Gustavo Zacarias
7e40766473
linux-headers: bump 3.{4, 12, 18}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-27 22:07:00 +02:00
Gustavo Zacarias
c500a4f2a8
linux-headers: bump 3.{14, 18}.x and 4.{1, 4, 5}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-20 13:39:24 +02:00
Gustavo Zacarias
8921e11f77
linux-headers: bump 3.12.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-13 21:06:09 +02:00
Gustavo Zacarias
ddf46857fd
linux-headers: bump 3.14.x and 4.{4, 5}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-12 23:20:37 +02:00
Gustavo Zacarias
cb706d959b
linux-headers: bump 3.18.x and 4.1.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-07 21:45:12 +02:00