From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] system: Fix warning when selecting systemd
Date: Mon, 9 Nov 2015 21:46:53 +0100 [thread overview]
Message-ID: <20151109204653.GC5162@free.fr> (raw)
In-Reply-To: <878u66ud7t.fsf@dell.be.48ers.dk>
Peter, All,
On 2015-11-09 21:31 +0100, Peter Korsgaard spake thusly:
> >>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:
>
> > With systemd and a custom skeleton, you end up with the following
> > warning:
> > warning: (BR2_INIT_SYSTEMD) selects BR2_ROOTFS_MERGED_USR which has
> > unmet direct dependencies (BR2_ROOTFS_SKELETON_DEFAULT)
>
> > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> > ---
> > system/Config.in | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> > diff --git a/system/Config.in b/system/Config.in
> > index 4d07010..92712a8 100644
> > --- a/system/Config.in
> > +++ b/system/Config.in
> > @@ -92,7 +92,7 @@ config BR2_INIT_SYSTEMD
> > depends on BR2_USE_MMU
> > depends on !BR2_STATIC_LIBS
> > depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
> > - select BR2_ROOTFS_MERGED_USR
> > + select BR2_ROOTFS_MERGED_USR if BR2_ROOTFS_SKELETON_DEFAULT
>
> Hmm, we have a number of workarounds for merged /usr under package/, so
> those packages will break with a custom skeleton (that contains a merged
> /usr as required by systemd) as those workarounds are not performed.
>
> Perhaps we should instead introduce a hidden BR2_ROOTFS_MERGED_USR
> kconfig option for the !BR2_ROOTFS_SKELETON_DEFAULT case?
Hmm... Good point. I'll see to work on it...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2015-11-09 20:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 18:23 [Buildroot] [PATCH] system: Fix warning when selecting systemd Maxime Hadjinlian
2015-11-06 18:29 ` Yann E. MORIN
2015-11-08 13:58 ` Thomas Petazzoni
2015-11-09 20:31 ` Peter Korsgaard
2015-11-09 20:46 ` Yann E. MORIN [this message]
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=20151109204653.GC5162@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