**** BEGIN LOGGING AT Tue Apr 08 02:59:58 2014 Apr 08 05:19:50 tlwoerner: thanks! hopefully I'll remember it today :) Apr 08 07:29:10 IMBA Apr 08 07:29:17 good morning Apr 08 08:30:45 morning Apr 08 08:37:12 kroon: hello Apr 08 08:37:30 morning mckoan, kroon, all Apr 08 08:46:56 hi bluelightning Apr 08 09:59:24 Hi All, For library libQtGui I am getting errors like : "No vtable found in library for _Z33QAccessibleBridgeFactoryInterface" & "Did not find expected RTTI symbol _ZTI33QAccessibleBridgeFactoryInterface". Any one aware of what should have caused this ? Apr 08 09:59:44 Any config options to be included in the recipe? **** BEGIN LOGGING AT Tue Apr 08 10:27:10 2014 Apr 08 15:45:25 tsc meeting today? Apr 08 15:45:45 koen: that was last week... Apr 08 15:45:56 hmmm Apr 08 15:45:57 first tuesday of the month Apr 08 15:46:10 need to update the calender I guess Apr 08 16:00:58 just venting my head, would it make sense to use reference sigdiffs for recipes/tasks in order to unit-test bitbake ? Apr 08 16:48:39 Anyone here @ FTF ?? Apr 08 16:49:04 WarheadsSE: i think otavio is there Apr 08 16:49:21 I know he is, actually Apr 08 16:49:28 have not bumped into him yet though Apr 08 16:50:08 how are things at FTF? Apr 08 16:52:13 wifi interference hell, as always Apr 08 16:52:21 sessions start in ~ 10m Apr 08 16:52:28 had the morning setting up my display Apr 08 16:53:20 had to come out far enough to eat lunch, and use my cell phone to tether a decent connection Apr 08 16:53:30 So interesting sessions though Apr 08 16:54:08 hopefully the wifi will get better Apr 08 16:54:50 not likely, it might not be as bad off the tech show floor Apr 08 16:55:01 but on the show floor, horrible. Apr 08 16:55:07 At least 40 AP's in there Apr 08 16:55:22 is FTF more like a trade show than a tech conference? Apr 08 16:55:46 its kinda both Apr 08 16:56:10 But I would say it leans to the trade side Apr 08 16:56:53 WarheadsSE: i'm rather interested in using docker as part of my OE builds, do you have any write-ups or blog posts discussing how you use it? Apr 08 16:59:12 tlwoerner: https://bitbucket.org/WarheadsSE/dockbake Apr 08 17:00:04 excellent! thank you :-) Apr 08 17:01:25 np. thats what I made & use here for distribution building, split testing, etc here. Apr 08 17:01:33 I have moved all my developers to using that. Apr 08 17:01:54 no more "wtf" configurations Apr 08 17:03:30 have to run Apr 08 17:03:35 ok, thanks Apr 08 17:40:20 ah FTF is the freescale thing? Apr 08 17:51:48 bluelightning, hey, thanks for the bitbake fixes Apr 08 17:52:03 Crofton: yes Apr 08 17:53:40 I wonder how much OE/Yocto content there is? Apr 08 17:54:01 kroon: np... I'm just surprised we didn't notice those issues earlier; I guess we don't use wildcards that often Apr 08 17:54:38 Crofton: yup Apr 08 17:54:43 i think most often we just grab a directory full of files rather than the files under the dir directly Apr 08 17:54:58 finally some down time, been running since 6AM (its now 1PM local) Apr 08 17:55:27 Crofton: http://www.freescale.com/webapp/sps/site/overview.jsp?code=FTF_AMERICAS_HOME&cid=ps97nl1e9g&gclid=CPXGpPW60b0CFcURMwod8VUA9w Apr 08 17:58:00 hmm, where does the DEPEND line go in a recipe Apr 08 17:58:46 I decree before the PACKAGECONFIG entries :) Apr 08 17:59:17 I usually put it just after the initial set of meta fields (SUMMARY, DESCRIPTION, LICENSE etc.) Apr 08 17:59:33 yeah Apr 08 17:59:38 https://bugs.archlinux.org/task/10324 Apr 08 17:59:42 amusing Apr 08 17:59:50 trying to educate myself on libcap Apr 08 18:00:24 regular or -ng? Apr 08 18:00:52 in general using libcap is a good thing Apr 08 18:02:22 there's an issue with CAP_MAX being tied to the linux-libc-headers version and not liking it when you run a different kernel Apr 08 18:02:59 I know systemd fixed their libcap usage after I reported it, not sure if it's fixed in libcap itself as well Apr 08 18:05:31 thats a very old bug Crofton Apr 08 18:07:07 the default ntp.conf is also neolithic Apr 08 18:07:16 my ISP kicked me off the internet because of it Apr 08 18:07:47 configuring it to only serve time, not system info would be a nice patch Apr 08 18:54:50 step one is remove the annoying start up fail Apr 08 20:19:03 I suppose if I read the bibtake docs, it will explain user/pw for a github repo? Apr 08 20:19:06 lets find out Apr 08 20:23:12 not easily Apr 08 20:24:12 Crofton: you have a few options. you can put an ssh url in the recipe directly, you can put an https url in the recipe and set up a user/pass in ~/.netrc, or you can put an https url in the recipe and use a url replacmeent to really use ssh in .gitconfig Apr 08 20:24:37 yeah Apr 08 20:25:00 I need to make a bbappend to build from internal uhd git repo for new product testing Apr 08 20:26:29 personally i use https urls int he repositories and tell the engineers to either use a netrc (assuming they aren't using 2-factor auth) or a .gitconfig url replacement to make it use ssh Apr 08 20:26:36 s/int he repositories/in the recipes/ Apr 08 20:29:32 I thought the Yocto Project was supposed to make all this easy Apr 08 20:29:47 * Crofton goes to add an agenda item for OEDAM Apr 08 20:29:55 it has nothing to do with yocto, you can't wget a file from a private github repo trivially either :) Apr 08 20:30:02 The Yocto Project make embedded development easy Apr 08 20:30:15 * where are we faililng :) Apr 08 20:31:03 this is a general question Apr 08 20:51:45 So I pulled in a recipe update that updated the SRCREV of my kernel recipe, but when I do "bitbake virtual/kernel" it doesn't build the new version. Apr 08 20:52:44 I did a "bitbake -c clean virtual/kernel" but when I rebuilt it it didn't recompile and I still ended up with the old version (presumably from sstate-cache?) Apr 08 20:54:10 Shouldn't doing a clean result in re-fetching and re-compiling on the next "bitbake virtual/kernel"? Apr 08 21:32:47 tastycactus, it should, yes.. Apr 08 21:34:37 kroon, my primary issue seems to be that my kernel recipe wasn't using SRCPV in PV.. Apr 08 21:36:48 But it does still seem weird that the git/ directory under tmp/work was empty after the clean and bitbake didn't re-fetch and re-compile Apr 08 21:42:40 JaMaAway, did my swig patch go through Apr 08 21:45:10 tastycactus, you need to do -c cleansstate to remove cached stuff, so that it would recompile Apr 08 21:49:16 kroon, ok, thanks that's good to know. I would have thought that a clean removes cached stuff. When would you want to clean out the src files but not the object files? Apr 08 22:05:04 tastycactus, why keep the src around wen you have the finished result already :) Apr 09 00:18:05 kergoth, http://www.wsls.com/story/25188839/85-percent-of-meth-busts-statewide-are-in-southwest-virginia#.U0SL4aDkk4o.twitter Apr 09 01:37:33 u-boot-spl.bin ? ti-staging u-boot builds an bonus bin Apr 09 01:37:48 s/an/a/ **** ENDING LOGGING AT Wed Apr 09 02:59:58 2014