**** BEGIN LOGGING AT Tue Jul 30 03:01:12 2019 Jul 30 11:04:03 is there some variable to append for extra packages in the debugfs image? Jul 30 11:34:12 ernstp: over in poky/meta/classes/image.bbclass, it looks like IMAGE_INSTALL_DEBUGFS is what you want. Jul 30 11:35:11 Though interestingly I don't see it in the mega manual Jul 30 11:41:50 tgoodwin: I didn't find it either... but I'm still on 2.5 Jul 30 11:43:17 tgoodwin: looks like it's in 2.6 and up though! Jul 30 11:43:41 the commit that adds it forgot to add documentation :-) Jul 30 11:43:47 ernstp: Bummer. I agree; it's in the source for 2.6 but not 2.5. Jul 30 13:27:11 hello, is it valid to rsync (or any other methods) the content of $DEPLOY_DIR_DEB at another location to make it more easily accessible to our webserver? I'm asking because the way our build setup is configured, builds are done in directory with random names so I don't want to rely on these paths to serve the packages Jul 30 13:32:14 ran into a problem with multiconfigs which was resolved . The problem was with how i was invoking the multiconfig build, ie, bitbake multiconfig:: multiconfig::. The problem was resolved by s/mlticonfig/mc. However the latest ref/def yocto manuals still refer to the old way of using multiconfigs. Is anyone updating the do Jul 30 13:32:15 cs or should i go ahead and change it? Jul 30 13:32:36 dkc: Yes. I'm doing something similar right now based off this guide: https://wiki.yoctoproject.org/wiki/TipsAndTricks/EnablingAPackageFeed#Create_Package_Feed Jul 30 13:33:41 tgoodwin: awesome, thanks for the pointer :) Jul 30 13:34:40 no proble :) Jul 30 13:34:57 dkc: you bet :) Jul 30 14:31:19 ssajal: a patch or bug report would be useful Jul 30 15:05:18 Meetging link this morning is : https://zoom.us/j/990892712 Jul 30 15:21:47 IMAW Jul 30 16:29:55 New news from stackoverflow: How to use a local git server URL in recipe? Jul 30 17:16:46 RP: I added the ability to distribute additional configs. Do you have a branch naming convention you prefer for the PR? Jul 30 17:24:22 tgoodwin: its a patch on the mailing list so shouldn't matter too much? Jul 30 17:24:53 RP: just checking :) Jul 30 18:18:05 RP: just waiting on permission from Halstead. Jul 30 18:22:57 tgoodwin: ah, I think he's travelling atm Jul 30 18:23:58 Bummer Jul 30 18:24:20 tgoodwin: its fine just to mail the patches without a repo backing them Jul 30 18:34:16 RP: To the openembedded-core list? Jul 30 18:35:54 tgoodwin: for autobuilder pieces it would be yocto Jul 30 18:37:23 RP: figured that had to be wrong, but the README.poky indicated "everything else" which didn't make much sense in this case. Thanks for clarifying. Jul 30 18:38:08 tgoodwin: doesn't the README in the autobuilder repo say something about patches? Jul 30 18:38:35 No Jul 30 18:41:04 tgoodwin: I should fix that :/ Jul 30 18:43:12 I forgot to add myself to that list so I just did that. The e-mails are waiting moderator approval. Jul 30 18:43:38 Halstead did give me access to the repo, so I went ahead and stashed the work there. Jul 30 18:44:48 tgoodwin: added Jul 30 18:45:11 RP: thanks Jul 30 18:45:54 tgoodwin: also did moderator duty Jul 30 18:46:40 tgoodwin: sorry, I really thought the README did mention where to send patches :/ Jul 30 18:48:46 No problem at all! Thanks to you I have a working build environment and am now trimming it back to our curated builds. Jul 30 19:18:03 why am i getting this warning: WARNING: load-scripts-1.0+3512-r0 do_package_qa: QA Issue: /etc/init.d/wifi-power-save-off.sh contained in package load-scripts requires /bin/bash, but no providers found in RDEPENDS_load-scripts? [file-rdeps] Jul 30 19:18:23 for this recipe: https://paste.fedoraproject.org/paste/wQLJN~0TN1K~bTUSJxAqlQ Jul 30 19:18:49 i DO have rdepends defined Jul 30 20:12:50 you need to change RDEPENDS_${pn} = "/bin/bash" to RDEPENDS_${PN} += "bash" rdeps are per package not per file construct Jul 30 21:20:56 15:18 why am i getting this warning: WARNING: load-scripts-1.0+3512-r0 do_package_qa: QA Issue: /etc/init.d/wifi-power-save-off.sh contained in package load-scripts requires /bin/bash, but no providers found in RDEPENDS_load-scripts? [file-rdeps] Jul 30 21:21:11 for this recipe: https://paste.fedoraproject.org/paste/wQLJN~0TN1K~bTUSJxAqlQ Jul 30 21:21:22 i DO have rdepends defined for /bin/bash Jul 30 21:22:09 rburton: any thoughts on this? Jul 30 21:25:26 yates: listen to khem Jul 30 21:30:15 i did not hear khem say anything.. Jul 30 21:30:42 else i definitely would have listened to him! Jul 30 21:30:58 besides, he needs the vodka.. Jul 30 21:31:33 khem: did you say something? I missed it Jul 30 21:31:44 i got disconnected around 15:35 EST Jul 30 21:32:03 yates: 21:12:50) khem: you need to change RDEPENDS_${pn} = "/bin/bash" to RDEPENDS_${PN} += "bash" rdeps are per package not per file construct Jul 30 21:32:41 where do i deliver the vodka? Jul 30 21:33:09 RP: actually i had figgered this out in about the last 7 minutes... Jul 30 21:33:21 i did a lot of figgerin' Jul 30 21:33:31 yates: ELCE? :) Jul 30 21:35:01 that don't make no sense Jul 30 21:35:28 but i delay/irritate/digress.. Jul 30 21:35:38 damn script finally works Jul 30 22:34:08 you'd think I'd have learnt not to mix threading and multprocessing by now :/ Jul 30 23:58:18 RP: vodka makes you do such things Jul 30 23:58:30 RP: I've ben told **** ENDING LOGGING AT Wed Jul 31 02:59:56 2019