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>
Wed, 23 Nov 2022 02:23:53 +0000 (11:23 +0900)
commitc421188e0c679953abd1c7e5278c6bd482cac698
tree5b6843e5b8ed774faf299e5f62f3544896bab487
parent31d6caccb8d3c33711339acea2013a6bdc206a5c
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