**** BEGIN LOGGING AT Fri Jul 17 02:59:58 2015 Jul 17 08:30:20 morning all Jul 17 08:31:11 hi bl Jul 17 12:00:02 hello Jul 17 12:01:49 bluelightning: I think the meta-ruby dependency on meta-oe hasn't shown up in http://layers.openembedded.org/layerindex/api/layerDependencies/ . Maybe I'm missing something? Jul 17 12:11:20 rburton: do you want me to send a v2 of u-boot or do you handle it? Jul 17 12:12:19 rburton: http://privatepaste.com/846d792721 Jul 17 12:12:30 rburton: this is the change, cosmetic Jul 17 12:40:49 mario-goulart: right, I assume you are looking at a branch other than master? Jul 17 12:41:08 mario-goulart: if so, I've just added it in fido, dizzy and daisy, I forgot dependencies were per branch Jul 17 12:44:13 bluelightning: indeed. I was looking at dizzy. Now it seems to be ok. Thanks a lot. Jul 17 12:44:31 mario-goulart: np, thanks for pushing to get the data corrected :) Jul 17 12:44:40 :-) Jul 17 13:22:28 otavio: just applied it to mut, thanks Jul 17 13:57:29 rburton: thx Jul 17 14:35:02 hey, anyone got experience with QT4 and cmake? Jul 17 14:35:16 somehow cmake finds the hosts qt4 Jul 17 14:35:19 and not the native one Jul 17 14:59:25 mordeng: isn't the host's the native one ;) Jul 17 22:07:37 my IMAGE_CMD depends on virtual/kernel, but not just virtual/kernel but after virtual/kernel's deploy task Jul 17 22:07:58 if i put Jul 17 22:08:06 DEPENDS = "virtual/kernel" Jul 17 22:08:14 it parses okay, but is wrong Jul 17 22:08:16 if i put Jul 17 22:08:26 do_rootfs[depends] = "virtual/kernel:do_deploy" Jul 17 22:08:37 it complains of a circular dependency Jul 17 22:08:42 :-( Jul 17 22:20:32 are you applying that to one specific image? if it's applying to the initramfs image, that'd explain the recursion. see also KERNELDEPMODDEPEND in image.bbclass for related issue Jul 17 22:20:34 * kergoth shrugs Jul 17 22:21:37 though, in this case DEPENDS will cause that recipe's do_packagedata task to run, whereas the depends flag will cause its deploy task to run, so one wouldn't think there'd be a great deal of difference in the dependencies there Jul 17 22:21:54 yes, an initramfs is involved Jul 17 22:22:52 afaik the kernel has tasks which depend upon INITRAMFS_IMAGE, so.. Jul 17 22:23:02 dunno, multiple possibilties Jul 17 22:24:53 ok, thanks for the pointers Jul 17 22:27:37 could try inspecting -g output if it successfully runs with the recursion.. not sure if it does or not :) Jul 17 22:27:49 if not, one could argue that'd be a bug, since -g would be useful to diagnose cases like that **** ENDING LOGGING AT Sat Jul 18 02:59:59 2015