From: Jaehoon Chung Date: Tue, 17 Dec 2024 00:22:49 +0000 (+0900) Subject: scripts: sd_fusing: Add Notice message to share an information X-Git-Tag: accepted/tizen/unified/20241227.081616~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F316683%2F1;p=platform%2Fkernel%2Fu-boot.git 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 --- 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] ")