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>
Thu, 3 Aug 2023 08:43:59 +0000 (17:43 +0900)
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

index ef88cbe..c518c88 100755 (executable)
@@ -24,3 +24,5 @@ if [ ! -f "./arch/arm/boot/zImage" ]; then
        echo "Build fail"
        exit 1
 fi
+
+scripts/mkbootimg_rpi4.sh