**** BEGIN LOGGING AT Fri Dec 22 03:00:01 2017 Dec 22 05:29:29 New news from stackoverflow: How do I get Qt SDK configured properly with Yocto project? Dec 22 06:29:40 New news from stackoverflow: Yocto: Create a directory after mount Dec 22 06:59:46 New news from stackoverflow: build a library with yocto || Yocto build error for python and qt5 || error adding java package in toaster Dec 22 07:59:58 New news from stackoverflow: cppunit can't find c++11 libs Dec 22 08:22:15 Hi :) Dec 22 08:26:53 morning Dec 22 09:00:57 RP: did you leave the debugging output on purpose? http://git.openembedded.org/openembedded-core/commit/?id=0f537d985b7b17af508a511fca8a4ec4b5804580 Dec 22 10:09:36 good morning Dec 22 14:45:59 When dealing with 'local.conf' is there a convention in which we can tell local.conf to load files within a given directory akin to the convention of 'includedir' from sudo? Dec 22 14:52:12 madelane: not sure i got you, which files you want to load ? Dec 22 14:58:48 nayfe: I'd like to give local.conf a directory in which it looks for files within the directory (i.e. local.conf.d/*.conf), and reads them in as if they were part of local.conf. This comes because we cannot, or we're told we cannot, modify local.conf as it's given to us by a hardware provider. Dec 22 15:00:33 I want to be able to update properties like BB_NUMBER_THREADS, PARALLEL_MAKE, and INHERIT. I'm open to other methods of doing this if there's a better approach. Dec 22 15:02:41 madelane: you can modify local.conf, provider just told you that yocto way to customize thing is to create layers i think, but for IT problems, it"s ok to tweak local.conf Dec 22 15:05:30 madelane: still you can try to add "require mylocal.inc" in local.conf Dec 22 15:06:06 nayfe: Perfect, I'll try the 'require' keyword. Thanks for the tip. Dec 22 15:07:29 RP: did you forgot the debugging bb.warn in rm_work? bb.warn(pn + "2: " + " ".join(deps)); especially with that "2" appendend to PN it doesn't really help understand what's going on, example: WARNING: gcc-cross-initial-x86_642: do_package_write_ipk do_deploy Dec 22 17:31:52 New news from stackoverflow: There's no iso image generated after bitbake during Yocto build Dec 22 18:10:18 hi how do i use pthread with yocto toolchain in cmake project? for native i need to use -pthread option in gcc command line, what do i do for yocto cmake? Dec 22 18:25:16 zarzar you need to inherit cmake, then probably need to pass LDFLAGS (maybe automatic?) Dec 22 18:26:04 nayfe: found it, its in the CMakeLists.txt Dec 22 18:26:35 EXTRA_OECONF with --enable-pthread ? Dec 22 20:09:07 nayfe: https://pastebin.com/UUUwJKei Dec 23 00:17:31 can yocto handle building different things with different toolchains, or is there an implicit assumption that the openembedded cross-compilers will be used? Dec 23 00:21:42 bemo: I believe it assumes you're using the oe toolchain Dec 23 00:22:02 Son_Goku: thanks Dec 23 00:22:34 was wondering if it was possible to have a higher-level abstraction that allows for different toolchains, for different projects. **** ENDING LOGGING AT Sat Dec 23 03:00:02 2017