bitbake -c compile_kernelmodules -f virtual/kernel ------ is only working... just bibake virtual/kernel too didn't work.. I had already configured it to compile as modules manually in defconfig. So i didn't require "bitbake -c menuconfig virtual/kernel".
Thank a lot...!!!!!, I'm now trying to up dhcp server for IP addresses...!! any suggestions would be helpful. --------------------------------- Sudhangathan BS Ph:(+91) 9731-905-205 --------------------------------- On Thu, Apr 25, 2013 at 7:22 PM, Chris Whittenburg <[email protected]> wrote: > > Hello, > > I think you should try the following to force kernel modules to be built. > > bitbake -c compile_kernelmodules -f virtual/kernel > > Or you could clean and "bitbake virtual/kernel" and it should build the > kernel and modules. > > -chris > On Thu, Apr 25, 2013 at 8:02 PM, Jun Yoshida <[email protected]>wrote: > Hello, > > How about confirming your kernel configuration by executing the following > command ? > > # bitbake -c menuconfig virtual/kernel > > If "CONFIG_LIBERTAS_UAP" is set, please build only your kernel by > > # bitbake -f -c compile virtual/kernel > # bitbake virtual/kernel > > uap8xxx.ko will be in modules*.tar.bz2, and copy it to your rootfs. > > > 2013/4/25 Sudhangathan B S <[email protected]> > >> Hello, >> >> I have included this folder in my poky folder, but still i'm not getting >> the UAP drivers and firmware up and running. >> >> https://github.com/chrisw957/meta-gumstix/commit/d0dbc51e1643860f9066c5e817db023fb062362c >> >> >> >> I'm compiling for Gumstix overo fire on an x86 Ubuntu Studio machine. >> No files related to the UAP are getting included in the rootfs tar ball. >> I'm not able to find the uap8xxx.ko file in the final build. >> The contents of this folder are: >> >> /home/desen555/yocto/build/tmp/work/overo-poky-linux-gnueabi/linux-sakoman-3.5-r0/git/drivers/net/wireless/libertas_uap >> built-in.o >> Makefile >> uap_debug.c >> uap_drv.h >> uap_fw.h >> uap_headers.h >> uap_main.c >> uap_proc.c >> uap_sdio_mmc.c >> uap_sdio_mmc.h >> >> Looks like it is partially getting compiled but not the final .ko files. >> I'l be glad to reply with any other details. >> >> Regards, >> --------------------------------- >> Sudhangathan BS >> Ph:(+91) 9731-905-205 >> --------------------------------- >> >> _______________________________________________ >> yocto mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/yocto >> >> >
_______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
