mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 10:54:19 +00:00
systemd: disable xdg-autostart generator by default
xdg-autostart generator is an opt-in feature which is imported by commit: 470c58ba45 systemd: Upgrade v245.6 -> v246 The generator outputs unexpect log info on terminal when log in a image which includes an X desktop such as Xfce. So add an package config and disable it by default. (From OE-Core rev: 5195d5cde3467357cbda4d09e43da12963025142) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6047096557
commit
cfdbefde5a
@ -185,6 +185,7 @@ PACKAGECONFIG[userdb] = "-Duserdb=true,-Duserdb=false"
|
||||
PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false"
|
||||
PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind"
|
||||
PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup"
|
||||
PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false"
|
||||
# Verify keymaps on locale change
|
||||
PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon"
|
||||
PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user