I am trying to generate kernel snap on dragonboard410c.
After compiling source, it gives the error related to squashfs as listed below:
modprobe: FATAL: Module squashfs not found in directory /home/megha/Linaro_16.06/parts/kernel/install/lib/modules/4.4.9-linaro-lt-qcom
Command ‘[’/bin/sh’, ‘/tmp/tmpzc0wvuqo’, ‘modprobe’, ‘-n’, ‘–show-depends’, ‘-d’, ‘/home/megha/Linaro_16.06/parts/kernel/install’, ‘-S’, ‘4.4.9-linaro-lt-qcom’, ‘squashfs’]’ returned non-zero exit status 1
When I compile the source with manually make command then it generates squashfs.ko
But from snapcraft command it gives this error.