tizen: sd_fusing.py: Exit if A/B update is requested on unsupported target
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 4 Apr 2024 10:50:07 +0000 (12:50 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:43 +0000 (20:28 +0900)
commit7db0029052ed7ec9b69a7d6b47530abd99ec5794
tree6de770499fba54b93c0a78e09b7458405c7b32ff
parent9fb5348b29443163aaf014b150e997402305e332
tizen: sd_fusing.py: Exit if A/B update is requested on unsupported target

This error occurs if the target class improperly inherits from
SdFusingTarget instead of SdFusingTargetAB.

Change-Id: I83379fff92566d0036a868837e613a9a9cd94f7e
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
scripts/tizen/sd_fusing.py