summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-15 16:36:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-22 10:04:19 +0200
commit3b09fe309bc2d7c009960e5c269a44560ac7d018 (patch)
treeed66601454a01c4edbdd1a538e4bb31b05a0ede6
parentf00b344fa255c9979096462a37a8b95a452598d3 (diff)
console-tdx-image: autostart xterm
Without this xinit fails because /usr/bin/x-window-manager does not exist and systemd then indefinitely retries to start X11. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/console-tdx-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/console-tdx-image.bb b/recipes-images/images/console-tdx-image.bb
index 16afa90..4a21589 100644
--- a/recipes-images/images/console-tdx-image.bb
+++ b/recipes-images/images/console-tdx-image.bb
@@ -41,7 +41,7 @@ IMAGE_INSTALL += " \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
packagegroup-base-extended \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xterm', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x-window-xterm', '', d)} \
"
require recipes-images/images/tdx-extra.inc