diff --git a/scripts/install-obsw-yocto.sh b/scripts/install-obsw-yocto.sh index faace97d..1dd02016 100755 --- a/scripts/install-obsw-yocto.sh +++ b/scripts/install-obsw-yocto.sh @@ -11,8 +11,8 @@ q7s_package_path="q7s-package/${q7s_yocto_dir}" obsw_version_filename="obsw_version.txt" yocto_obsw_path="yocto/meta-eive/recipes-core/eive-obsw/files" yocto_watchdog_path="yocto/meta-eive/recipes-support/eive-obsw-watchdog/files" -obsw_bin_name="eive-obsw-stripped" -watchdog_bin_name="eive-watchdog-stripped" +obsw_bin_name="eive-obsw" +watchdog_bin_name="eive-watchdog" obsw_target_name="eive-obsw" watchdog_target_name="eive-watchdog"