**** BEGIN LOGGING AT Tue Jun 07 02:59:58 2016 Jun 07 14:03:47 * joseppc hi Jun 08 02:26:09 this recipe has inherit cmake but Jun 08 02:26:17 CMAKE_SYSROOT is not set Jun 08 02:26:48 I can see --sysroot in the call to gcc, but it can't find a header I need Jun 08 02:27:04 if I add -I/absolute/path Jun 08 02:34:20 heeen: possibly something similar to this? https://lists.yoctoproject.org/pipermail/yocto/2016-April/029760.html Jun 08 02:35:07 mh no Jun 08 02:35:15 the compiler sees sysroot Jun 08 02:35:55 so the file I need is BUILD/sysroots/imx6dlsabreauto/usr/src/kernel/include/linux/ipu.h Jun 08 02:36:11 in the source it is referenced as linux/ipu.h Jun 08 02:36:31 is /usr/src/kernel/include meant to be part of the default include path though? Jun 08 02:36:43 the compiler sees --sysroot=..../BUILD/sysroots/imx6dlsabreauto Jun 08 02:37:05 and I tried to add -I/usr/src/kernel/include Jun 08 02:37:18 however I cant prefix that path because CMAKE_SYSROOT is empty Jun 08 02:37:51 and looking at the paths with strace shows it it not looking into at it Jun 08 02:40:20 all the other -I paths are prefixed Jun 08 02:40:26 from pkgconf I think Jun 08 02:52:24 can I use pkgconf to get the absolute path with sysroot? **** ENDING LOGGING AT Wed Jun 08 02:59:59 2016