**** BEGIN LOGGING AT Fri Mar 09 03:00:00 2018 Mar 09 10:08:14 kergoth: I guess the problem is that I do rewrite the DEPENDS of the recipes, https://github.com/jhofstee/meta-bin-deb/blob/master/classes/deb_feed.bbclass#L70 Mar 09 10:14:02 RDEPENDS as well by the way, there are subtle difference between OE and Debian, e.g. glib-2.0 versus glib2.0. OE does not have the - in the package name Mar 09 10:32:55 ok I found BB_HASH_IGNORE_MISMATCH, lets see if that helps Mar 09 11:38:47 with BB_HASH_IGNORE_MISMATCH I still end up with errors about Taskhash mismatch. Is there a way to update the task hash forcefully? Mar 09 13:47:59 weird problem, bitbake-diffsigs mentions about gettext-minimal-native "Variable EXTERNAL_TARGET_SYS value changed from '${TARGET_ARCH}-${TARGET_OS}' to 'arm-linux-gnueabihf'" Mar 09 13:55:10 that's really weird, it's like something forced early expansion Mar 09 14:07:42 I have this EXTERNAL_TARGET_SYS_debian-armhf = "arm-linux-gnueabihf" in build/conf/local, lets see what happens if I move that to tcmode-external... Mar 09 14:17:23 the weird thing isn't so much the change, but why EXTERNAL_TARGET_SYS is in the signature for a native recipe at all Mar 09 14:17:30 considering it shouldn't be used there Mar 09 14:17:32 hmm Mar 09 14:56:01 I have no idea at the moment how it ends up in -native. Moving the assignment to tcmode-external does reduce the number of Taskhash mismatches considerably. Mar 09 14:56:57 I have one left per recipe for which the DEPENDS / RDEPENDS do get rewritten... any idea how to avoid triggering that error? Mar 09 15:13:13 the stored sigdata seems to have the rewritten RDEPENDS Mar 09 15:15:34 oh, i know. it's the long-standing issue where the TARGET variables are exported Mar 09 15:15:56 not always an issue since the values are derived from other variables, some of which are excluded Mar 09 15:16:21 although, hmm, current meta-external-toolchain doesn't set TARGET_PREFIX anymore, so that shouldn't be it.. hmm Mar 09 16:39:49 Hmm, I'd like to add a status bar to the bottom of the terminal for knotty which reminds me what the heck this build is. i.e. MACHINE/DISTRO/etc Mar 09 16:40:07 course that'd have problems for mutliconfig, maybe that wou ldn't be ideal Mar 09 16:40:08 hmm Mar 09 16:55:46 I have a problem with the command 'wic list source-plugins' I get following error message: https://paste.ofcode.org/32eT6mGDGtCsNv2YRVepBVG ... what I'm doing wrong or what is the problem? Or is this the wrong channel? Mar 09 17:56:00 kergoth: you just include the mutliconfig ids Mar 09 18:04:52 * kergoth nods Mar 09 19:44:59 kergoth: I think I found part of the problem, https://github.com/jhofstee/meta-bin-deb/blob/master/classes/deb_feed.bbclass#L48, set is unordered and might differ I guess when being reevaluated Mar 09 19:52:55 ah, yes, well spotted. there were a number of non-deterministic ordering issues like that in oe-core when we first added the checksumming **** ENDING LOGGING AT Sat Mar 10 03:00:03 2018