[OE-core] [PATCH] xserver-xorg: Always disable systemd-logind.

Otavio Salvador otavio at ossystems.com.br
Sat Jan 17 17:34:37 UTC 2015


Hello Randy,

On Fri, Jan 16, 2015 at 7:36 PM, Randy Witt
<randy.e.witt at linux.intel.com> wrote:
> Without a dm to handle the session management systemd-logind can make it
> difficult for X to gain ownership of devices and behave properly.
>
> Since X seems to work without enabling systemd-logind, always disable it for
> now, and we can revisit it if we ever want to try to take advantage of
> multi-user sessions/seats.
>
> [Yocto # 7100]

I have with the default change but not in making it harder to be
experimented. See below...

> ---
>  meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> index 5b47e34..6154295 100644
> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
> @@ -114,10 +114,10 @@ EXTRA_OECONF += "--with-fop=no \
>                   --with-xkb-output=/var/lib/xkb \
>                   --with-sha1=libcrypto \
>                   ac_cv_file__usr_share_sgml_X11_defs_ent=no \
> +                 --disable-systemd-logind \
>  "

Drop.

> -PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)} \
> -                   ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
> +PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)}"

Ok.

>  PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev"
>  PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86driproto"
> @@ -128,7 +128,6 @@ PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtua
>  PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
>  PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
>  PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
> -PACKAGECONFIG[systemd] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus,dbus-lib"

Rename to logind

So someone wanting to enable it can use:

PACKAGECONFIG_append = " logind"

in a bbappend file.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-core mailing list