**** BEGIN LOGGING AT Mon Dec 28 02:59:59 2015 Dec 28 03:07:33 MastaG: we re-run autoconf. if you want to make changes, make them to configure.in/configure.ac, which is what is used to generate configure Dec 28 10:11:14 hey! trying to write a "yocto style" kernel recipe for a TI kernel (which isn't using yocto style, so yocto advanced metadata does not work). I've managed to get it compiling, but it fails due to bad config. I believe it is related to my config fragments are not being applied properly, so the kernel is built with the incorrect config. How can I debug the yocto kernel metadata system? I have found the .meta dir in Dec 28 10:11:16 my kernel sources dir (in $WORKDIR), and all my fragments are in there, but the "mismatch.txt" file shows that MANY configs directives that are not applied. How can I determine why the actual value differs from the requested value? Dec 28 14:28:34 good job fixing annoying openssl fail due to missing perl-bignum on build machine :) Dec 28 16:07:13 I created a recipe 'python-systemd' which requires '/lib/libsystemd.so.0.10.2' at runtime (which is in the libsystemd0 package). Dec 28 16:07:18 The recipe has 'DEPENDS = "systemd"' and 'RDEPENDS_${PN} += "libsystemd0 python-core"' and I'm getting 'WARNING: QA Issue: python-systemd rdepends on libsystemd0, but it isn't a build dependency? [build-deps]' Dec 28 16:08:34 Am I missing something or is build-deps showing a false positive? Dec 28 16:47:44 I'm writing a recipe to alsa-plugins and I'm having this problem Dec 28 16:47:45 ./configure: line 11667: syntax error near unexpected token `[ALSA],' Dec 28 16:47:45 ./configure: line 11667: `PKG_CHECK_MODULES([ALSA], alsa >= 1.0.11)' Dec 28 16:49:05 I added the '[' in the ALSA, someone knows how to fix this PKG_CHECK_MODULES problem ? (files generated by autoconf 2.69) Dec 28 17:23:43 caiortp: you're probably missing pkgconfig inherit Dec 28 17:27:55 JaMa: Tks! Dec 28 21:46:37 kergoth: are you around? **** ENDING LOGGING AT Tue Dec 29 02:59:58 2015