Re: [yocto] Force rebuild to regenerate .ko

2018-10-16 Thread Raymond Yeung
I've meta-intel and poky. I'm not sure which layer it's in, as an attempt to find/grep files with ixgbe in the recipes directories doesn't turn up anything. The source seems to be downloaded to work-shared sub-directory during the bitbake process. The .ko file is located in the following path

Re: [yocto] Force rebuild to regenerate .ko

2018-10-13 Thread Kosta Zertsekel
Please add more details. For example, where ixgbe.ko resides (what layer)? If it is in Linux kernel (linux-yocto package), then just: $ bitbake linux-yocto -c cleanall $ bitbake linux-yocto --- Kosta Z. From: yocto-boun...@yoctoproject.org on behalf of Ra