From c4a3bfb0606a4c67a0adc9f28404d0bac3a8909c Mon Sep 17 00:00:00 2001 From: Nick Xie Date: Thu, 19 Dec 2024 17:18:11 +0800 Subject: [PATCH] fixup! meta-meson: VIM4N/4: add support for mipi screen detection Signed-off-by: Nick Xie --- recipes-graphics/wayland/weston-init/weston-start | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-graphics/wayland/weston-init/weston-start b/recipes-graphics/wayland/weston-init/weston-start index 3696478..50745e3 100755 --- a/recipes-graphics/wayland/weston-init/weston-start +++ b/recipes-graphics/wayland/weston-init/weston-start @@ -80,8 +80,4 @@ if test -z "$XDG_RUNTIME_DIR"; then fi fi export WESTON_FORCE_DRI=1 -if i2cdetect -y -r 3 | grep "UU"; then - exec openvt $openvt_args -- $launcher $weston_args --log=var/log/weston.log --config=/etc/aml-weston.ini --socket=wayland-0 -else - exec openvt $openvt_args -- $launcher $weston_args --log=var/log/weston.log --config=/etc/aml-weston-hdmi.ini --socket=wayland-0 -fi +exec openvt $openvt_args -- $launcher $weston_args --log=var/log/weston.log --config=/etc/aml-weston-hdmi.ini --socket=wayland-0