scripts: mkbootimg_rpi4.sh: Stop build on any kind of errors
authorDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 1 Dec 2021 05:28:26 +0000 (14:28 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:16 +0000 (17:46 +0900)
commit23162c3576a5eaa232fb8cc41dd1c548ceb7d03f
treec898df64c4a27267462268482058b96e831ffa91
parent7b383d22fca446136e0f28bd027f7fb1631bcd83
scripts: mkbootimg_rpi4.sh: Stop build on any kind of errors

Currently, even if an error occurs during image creation, the script
does not abort, which may result in incorrect image creation. In order
to avoid confusion due to this, if any kind of error occurs during the
build process, the build will be stopped.

Change-Id: I8094f4b97128a8c754e5a9ff22f1b3395a3756b1
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
scripts/mkbootimg_rpi4.sh