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 9087a66e163f7cafa507ed8110224e0e650c0a5c..94674140e81eca78e9c3869759ab3f8e8c5db47b 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 390345fb43b01dffe2a7dd77caa7812b63afe469..9bffb0073ae096c6cd29079fc160dbf0290f9041 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 5b7cc9b6996409482eb76400132d93b5a63675ae..810dfb46c39229820edb7c228a7dc9c71e660458 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