scripts: mkbootimg_rpi4.sh: Fix to install modules on non sudo
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 28 Oct 2019 08:18:09 +0000 (17:18 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:09:08 +0000 (18:09 +0900)
commit6a15227f652f3d3d28d85f53cee183643fd5ae44
treef0f949a6a72b5c9294cb87d2e6aac2047cea651f
parent9cf26e663570c1889b5533ac4d332d449b948a29
scripts: mkbootimg_rpi4.sh: Fix to install modules on non sudo

On sudo status, env variable is possible not to be preserved and
it causes failure on modules_install. So fix to install modules on
non sudo status and then move the directories and files to image
area.

[From repo of tizen rpi3: 89dcbe9b298c scripts: mkbootimg_rpi3.sh: Fix to install modules on non sudo status]
Change-Id: Ie7047c23762b668a08abf387dd76cf9cc8571937
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
scripts/mkbootimg_rpi4.sh