From a5a79da7230bf8491e72809cbf55c72b16cba71c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 6 May 2022 16:47:09 +0200 Subject: [PATCH] install non-stripped files now --- scripts/install-obsw-yocto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"