[Buildroot] [PATCH] system: Fix warning when selecting systemd

Peter Korsgaard peter at korsgaard.com
Mon Nov 9 20:31:18 UTC 2015


>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian at 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 at 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?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list