scripts: mkbootimg_rpi3.sh: Fix to install modules on non sudo status 94/214494/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 23 Sep 2019 09:00:11 +0000 (18:00 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 23 Sep 2019 09:01:08 +0000 (18:01 +0900)
commit89dcbe9b298c1c5428abe8fe0fe1a1fddf088286
tree96a3e7b32eaf76e1d5b4d4da9f4de815763b71a5
parent5337e1dbb4d49a7b0aba72a2c2db3dcffeea8aa6
scripts: mkbootimg_rpi3.sh: Fix to install modules on non sudo status

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.

Change-Id: Ie1e0ff695caf79b1ce3d25be8a70151a30fbfee0
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
scripts/mkbootimg_rpi3.sh