Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/6] sysvinit: depend on SysV selected as init system.
Date: Sat, 2 Nov 2013 19:07:49 +0100	[thread overview]
Message-ID: <20131102190749.74b5005f@skate> (raw)
In-Reply-To: <1379679847-16141-3-git-send-email-eric.le.bihan.dev@free.fr>

Dear Eric Le Bihan,

On Fri, 20 Sep 2013 14:24:03 +0200, Eric Le Bihan wrote:
> In order to prevent sysvinit and systemd to be selected at the same
> time, sysvinit can now only be selected if SysV is chosen as init
> system.
> 
> Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
> ---
>  package/sysvinit/Config.in |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/sysvinit/Config.in b/package/sysvinit/Config.in
> index 34ec391..d91c643 100644
> --- a/package/sysvinit/Config.in
> +++ b/package/sysvinit/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_SYSVINIT
>  	bool "sysvinit"
> +	depends on BR2_INIT_SYSV
>  	help
>  	  /sbin/init - parent of all processes

Hum, isn't this causing a circular dependency?

BR2_INIT_SYSV selects BR2_PACKAGE_SYSVINIT
BR2_PACKAGE_SYSVINIT depends on BR2_INIT_SYSV

but apparently, Kconfig doesn't complain, so it looks fine to me:

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2013-11-02 18:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20 12:24 [Buildroot] [PATCH v2 0/6] package: udev is now provided by systemd or eudev Eric Le Bihan
2013-09-20 12:24 ` [Buildroot] [PATCH v2 1/6] system: move init system option above /dev management Eric Le Bihan
2013-11-02 18:06   ` Thomas Petazzoni
2013-09-20 12:24 ` [Buildroot] [PATCH v2 2/6] sysvinit: depend on SysV selected as init system Eric Le Bihan
2013-11-02 18:07   ` Thomas Petazzoni [this message]
2013-09-20 12:24 ` [Buildroot] [PATCH v2 3/6] systemd: bump to v206 Eric Le Bihan
2013-11-02 18:31   ` Thomas Petazzoni
2013-11-04 11:45     ` Eric Le Bihan
2013-11-04 12:03       ` Thomas De Schampheleire
2013-09-20 12:24 ` [Buildroot] [PATCH v2 4/6] systemd: set correct firmware search path Eric Le Bihan
2013-11-02 18:10   ` Thomas Petazzoni
2013-09-20 12:24 ` [Buildroot] [PATCH v2 5/6] package: update dependency on udev Eric Le Bihan
2013-09-20 12:24 ` [Buildroot] [PATCH v2 6/6] eudev: new package Eric Le Bihan
2013-11-02 18:34 ` [Buildroot] [PATCH v2 0/6] package: udev is now provided by systemd or eudev 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=20131102190749.74b5005f@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --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