scripts: sd_fusing: fixes in check_sfdisk()
authorJacek Kryszyn <j.kryszyn@samsung.com>
Mon, 10 Jun 2024 07:44:10 +0000 (09:44 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:45 +0000 (20:28 +0900)
commitd6f2b37b2b060e55734d2d3a6d1639fd80d91eb5
tree329a5229150031be040d67e6fd1a9141e774e85b
parentb8aec7ce3dbd9b1d6cb73a9ce8a0178ee480a4f3
scripts: sd_fusing: fixes in check_sfdisk()

sfdisk can have a version number consisting of
{major}.{minor} or {major}.{minor}.{patch}. The new
version of check_sfdisk() handles this. In case of
a wrong version, a nicer error message which
explicitly shows minimum required version is printed.

Change-Id: I09614eabad8958ec4ac1bcc906ac09c2f5c6cbf2
Signed-off-by: Jacek Kryszyn <j.kryszyn@samsung.com>
scripts/tizen/sd_fusing.py