swupdate-ab: improve error handling if mnt_point is empty
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Thu, 18 Jul 2024 15:13:25 +0000 (11:13 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Sep 2024 19:47:14 +0000 (15:47 -0400)
commit695958aed9a0b555e2b607e297c89f38d91f2526
treed506783b63f8741c65a9873f15332bd23cb574ec
parent79724e85dcaf6dfafe2437c7f553f0491abb2037
swupdate-ab: improve error handling if mnt_point is empty

Depending on where the error occurs, mnt_point can be empty. If
this is the case, this error can happen:

Status: 4 message: ERROR util.c : read_lines_notify : 1166 : swupdate-ab.sh: Error: destination partition "/dev/mmcblk0p2" not found
Status: 4 message: ERROR util.c : read_lines_notify : 1166 : swupdate-ab.sh: Error 1 occurred
Status: 4 message: ERROR util.c : read_lines_notify : 1166 : BusyBox v1.36.1 () multi-call binary.
Status: 4 message: ERROR util.c : read_lines_notify : 1166 : Usage: grep [-HhnlLoqvsrRiwFE] [-m N] [-A|B|C N] { PATTERN | -e PATTERN... | -f FILE... } [FILE]...
Status: 2 message: [__run_cmd] : /tmp/scripts/swupdate-ab.sh preinst p2 command returned 1

Add check for valid mnt_point before trying to unmount.
recipes-support/swupdate/swupdate-ab/update.header.sh