From: Priya N S <[email protected]> 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]> Signed-off-by: Ryan Eatmon <[email protected]> Signed-off-by: Denys Dmytriyenko <[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 1a32f196..28e7ae39 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.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13985): https://lists.yoctoproject.org/g/meta-arago/message/13985 Mute This Topic: https://lists.yoctoproject.org/mt/93649086/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
