From ca62daa08c14b191e0f9ee79187e25f9c8548d10 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 17 Dec 2024 09:22:49 +0900 Subject: [PATCH] scripts: sd_fusing: Add Notice message to share an information sd_fusing.py script was moved to tizen-fusing-scripts repository. This script is not valid anymore. In future, this script will be remove in this repository. Change-Id: I9ff346d647c47b951f23584ff72d0dbc92e2b27a Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index 4d0dc0caf9..9f94f345f0 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -1365,6 +1365,10 @@ def fuse_image(args, target): if not Yes and not Format: print(f"The following images will be written to {args.device} and the " "existing data will be lost.\n") + print(f"########################## NOTICE ##########################\n") + print(f"sd_fusing.py was moved to tizen-fusing-scripts repository.\n") + print(f"Download sd_fusing.py from tizen-fusing-scripts reposistory!\n") + print(f"############################################################\n") for b in args.binaries: print(" " + b) response = input("\nContinue? [y/N] ") -- 2.34.1