scripts: Make the kernel build and image creation in one step
authorJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 12 Mar 2020 03:28:26 +0000 (12:28 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
commit673375fa165d40b3515c75dd73f77dfa0599b8b3
tree8ed63a142776c9b2b9140d00b37a217a887c881c
parent73b43c37eeec99eb278c8c460547b5caa62d66b6
scripts: Make the kernel build and image creation in one step

Add the image creation to the build script, in order to process two
separate steps at once. This makes it easier to test the built kernel
with the related kernel modules together on the rpi4 target.

Change-Id: I1ac78f109a35dff038855a16c62830a2cb083337
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
build-rpi4-arm32.sh