From: Norbert Lange <nolange79@gmail.com>
To: buildroot@buildroot.org
Cc: Norbert Lange <nolange79@gmail.com>,
"Yann E. MORIN" <yann.morin.1998@free.fr>
Subject: [Buildroot] [PATCH 2/2] package/systemd: allow package to be used without init system
Date: Tue, 19 Jul 2022 15:16:04 +0200 [thread overview]
Message-ID: <20220719131605.337057-2-nolange79@gmail.com> (raw)
In-Reply-To: <20220719131605.337057-1-nolange79@gmail.com>
Allow systemd to be built as normal package, this for example
allows building systemd-boot without any init system.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
package/systemd/Config.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 9f1a778e59..e0f5dbce0d 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -16,7 +16,6 @@ config BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
menuconfig BR2_PACKAGE_SYSTEMD
bool "systemd"
- depends on BR2_INIT_SYSTEMD
depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
depends on BR2_USE_MMU
depends on !BR2_STATIC_LIBS # kmod
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-07-19 13:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 13:16 [Buildroot] [PATCH 1/2] package/systemd: allow empty SYSTEMD_DEFAULT_TARGET Norbert Lange
2022-07-19 13:16 ` Norbert Lange [this message]
2022-07-19 15:45 ` [Buildroot] [PATCH 2/2] package/systemd: allow package to be used without init system Yann E. MORIN
2022-07-21 14:59 ` Norbert Lange
2022-07-22 21:23 ` Arnout Vandecappelle
2022-07-22 21:29 ` Arnout Vandecappelle
2022-07-23 10:34 ` Arnout Vandecappelle
2022-07-19 15:41 ` [Buildroot] [PATCH 1/2] package/systemd: allow empty SYSTEMD_DEFAULT_TARGET Yann E. MORIN
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=20220719131605.337057-2-nolange79@gmail.com \
--to=nolange79@gmail.com \
--cc=buildroot@buildroot.org \
--cc=yann.morin.1998@free.fr \
/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 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.