Hi Rushang
Now I am doing kernel customization of intel galileo. I have open menuconfig window for kernel also using "bitbake linux-yocto-clanton -c menuconfig". It works successfully, then I have done "bitbake image-full-galileo". It also works successfully. but now I want to modify my kernel, so after modifying when I am again compiling my kernel It shows me an error which I have shown below.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Collected errors:
| * opkg_install_cmd: Cannot install package kernel-module-stmmac.
| ERROR: Function failed: do_rootfs (see /home/kishan/Desktop/galileo/meta-clanton_v1.0.1/yocto_build/tmp/work/clanton-poky-linux-uclibc/core-image-minimal-initramfs/1.0-r0/temp/log.do_rootfs.2339 for further information)
ERROR: Task 153 (/home/kishan/Desktop/galileo/meta-clanton_v1.0.1/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb, do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2922 tasks of which 2886 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/kishan/Desktop/galileo/meta-clanton_v1.0.1/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb, do_rootfs
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
kishan@kishan-OptiPlex-3010:~/Desktop/galileo/meta-clanton_v1.0.1/yocto_build$
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
So will you please give me solution for this.
How to resolve it?
I have searched a lot but I am not able to find out any kind of solution
Thanks
Kishan kakkad