Re: Question about shipping files to package.
Sean McKay
If the issue were just that your FILES_* variables were set incorrectly, you’d at least end up with the .ko file somewhere in your ${WORKDIR}/image (${D}) directory. You’d almost certainly find another one in the build or source directory as well (depending on how your .bb/bbclass files define the location of the compilation).
The fact that you don’t have one anywhere seems to indicate that your do_compile step isn’t actually generating the .ko that you expect it to, so you’ll need to rewind your recipe creation to working on that step and debug there.
Assuming you’re using poky as a base, what version are you on so I can go read the .bbclass you’re using?
-Sean
From: Wayne Li <waynli329@...>
Sent: Tuesday, December 10, 2019 12:23 PM To: McKay, Sean <sean.mckay@...> Cc: bitbake-devel <bitbake-devel@...>; Yocto Project Discussion <yocto@...> Subject: Re: [yocto] Question about shipping files to package.
I did a find for any files with a kvm and a .ko in its name throughout my entire workspace and nothing came up. But anyway, thanks for the explanation. Could packaging the files wrong (i.e. setting the FILES variable wrong) cause the kvm.ko file to never show up at all? I guess that couldn't be the case though because the .ko files are created first before it gets packaged up so if they were created in the first place a search through my entire workspace would turn them up. Is that correct?
On Thu, Dec 5, 2019 at 11:14 PM McKay, Sean <sean.mckay@...> wrote:
|
|