All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] toolchain: add possibility to use kernel version for linux-headers (branch yem/kenrel-headers)
@ 2016-01-20 18:34 Yann E. MORIN
  2016-01-20 18:34 ` [Buildroot] [PATCH 1/3] package/linux-headers: add option to use same sources as the kernel Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Yann E. MORIN @ 2016-01-20 18:34 UTC (permalink / raw)
  To: buildroot

Hello All!

This small series is a proposal to add the long-awaited-for possibility
to use the kernel version as the version for the linux-headers.

  - first pach does exactly that,
  - second patch changes defconfigs to use it,
  - third patch gets rid of the former opposite option.

Regards,
Yann E. MORIN.


The following changes since commit fef4fc0e0ebb5235b4aa9301ee7e34a85e8fb4a3:

  libcroco: fix typo in license file (2016-01-20 17:27:25 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/kenrel-headers

for you to fetch changes up to f222817257d3ddfbedb60edb0f259ba4ec35e003:

  linux: drop the option to use the same version as that of the headers (2016-01-20 19:31:41 +0100)

----------------------------------------------------------------
Yann E. MORIN (3):
      package/linux-headers: add option to use same sources as the kernel
      defconfigs: use the new headers-version-same-as-kernel-version option
      linux: drop the option to use the same version as that of the headers

 Config.in.legacy                         | 10 ++++++++++
 configs/freescale_imx28evk_defconfig     |  5 ++---
 configs/freescale_imx31_3stack_defconfig |  9 ++++-----
 configs/ts5x00_defconfig                 | 15 +++++++++++----
 linux/Config.in                          | 12 ------------
 linux/linux.mk                           |  3 ---
 package/linux-headers/Config.in.host     | 12 +++++++++++-
 package/linux-headers/linux-headers.mk   | 25 ++++++++++++++++++++++---
 8 files changed, 60 insertions(+), 31 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-02-02  9:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20 18:34 [Buildroot] [PATCH 0/3] toolchain: add possibility to use kernel version for linux-headers (branch yem/kenrel-headers) Yann E. MORIN
2016-01-20 18:34 ` [Buildroot] [PATCH 1/3] package/linux-headers: add option to use same sources as the kernel Yann E. MORIN
2016-01-20 20:36   ` Thomas Petazzoni
2016-01-20 21:03     ` Yann E. MORIN
2016-02-02  9:05   ` Peter Korsgaard
2016-01-20 18:34 ` [Buildroot] [PATCH 2/3] defconfigs: use the new headers-version-same-as-kernel-version option Yann E. MORIN
2016-01-20 20:38   ` Thomas Petazzoni
2016-01-20 21:29     ` Peter Korsgaard
2016-01-20 21:37       ` Steve Calfee
2016-01-20 22:05         ` Thomas Petazzoni
2016-01-20 22:08         ` Yann E. MORIN
2016-01-20 21:58     ` Yann E. MORIN
2016-01-20 22:07       ` Thomas Petazzoni
2016-01-20 22:15         ` Yann E. MORIN
2016-01-20 18:34 ` [Buildroot] [PATCH 3/3] linux: drop the option to use the same version as that of the headers Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.