packaging: move modules from /boot/lib/modules to /boot/modules.img
authorChanho Park <chanho61.park@samsung.com>
Tue, 5 Aug 2014 08:12:00 +0000 (17:12 +0900)
committerChanho Park <chanho61.park@samsung.com>
Fri, 8 Aug 2014 06:25:48 +0000 (15:25 +0900)
commit09a792573d495a7fd69253cf5ad469936c66d27e
tree4b1f26439030ca1ed24966893940436249ba13eb
parentbb4561606c081946c4f1fe3ecf4e2f0c54e0d549
packaging: move modules from /boot/lib/modules to /boot/modules.img

The latest e2fsprogs have a functionality to make ext2/3/4 image from directory.
It acts like genext2fs or mkext4fs of android tools. I took some patches for it
from e2fsprogs next branch and it will be merged in next release.

A mobile device tend to locate kernel image and modules in the same partition
because it should be easily recovered when the partition was broken. Thus, I
also located the modules image in the /boot partition instead of /lib/modules
directory. This patch supports making the modules.img from obs/gbs build.

Change-Id: I480837378e07bc327ac2379211893799bb452402
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
packaging/linux-kernel.spec