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>
Tue, 30 Mar 2021 01:39:32 +0000 (10:39 +0900)
commit99d06bca0aeb69f39da57fedf55e92c5d2c037f2
tree80079c4f3cddeb9aaa1a83e8a050d15e4abc9e16
parent1b6b91e49c9382c1f7ebf639ae9e226f92c321a3
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