From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 00/32] systemd feature selection
Date: Tue, 7 Jun 2016 22:21:55 +0200 [thread overview]
Message-ID: <20160607202155.GC3775@free.fr> (raw)
In-Reply-To: <1456437341-19025-1-git-send-email-gabe@hashrabbit.co>
Gabe, All,
On 2016-02-25 21:55 +0000, Gabe Evans spake thusly:
> I've made improvements to the systemd package to allow more fine-grained
> selection of tools and services. With these additions, it's possible to reduce
> the install footprint by about 60% (~12 MB).
Soem of those patches have already been applied. However, some of them
are still pending. Sorry it takes so long to review the rest of your
series.
FYI, I'm during some heavy-lifting [0] in the way we are handling a
systemd-based system in Buildroot, and I plan on looking at the rest of
your series when I wrapped my head around systemd.
[0] https://git.buildroot.org/~ymorin/git/buildroot/log/?h=yem/systemd-skeleton
In the meantime, it would be really great if you could rebase the rest
of your series on top of the latest master and repost it. Please add me
in Cc: (at least on the cover-letter, or even on each patch).
Thanks!
Regards,
Yann E. MORIN.
> Thanks,
> Gabe
>
> Gabe Evans (32):
> package/lz4: bump version to r131
> package/systemd: remove BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
> package/systemd: add --enable/disable-bzip2
> package/systemd: add --enable/disable-lz4
> package/systemd: add --enable/disable-zlib
> package/systemd: add --enable/disable-libcurl
> package/systemd: explicitly --enable/disable-microhttpd
> package/systemd: remove networkd depends from timesyncd
> package/systemd: add support for specifying NTP servers
> package/systemd: add optional support for binfmt
> package/systemd: add optional support for vconsole
> package/systemd: add optional support for bootchart
> package/systemd: add optional support for quotacheck
> package/systemd: add optional support for tmpfiles
> package/systemd: add optional support for sysusers
> package/systemd: add optional support for firstboot
> package/systemd: add optional support for random-seed
> package/systemd: add optional support for backlight
> package/systemd: add optional support for rfkill
> package/systemd: add optional support for logind
> package/systemd: add optional support for machined
> package/systemd: add optional support for importd
> package/systemd: add optional support for hostnamed
> package/systemd: add optional support for timedated
> package/systemd: add optional support for localed
> package/systemd: add optional support for coredump
> package/systemd: add optional support for polkit
> package/systemd: add optional support for hwdb
> package/systemd: add optional support for hibernation
> package/systemd: use 'menuconfig'
> package/systemd: only create 'systemd-journal' group
> package/systemd: remove unnecessary make opts
>
> package/lz4/lz4.hash | 2 +
> package/lz4/lz4.mk | 19 ++--
> package/systemd/Config.in | 210 ++++++++++++++++++++++++++++++++++++++++++---
> package/systemd/systemd.mk | 180 +++++++++++++++++++++++++++++++++++---
> 4 files changed, 379 insertions(+), 32 deletions(-)
> create mode 100644 package/lz4/lz4.hash
>
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| 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 prev parent reply other threads:[~2016-06-07 20:21 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-25 21:55 [Buildroot] [PATCH 00/32] systemd feature selection Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 01/32] package/lz4: bump version to r131 Gabe Evans
2016-02-25 23:44 ` Arnout Vandecappelle
2016-02-25 23:57 ` Gabe Evans
2016-02-26 0:16 ` Arnout Vandecappelle
2016-02-29 21:40 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 02/32] package/systemd: remove BR2_PACKAGE_SYSTEMD_ALL_EXTRAS Gabe Evans
2016-02-25 23:52 ` Arnout Vandecappelle
2016-02-29 21:44 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 03/32] package/systemd: add --enable/disable-bzip2 Gabe Evans
2016-02-26 0:01 ` Arnout Vandecappelle
2016-02-29 21:48 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 04/32] package/systemd: add --enable/disable-lz4 Gabe Evans
2016-02-26 0:03 ` Arnout Vandecappelle
2016-02-29 21:48 ` Thomas Petazzoni
2016-02-29 22:02 ` Peter Korsgaard
2016-02-29 22:15 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 05/32] package/systemd: add --enable/disable-zlib Gabe Evans
2016-02-26 0:05 ` Arnout Vandecappelle
2016-02-26 0:27 ` Gabe Evans
2016-02-29 21:48 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 06/32] package/systemd: add --enable/disable-libcurl Gabe Evans
2016-02-26 0:07 ` Arnout Vandecappelle
2016-02-29 21:48 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 07/32] package/systemd: explicitly --enable/disable-microhttpd Gabe Evans
2016-02-26 0:08 ` Arnout Vandecappelle
2016-02-29 21:48 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 08/32] package/systemd: remove networkd depends from timesyncd Gabe Evans
2016-02-26 0:10 ` Arnout Vandecappelle
2016-02-29 21:52 ` Thomas Petazzoni
2016-02-29 21:50 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 09/32] package/systemd: add support for specifying NTP servers Gabe Evans
2016-02-29 21:50 ` Thomas Petazzoni
2016-03-02 18:10 ` Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 10/32] package/systemd: add optional support for binfmt Gabe Evans
2016-02-29 21:55 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 11/32] package/systemd: add optional support for vconsole Gabe Evans
2016-02-29 21:56 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 12/32] package/systemd: add optional support for bootchart Gabe Evans
2016-02-29 21:56 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 13/32] package/systemd: add optional support for quotacheck Gabe Evans
2016-02-29 21:56 ` Thomas Petazzoni
2016-02-25 21:55 ` [Buildroot] [PATCH 14/32] package/systemd: add optional support for tmpfiles Gabe Evans
2016-02-29 21:56 ` Thomas Petazzoni
2016-03-01 22:00 ` Arnout Vandecappelle
2016-03-02 11:55 ` Maxime Hadjinlian
2016-03-02 18:05 ` Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 15/32] package/systemd: add optional support for sysusers Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 16/32] package/systemd: add optional support for firstboot Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 17/32] package/systemd: add optional support for random-seed Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 18/32] package/systemd: add optional support for backlight Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 19/32] package/systemd: add optional support for rfkill Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 20/32] package/systemd: add optional support for logind Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 21/32] package/systemd: add optional support for machined Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 22/32] package/systemd: add optional support for importd Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 23/32] package/systemd: add optional support for hostnamed Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 24/32] package/systemd: add optional support for timedated Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 25/32] package/systemd: add optional support for localed Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 26/32] package/systemd: add optional support for coredump Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 27/32] package/systemd: add optional support for polkit Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 28/32] package/systemd: add optional support for hwdb Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 29/32] package/systemd: add optional support for hibernation Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 30/32] package/systemd: use 'menuconfig' Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 31/32] package/systemd: only create 'systemd-journal' group Gabe Evans
2016-02-25 21:55 ` [Buildroot] [PATCH 32/32] package/systemd: remove unnecessary make opts Gabe Evans
2016-06-07 20:21 ` Yann E. MORIN [this message]
2016-07-01 8:37 ` [Buildroot] [PATCH 00/32] systemd feature selection Maxime Hadjinlian
2016-07-01 23:00 ` Gabe Evans
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=20160607202155.GC3775@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