Aug. 3, 2015
3:34 p.m.
Hi, In my work, i need to "install" lttng tracer to an embedded linux platform, with arm7 processor. I use bitbake files from an open embedded project. For the first time, i activated : # bitbake -c compile lttng-modules , and it fetches the source code. But when i make an entire project build, i have no "module" product file: "lttng-modules.ko" or any "lttng*.ko" file. The bb file i use is : lttng-modules_2.0.pre11.bb https://github.com/dlespiau/poky/blob/master/meta/recipes-kernel/lttng-2.0/l... I would like to have a clue or direction to solve this. Regards Kobi