[yocto] [meta-freescale] Kernel module vermagic error

2017-04-10 Thread chandrasekhar c
Hi,I am trying to load a kernel module through modprobe. I am using bitbake to build the kernel. When I try to load the kernel in my Custom hardware I am getting following errors. modprobe g_serial configfs: version magic '3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload modversions ARMv7 p2v8

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi,I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my recipe still the issue is presentThanks ChandraFrom: chandrasekhar c <chandrasek...@evolute-sys.com>Sent: Thu, 6 Apr 2017 14:39:04 GMT+0530To: "Fabien Lahoudere " <fabien.lahoud..

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
-04-06 at 08:08 +0000, chandrasekhar c wrote:> Hi,  > I have a third party precompilied libraries. I erota a recipe to copy to rootfs and create   soft> links for the same. After doing bitbake it didnt throw any errors, but when I check th rootfs it> didn't create any link fi

[yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi, I have a third party precompilied libraries. I erota a recipe to copy to rootfs and create  soft links for the same. After doing bitbake it didnt throw any errors, but when I check th rootfs it didn't create any link file.Below is my recipe do_install_append() { install -d ${D}${li