On Mon, Jun 16, 2014 at 5:27 AM, [email protected]
<[email protected]> wrote:
> Hi everyone,
>
> I want to know which BB files were compiled when I run ' bitbake <target>'.
> How to achieve it?
>
> e.g.
> # bitbake core-image-minimal
>
> I want to know all the compiled BB files, including native BB file.

please have a look at this thread from last week:

http://www.mail-archive.com/[email protected]/msg19583.html

bitbake creates the 'cooker.log' file that contains log for all tasks
it has executed during a build. you can get the information you want
from there.
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to