Increase the sleep time before starting the weston-calibrator. It takes some time for the completion of the runWeston script. If the weston-calibration is started before the completion of the runWeston script, the weston-calibrator will fail.
Signed-off-by: Priya N S <[email protected]> --- meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend | 2 +- meta-arago-distro/recipes-graphics/wayland/weston-init/init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend index 5ac8b6d0..21a9a9b7 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PR_append = ".arago11" +PR_append = ".arago12" SRC_URI_append = " \ file://runWeston \ diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init/init b/meta-arago-distro/recipes-graphics/wayland/weston-init/init index 461b0787..7a80238b 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-init/init +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init/init @@ -79,7 +79,7 @@ case "$1" in echo echo "*** To continue, please complete the touchscreen calibration" echo -n "*** by touching the crosshairs on the LCD screen" - sleep 1 + sleep 2 CAL_VALUES=`weston-calibrator|cut -c21-` echo 'SUBSYSTEM=="input", ENV{WL_CALIBRATION}="'$CAL_VALUES'"' > $WS_CALUDEV_FILE echo "." -- 2.19.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13357): https://lists.yoctoproject.org/g/meta-arago/message/13357 Mute This Topic: https://lists.yoctoproject.org/mt/86602753/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
