diff options
author | Kai Kang <kai.kang@windriver.com> | 2020-09-22 15:02:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-23 20:54:03 +0100 |
commit | cfdbefde5a12b8ce90d4a02f94b0cd0e4fb4ccc8 (patch) | |
tree | 671a734371f3e53aaa5823b8b5ed1b93d944ee66 | |
parent | 6047096557976af9edd6ea977ed7cc8a4138482e (diff) | |
download | poky-cfdbefde5a12b8ce90d4a02f94b0cd0e4fb4ccc8.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/systemd/systemd_246.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_246.2.bb b/meta/recipes-core/systemd/systemd_246.2.bb index af10e4212b..ab54bcba4a 100644 --- a/meta/recipes-core/systemd/systemd_246.2.bb +++ b/meta/recipes-core/systemd/systemd_246.2.bb | |||
@@ -185,6 +185,7 @@ PACKAGECONFIG[userdb] = "-Duserdb=true,-Duserdb=false" | |||
185 | PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false" | 185 | PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false" |
186 | PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind" | 186 | PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind" |
187 | PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup" | 187 | PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup" |
188 | PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false" | ||
188 | # Verify keymaps on locale change | 189 | # Verify keymaps on locale change |
189 | PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" | 190 | PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" |
190 | PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" | 191 | PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" |