From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/4 v2] manual: remove lists of packages (branch yem/manual-no-package-list)
Date: Sun, 4 Sep 2016 00:58:40 +0200 [thread overview]
Message-ID: <cover.1472943074.git.yann.morin.1998@free.fr> (raw)
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. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2016-09-03 22:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-03 22:58 Yann E. MORIN [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1472943074.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox