Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4 v2] manual: remove lists of packages (branch yem/manual-no-package-list)
@ 2016-09-03 22:58 Yann E. MORIN
  2016-09-03 22:58 ` [Buildroot] [PATCH 1/4 v2] package/cryptodev: properly declare providers Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Yann E. MORIN @ 2016-09-03 22:58 UTC (permalink / raw)
  To: buildroot

Hello All!

This series removes the list of packages from the manual

Those are huges, take up more than half of the manual and do not have
much value in the manual.

The only list tht kinda makes sense is the list iof virtual packages,
their symbols and their providers, to help in quickly identifying them
(for both users and packagers).

We replace the biggish and complex script that generates those lists
with a much simpler one that is targeted at only virtual packages.

The new script does not parse the Kconfig structure and uses a heuristic
to detect virtual packages and their providers: just grep the source
tree.

However, that turned up two discrepancies in how we define two virtual
packages, cryptodev and jpeg; their providers did not properly declare
themselves as providers.

We fix that, so the heuristic works for those two and their providers
as well.


Changes v1 -> v2:
  - keep the list of virtual packages
  - fix cryptodev and jpeg providers


Regards,
Yann E. MORIN.


The following changes since commit 15cf25114a4918bab0bf7a5d5cd198f864c02929

  agentpp: bump to 4.0.6 (2016-09-02 23:05:35 +0200)


are available in the git repository at:

  https://gitlab.com/ymorin/buildroot.git

for you to fetch changes up to 206a0e9bf7a1e99fa176fe1345d245881f14b858

  manual: get rid of the lists of packages (2016-09-04 00:38:22 +0200)


----------------------------------------------------------------
Yann E. MORIN (4):
      package/cryptodev: properly declare providers
      package/openssl: depend on the virtual cryptodev package
      package/jpeg: properly declare providers
      manual: get rid of the lists of packages

 docs/manual/appendix.txt                   |   32 +-
 docs/manual/manual.mk                      |   21 +-
 package/cryptodev-linux/cryptodev-linux.mk |    2 +
 package/jpeg-turbo/jpeg-turbo.mk           |    2 +
 package/libjpeg/libjpeg.mk                 |    1 +
 package/ocf-linux/ocf-linux.mk             |    2 +
 package/openssl/openssl.mk                 |    9 +-
 support/scripts/gen-manual-lists           |   62 +
 support/scripts/gen-manual-lists.py        |  513 ----
 support/scripts/kconfiglib.py              | 3541 ----------------------------
 support/scripts/readme.kconfiglib          |   30 -
 11 files changed, 76 insertions(+), 4139 deletions(-)
 create mode 100755 support/scripts/gen-manual-lists
 delete mode 100644 support/scripts/gen-manual-lists.py
 delete mode 100644 support/scripts/kconfiglib.py
 delete mode 100644 support/scripts/readme.kconfiglib

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

end of thread, other threads:[~2016-09-19 20:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-03 22:58 [Buildroot] [PATCH 0/4 v2] manual: remove lists of packages (branch yem/manual-no-package-list) Yann E. MORIN
2016-09-03 22:58 ` [Buildroot] [PATCH 1/4 v2] package/cryptodev: properly declare providers Yann E. MORIN
2016-09-03 22:58 ` [Buildroot] [PATCH 2/4 v2] package/openssl: depend on the virtual cryptodev package Yann E. MORIN
2016-09-03 22:58 ` [Buildroot] [PATCH 3/4 v2] package/jpeg: properly declare providers Yann E. MORIN
2016-09-03 22:58 ` [Buildroot] [PATCH 4/4 v2] manual: get rid of the lists of packages Yann E. MORIN
2016-09-04 13:20   ` Thomas Petazzoni
2016-09-04 14:15     ` Yann E. MORIN
2016-09-04 15:19       ` Thomas Petazzoni
2016-09-19 17:47   ` Thomas Petazzoni
2016-09-19 20:42     ` Peter Korsgaard
2016-09-04 13:47 ` [Buildroot] [PATCH 0/4 v2] manual: remove lists of packages (branch yem/manual-no-package-list) Thomas Petazzoni

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