scripts: add deprecation message to sd_fusing_*.sh shell scripts
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 5 Oct 2023 08:52:53 +0000 (10:52 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 11:02:47 +0000 (20:02 +0900)
Change-Id: Id97c0c19f50bcaed18aadb64ce8f0d66e8bad126
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh
scripts/tizen/sd_fusing_rpi4.sh
scripts/tizen/sd_fusing_vf2.sh

index 9087a66..9467414 100755 (executable)
@@ -478,6 +478,9 @@ while test $# -ne 0; do
        esac
 done
 
+print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead."
+echo
+
 check_args
 check_device
 check_partition_format
index 390345f..9bffb00 100755 (executable)
@@ -598,6 +598,9 @@ while test $# -ne 0; do
        esac
 done
 
+print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead."
+echo
+
 check_args
 check_device
 check_partition_format
index 5b7cc9b..810dfb4 100755 (executable)
@@ -469,6 +469,9 @@ while test $# -ne 0; do
        esac
 done
 
+print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead."
+echo
+
 check_args
 check_device
 check_partition_format