* [Buildroot] [PATCH] package/systemd: needs timezone info
@ 2017-07-04 11:21 Yann E. MORIN
2017-07-04 16:34 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2017-07-04 11:21 UTC (permalink / raw)
To: buildroot
systemd does not like being booted without any timezone info (especially
on a R/O filesystem), so we forcibly enable that.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
Changes v2 -> v3:
- fix typo in variable name (Romain)
---
package/systemd/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 478cc104a9..a1b68b2809 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -13,6 +13,7 @@ menuconfig BR2_PACKAGE_SYSTEMD
depends on !BR2_STATIC_LIBS # kmod
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
depends on BR2_USE_MMU # dbus
+ select BR2_TARGET_TZ_INFO
select BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_DBUS # runtime dependency only
select BR2_PACKAGE_LIBCAP
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/systemd: needs timezone info
2017-07-04 11:21 [Buildroot] [PATCH] package/systemd: needs timezone info Yann E. MORIN
@ 2017-07-04 16:34 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-07-04 16:34 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 4 Jul 2017 13:21:20 +0200, Yann E. MORIN wrote:
> diff --git a/package/systemd/Config.in b/package/systemd/Config.in
> index 478cc104a9..a1b68b2809 100644
> --- a/package/systemd/Config.in
> +++ b/package/systemd/Config.in
> @@ -13,6 +13,7 @@ menuconfig BR2_PACKAGE_SYSTEMD
> depends on !BR2_STATIC_LIBS # kmod
> depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
> depends on BR2_USE_MMU # dbus
> + select BR2_TARGET_TZ_INFO
> select BR2_PACKAGE_HAS_UDEV
> select BR2_PACKAGE_DBUS # runtime dependency only
> select BR2_PACKAGE_LIBCAP
Thanks, applied to master after fixing alphabetic ordering.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-04 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-04 11:21 [Buildroot] [PATCH] package/systemd: needs timezone info Yann E. MORIN
2017-07-04 16:34 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox