Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4 v8] linux-backports (new package) and misc related fixes (branch yem/linux-backports)
@ 2015-07-22 14:58 Yann E. MORIN
  2015-07-22 14:58 ` [Buildroot] [PATCH 1/4 v8] core/pkg-kconfig: do not override @D Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yann E. MORIN @ 2015-07-22 14:58 UTC (permalink / raw)
  To: buildroot

Hello All!

This series introduces linux-backports, which contains drivers from
recent kernels, backported unto older kernels (down to 3.0).

The series starts by fixing a shortcoming in the pkg-kconfig infra, then
does a bit of eye-candy in the Linux package, and finally introduces
linux-backports.

The thirs patch, linux-backports itself, uses a pure generic package,
and does not make use of the kernel-module infra, while the fourth and
latest patch converts it over to the kernel-module infra.

I'm not sure using the kernel-module infra is worth it, because it does
not gain us much in this case. Yet, it makes for a slightly more
beautiful .mk (IMHO!), even if a bit longer (+4 lines).

In the end, using it or not is the same to me (with a very slight
preference for using it, of course, but I won't mind either way).

Thanks go to Petr for doing the initial packaging of linux-backports,
and Arnout for suggesting the fix in patch 1. :-)

Regards,
Yann E. MORIN.


The following changes since commit 1f640a4e7a42667a88101f6ceb787fbb118a6acf:

  zedboard: Switch to U-Boot 2015.07 (2015-07-22 14:31:55 +0200)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/linux-backports

for you to fetch changes up to 200f17ef13ac12610b33139a1b1f8820fc0c85bd:

  package/linux-backports: switch to using the kernel-module infra (2015-07-22 16:44:57 +0200)

----------------------------------------------------------------
Petr Vorel (1):
      package/linux-backports: new package

Yann E. MORIN (3):
      core/pkg-kconfig: do not override @D
      package/linux: trash stderr in LINUX_VERSION_PROBED
      package/linux-backports: switch to using the kernel-module infra

 linux/linux.mk                               |  2 +-
 package/Config.in                            |  1 +
 package/linux-backports/Config.in            | 52 ++++++++++++++++++
 package/linux-backports/linux-backports.hash |  2 +
 package/linux-backports/linux-backports.mk   | 81 ++++++++++++++++++++++++++++
 package/pkg-kconfig.mk                       | 16 +++---
 6 files changed, 146 insertions(+), 8 deletions(-)
 create mode 100644 package/linux-backports/Config.in
 create mode 100644 package/linux-backports/linux-backports.hash
 create mode 100644 package/linux-backports/linux-backports.mk

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 8+ messages in thread

end of thread, other threads:[~2015-07-22 15:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 14:58 [Buildroot] [PATCH 0/4 v8] linux-backports (new package) and misc related fixes (branch yem/linux-backports) Yann E. MORIN
2015-07-22 14:58 ` [Buildroot] [PATCH 1/4 v8] core/pkg-kconfig: do not override @D Yann E. MORIN
2015-07-22 14:58 ` [Buildroot] [PATCH 2/4 v8] package/linux: trash stderr in LINUX_VERSION_PROBED Yann E. MORIN
2015-07-22 14:58 ` [Buildroot] [PATCH 3/4 v8] package/linux-backports: new package Yann E. MORIN
2015-07-22 15:03   ` Thomas Petazzoni
2015-07-22 14:58 ` [Buildroot] [PATCH 4/4 v8] package/linux-backports: switch to using the kernel-module infra Yann E. MORIN
2015-07-22 15:05   ` Thomas Petazzoni
2015-07-22 15:25 ` [Buildroot] [PATCH 0/4 v8] linux-backports (new package) and misc related fixes (branch yem/linux-backports) Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox