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)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:12 +0000 (13:09 +0900)
commitcc2e73b627bf479f2626baf378815791035e1fb8
treeded51d407858dc4573f447c25dab01a737eb9c06
parent3f414479e97e4280f2a46d27bd7fda04bcbcc9fb
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