**** BEGIN LOGGING AT Tue May 16 03:00:03 2017 May 16 13:03:25 Does this make any sense to anyone? May 16 13:03:26 http://paste.debian.net/932699/ May 16 13:05:05 youre not linking to anything that provides _ZN7log4cpp8Appender29AppenderMapStorageInitializerC1Ev May 16 13:05:27 or, you are, but link optimisation is on and the linker is throwing away the library before it knows it needs to use it May 16 13:05:54 yeah no other instance of "log" in that paste, so that suggests that you're not linking to log4cpp? May 16 13:06:09 i don't like c++ or qt, so i can't help much :) May 16 13:06:29 lol May 16 13:06:37 You have been a huge help already :) May 16 13:07:00 gnuradio recently added the log4cpp depend May 16 13:07:12 need to figure out where that needs injecting May 16 13:08:31 I focused on wrong part of the string :) May 16 13:10:22 damn fool May 16 13:11:46 lol May 16 14:12:50 ;D May 16 21:24:26 anyone an idea what's wrong with this: https://pastebin.com/Zia1nZws May 16 21:24:48 it looks like the FILEXTRAPATHS_prepend has no effect May 16 21:25:31 what I see is: https://pastebin.com/iZEpqZMs May 16 21:26:30 You didn't add LICENSE.ec-sulfur-rev3 to SRC_URI, is that already in the repo? May 16 21:26:53 I tried that, too May 16 21:27:29 adding it to SRC_URI will put it in workdir, but LIC_FILES_CHKSUM is relative to S, iirc May 16 21:27:39 oh May 16 21:28:56 kergoth: ideas how to fix it? May 16 21:29:21 file://../LICENSE.ec-sulfur-rev3 in LIC_FILES_CHKSUM, or ;subdir= in the uri in SRC_URI, to put it in S May 16 21:30:37 awesome the first one fixed it May 16 21:31:06 still get a warning about 'No generic license file exists for: Firmware-ni-sulfur-rev3 in any provider' May 16 21:31:15 disclaimer: I have no idea what I'm doing :) May 16 21:31:32 generic licenses are the files that live in the layer, outside the source tree. i'd have expected NO_GENERIC_LICENSE to do the job, though May 16 21:31:51 otherwise you can copy the license file with the appropriate name into i.e. /licenses and then add that path to the generic license search path in your layer.conf May 16 21:32:14 i.e. https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mel-support/conf/layer.conf#L15 May 16 21:32:49 oh May 16 21:32:57 I'll try that May 16 22:56:15 kergoth: got it, thx. Had to prepend ${WORKDIR} in LIC_FILES_CHKSUM May 16 22:56:35 ah, nice May 16 22:56:35 np **** ENDING LOGGING AT Wed May 17 03:00:03 2017