[Buildroot] [PATCH v1 2/3] package/iwd: add basic configuration file

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jun 14 21:36:10 UTC 2020


Peter, All,

On 2020-06-14 23:28 +0200, Peter Seiderer spake thusly:
> On Sun, 14 Jun 2020 22:57:15 +0200, "Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:
> > On 2020-06-14 21:07 +0200, Peter Seiderer spake thusly:
> > > On Sun, 14 Jun 2020 11:56:29 +0200, "Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:
> > > > > +	select BR2_PACKAGE_OPENRESOLV if !BR2_INIT_SYSTEMD
[--SNIP--]
> > I'm still not convinced...
> > What if one has:
> >     BR2_INIT_SYSTEMD=y
> >     # BR2_PACKAGE_SYSTEMD_RESOLVED is not set
> > Does systemd still provides resolv.conf?
> > I guess not. So in fact the dependency is really not about the init
> > system. but about a package that provides resolv.conf. In which case it
> > should be changed to:
> >     select BR2_PACKAGE_OPENRESOLV if !BR2_PACKAGE_SYSTEMD_RESOLVED
> Or:
> 	select BR2_PACKAGE_OPENRESOLV if !BR2_INIT_SYSTEMD
> 	select BR2_PACKAGE_SYSTEMD_RESOLVED if BR2_PACKAGE_SYSTEMD

No sorry, that still does not make sense to me... :-(

For one, the conditions are not homogeneous: in one case you test
against the init system, in the other you test against the package.

[--SNIP--]
> And what is about the LIBFOO_INSTALL_INIT_OPENRC mentioned in [1]?

Aha! If not specified, it defaults to using the sysv hook, quoting:

    The only exception is when openrc is chosen as init system and
    LIBFOO_INSTALL_INIT_OPENRC has not been set, in such situation
    LIBFOO_INSTALL_INIT_SYSV will be called, since openrc supports
    sysv init scripts.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list