**** BEGIN LOGGING AT Fri Dec 16 02:59:56 2022 Dec 16 07:55:58 good morning Dec 16 08:26:03 morning Dec 16 09:57:19 I am trying to buil a custom image but somehow it seems like the `do_compile` of the kernel recipe (here `linux-toradex`) is not executed properly. If I compile the kernel on my machine from scratch outside oe it takes several minutes. But `bitbake` claims to build it within a few seconds. The `do_compile` task does not fail, but `do_shared_workdir` which depends on `do_compile` does, because it cannot Dec 16 09:57:20 find the files it expects to find. How can I find out why the kernel sources are not compiled? Dec 16 09:58:34 I already tried to (re)move sstate and cache directories to no avail Dec 16 18:48:49 brrm: whats the context ? are you seeing problems ? if so please descrive Dec 16 18:48:50 describe Dec 16 20:46:08 khem: the problem is that `bitbake linux-toradex` fails. The task that fails is with an error message is `do_shared_workdir` and with another configuration (without my *.bbappend file) also `do_kernel_link_images` fails. Both fail because the expected output of `do_compile` is missing. Meanwhile I found a working configuration and at the moment I am examining the differences to pin down the source of Dec 16 20:46:09 the problem. **** ENDING LOGGING AT Sat Dec 17 02:59:56 2022