**** BEGIN LOGGING AT Tue Mar 29 02:59:58 2016 Mar 29 11:41:12 Hello. Why does the svn fetcher unconditionally creates tarballs out of repo checkouts? Mar 29 15:05:00 mario-goulart: each scm fetcher does it Mar 29 15:09:24 mario-goulart: BB_GENERATE_MIRROR_TARBALLS will cause them to be emitted, if you don't want them, don't set it Mar 29 15:40:54 kergoth: as far as I can see, they are generated even with BB_GENERATE_MIRROR_TARBALLS unset, no? lib/bb/fetch2/svn.py, line 157 Mar 29 15:41:06 sounds like a bug Mar 29 19:42:11 I'm chasing my tail today... man. I have a whole layer that works fine with one BSP layer, but when I mix it with a different BSP the do_rootfs fails claiming a package dependency couldn't be met. Mar 29 19:42:34 And that dependency is met by my layer. Mar 29 19:44:46 Anyone ever see that? Mar 29 19:45:04 sounds like you need more machine overrides in the bsp Mar 29 19:45:19 public bsps? Mar 29 19:45:58 Yeah, yours is the success, the other is a fail. It took a few tweaks to make it work away from Angstrom, but as I said the dependency that fails is provided by my layer... Mar 29 19:46:04 it's one that has a native virtual class, etc. Mar 29 19:46:34 * Crofton beats koen Mar 29 19:46:39 I'm stumped how I can get a "failed to meet dependency XXX, do_rootfs failed" when the other layer has absolutely nothing defined that should touch this... Mar 29 19:47:44 I assume both work indepentendtly Mar 29 19:48:26 Right, I think it's something in how I've written this recipe. One other recipe depends on it, but for some reason this recipe never gets installed first. Mar 29 19:48:44 But all the same, if I manually run a bitbake -c build for it, everything is groovy thereafter. Mar 29 19:48:45 also concrete messages are easier to look at :) Mar 29 19:49:40 Fair enough, the collected error is: satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-redhawk-core: xsd Mar 29 19:54:51 And the package shows up with bitbake -s | grep xsd... Mar 29 19:59:26 hmm, xml Mar 29 19:59:44 did you look in the that recipe for anything "funny" Mar 29 20:05:18 Can you narrow that down for me? I ended up writing it and had to split it into native and non-native pieces. The executable "xsd" gets installed so that the downstream dependencies can use it for cross-compiling. The libraries get lobbed over to /usr/include Mar 29 20:06:22 can yo upastebin the recipe? Mar 30 01:22:23 hmm, have vfat in MACHINE_FEATURES, but dosfstools are no tinstalled Mar 30 01:23:22 * Crofton brute forces for now **** ENDING LOGGING AT Wed Mar 30 02:59:58 2016