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, 6 Jul 2020 09:09:08 +0000 (18:09 +0900)
commit9f9c634a9a57ecbfb5b8ef6511343ab7d98fd3ee
treed8af986e432207283fc855bd8050d8ed184ace41
parent9127b3e99495b5380d62f9fce48b57fe54bf5526
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