All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] package/pkg-kconfig: introduce generic help (branch yem/kconfig-help)
@ 2021-07-24 21:19 Yann E. MORIN
  2021-07-24 21:19 ` [Buildroot] [PATCH 1/4] package/pkg-kconfig: move defaults before calling pkg-generic Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yann E. MORIN @ 2021-07-24 21:19 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas De Schampheleire, Yann E . MORIN, Thomas Petazzoni

Hello All!

This is a counter-proposal to an eariler patch from Thomas, which adds
and fixes help entries for kconfig packages:

    https://patchwork.ozlabs.org/project/buildroot/patch/20210703194001.693553-1-thomas.petazzoni@bootlin.com/

Compared to that patch, this series ointroduces a generic help generator
for kconfig packages, and removes all existing custom help commands for
those packages.

As a cherry on the cake, it adds a new configurator to uClibc, which as
supported nconfig for some time now...

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (4):
      package/pkg-kconfig: move defaults before calling pkg-generic
      package/pkg-kconfig: generate generic help
      package: use the generic _HELP_CMDS for kconfig-based packages
      package/uclibc: add nconfig as a kconfig editor

 boot/barebox/barebox/barebox.mk         |  5 -----
 boot/uboot/uboot.mk                     |  6 -----
 docs/manual/adding-packages-kconfig.txt |  3 +++
 linux/linux.mk                          |  7 ------
 package/busybox/busybox.mk              |  5 +----
 package/pkg-kconfig.mk                  | 40 ++++++++++++++++++++++++++-------
 package/uclibc/uclibc.mk                |  5 +----
 7 files changed, 37 insertions(+), 34 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-05 10:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24 21:19 [Buildroot] [PATCH 0/4] package/pkg-kconfig: introduce generic help (branch yem/kconfig-help) Yann E. MORIN
2021-07-24 21:19 ` [Buildroot] [PATCH 1/4] package/pkg-kconfig: move defaults before calling pkg-generic Yann E. MORIN
2021-07-24 21:19 ` [Buildroot] [PATCH 2/4] package/pkg-kconfig: generate generic help Yann E. MORIN
2021-07-25 13:19   ` Arnout Vandecappelle
2021-07-24 21:19 ` [Buildroot] [PATCH 3/4] package: use the generic _HELP_CMDS for kconfig-based packages Yann E. MORIN
2021-07-24 21:19 ` [Buildroot] [PATCH 4/4] package/uclibc: add nconfig as a kconfig editor Yann E. MORIN
2021-08-05 10:03   ` Peter Korsgaard
2021-07-25 13:21 ` [Buildroot] [PATCH 0/4] package/pkg-kconfig: introduce generic help (branch yem/kconfig-help) Arnout Vandecappelle

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.