scripts: mkbootimg_rpi4.sh: Stop build on any kind of errors 95/267295/4 accepted/tizen/6.5/unified/20211205.214048 accepted/tizen/unified/20211203.125406 submit/tizen/20211203.011432 submit/tizen_6.5/20211203.021944
authorDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 1 Dec 2021 05:28:26 +0000 (14:28 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 3 Dec 2021 01:07:13 +0000 (01:07 +0000)
commit904effaef593b4a9b3ec0e40bc2c1de4d524c658
tree2bea772fd352f15b1590ca72af333b9e3f7aa267
parentfdad6ad437dd79255d44eebd0eb3538a6985e3a1
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