From: Junghoon Kim Date: Thu, 12 Mar 2020 03:28:26 +0000 (+0900) Subject: scripts: Make the kernel build and image creation in one step X-Git-Tag: accepted/tizen/unified/20210330.111217~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99d06bca0aeb69f39da57fedf55e92c5d2c037f2;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/build-rpi4-arm32.sh b/build-rpi4-arm32.sh index ef88cbe..c518c88 100755 --- a/build-rpi4-arm32.sh +++ b/build-rpi4-arm32.sh @@ -24,3 +24,5 @@ if [ ! -f "./arch/arm/boot/zImage" ]; then echo "Build fail" exit 1 fi + +scripts/mkbootimg_rpi4.sh