**** BEGIN LOGGING AT Fri Feb 22 02:59:56 2019 Feb 22 07:32:44 New news from stackoverflow: Yocto - exclude files from -dev package Feb 22 09:33:07 New news from stackoverflow: In Yocto, how to read a git repository via ssh on a nonstandard port Feb 22 10:40:22 hi there, i'm trying to add .gdbinit in my build while building gdb but i'm falling in some trouble with this error: "Files/directories were installed but not shipped in any package". I'm definitively missing something but don't know what, someone have any input please ? Here my bbappend and full error : https://pastebin.com/cTr950DU Feb 22 10:48:40 kanavin: reckon you can get a gdkpixbuf upgrade in as part of the meson switch? Feb 22 10:52:04 rburton, yep, I'll send it as a separate patch though Feb 22 10:52:13 also looking into glib Feb 22 10:52:35 also, any chance of looking at virgl patchset? Feb 22 10:52:43 it's been sitting in master-next for a looong time Feb 22 10:52:50 kanavin: note that buildhistory shows we used to disable the x11 bit of gdkpixbuf globally Feb 22 10:52:57 yeah browsing next this morning Feb 22 11:04:39 kanavin: your submitted patch is a backport now :) Feb 22 11:04:49 which one? Feb 22 11:04:55 both Feb 22 11:05:01 which both? :D Feb 22 11:05:42 kanavin: if you're shipping the 0.7.0 tag then i prefer naming the recipe virglrenderer_0.7.0.bb because its not a git snapshot Feb 22 11:06:04 (fetching via fetch being an implementation detail, we don't do virglrenderer_http.bb and set PV in the recipe) Feb 22 11:06:21 yep Feb 22 11:10:48 kanavin: should qemu-nativesdk be built with gtk+? Feb 22 11:10:56 if it was built with sdl before then it had a UI Feb 22 11:11:08 so surely just removing sdl but not adding gtk+ makes it headless? Feb 22 11:18:34 rburton, that's a decision made through local.conf, just like for native: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=master-next&id=e3374bf545ce8ec8c4e78b607365b865af465366 Feb 22 11:18:52 previously there was confusion because sdl was enabled from two different places Feb 22 11:18:56 right Feb 22 11:19:01 maybe mention that in the commit too Feb 22 11:19:27 yep Feb 22 11:20:25 I still hope someone figures out how to make virgl work with sdl. I tried everything and wasted an awful amount of time on it, and it would just refuse to start, or start, then crash on virgl guest driver init Feb 22 11:20:44 or start, but show blank screen instead of sato Feb 22 11:21:05 (the last one is by the way how fedora's and suse's packaged qemu behaves too, so it has to be an upstream issue) Feb 22 11:21:46 hm i wonder if thats related to the blank screen when decoding video using dri2 under sato Feb 22 11:22:06 with a compositing wm it works but without one dri2 would just see black Feb 22 11:26:49 oh and btw: proprietary nvidia driver on the host is fully incompatible Feb 22 11:26:55 not surprising Feb 22 11:27:34 nouveau works well nowadays, although nvidia keeps its performance much lower than their blob by refusing to provide some necessary firmwares Feb 22 11:27:50 I guess they see it as just a way to get some kind of output so that people can switch to the blob Feb 22 11:33:32 New news from stackoverflow: yocto: Add .gdbinit in build while building gdb Feb 22 11:36:49 kanavin: what's the performance hit? what did you test it with? Feb 22 11:36:53 (glxgears doesn't count ;) Feb 22 11:37:03 rburton, glmark2, let me find the outcomes Feb 22 11:37:16 glmark2 is pretty lame too tbh. Feb 22 11:37:22 as i've discovered recently Feb 22 11:37:33 2000fps on a nuc with bad gpu Feb 22 11:38:09 rburton, score 297 on the host (nouveau), 131 in qemu Feb 22 11:38:38 there were a couple of tests that had a particularly notable slowdown (terrain is one( Feb 22 11:38:40 the uniengine haven benchmark runs at ~10fps on my nuc in normal linux and is easy to install Feb 22 11:38:52 yeah terrain is the only test there that actually hits the gpu in any meaningful way Feb 22 11:39:03 rburton, I tried uniengine, it gives me like 7fps on the host, so I didn't bother Feb 22 11:40:16 rburton, google has been working on improving virgl performance, but it's not yet in a release. uniengine in particular has gotten better. Feb 22 11:40:19 let me find a link Feb 22 11:40:51 https://www.phoronix.com/scan.php?page=news_item&px=Mesa-19.1-Virgl-Transfer-Queue Feb 22 11:40:53 there you go Feb 22 11:42:00 cool Feb 22 11:43:24 rburton, performance is not the primary point however. the primary point is being able to run things that require 'hardware' gl to begin with. Feb 22 11:44:00 sure but "comparable" performance indicates that its not just doing software GL, which sort of works Feb 22 11:44:04 for limited values of sort of Feb 22 11:44:15 (if you enable llvmpipe) Feb 22 11:49:27 it's basically establishing a link to the host GL (which can be software or hardware, depending on host's mesa drivers and hardware), there is some loss of performance due to transfer overhead (which is being worked on) Feb 22 11:49:40 but otherwise, it's certainly not doing software gl in the guest Feb 22 14:35:31 rburton, all fixed :) Feb 22 14:43:29 kanavin: woo Feb 22 14:44:08 kanavin: can you file a bug about the loaders cache cross thing? Feb 22 14:44:29 kanavin: i keep on promising to do a gtk-from-git ci thingy to catch stuff like that Feb 22 14:44:52 rburton, jku has filed it looooooong time ago Feb 22 14:45:00 maybe a prod then :) Feb 22 14:45:41 https://bugzilla.gnome.org/show_bug.cgi?id=779057 Feb 22 14:45:43 Bug 779057: was not found. Feb 22 14:45:59 basically upstream doesn't know what to do about it Feb 22 14:46:22 the best we can do for now is to run native versions of the respective tools and hope it works Feb 22 14:47:09 upstream claim its fixed https://gitlab.gnome.org/GNOME/gdk-pixbuf/commit/e191c75683e6e1db639a0e4213a169fdb3a805ea Feb 22 14:47:26 via disabling stuff, mostly Feb 22 14:47:47 rburton, that fix is not yet in a release Feb 22 14:48:00 once they release it, we can remove our patching Feb 22 14:48:20 I kinda considered disabling, but it would mean all of the ptests would be gone, for one thing Feb 22 14:49:08 if not meson.is_cross_build() Feb 22 14:49:08 subdir('tests') Feb 22 14:49:08 subdir('thumbnailer') Feb 22 14:49:08 endif Feb 22 14:49:14 can you really call this Feb 22 14:49:18 'fixed'? :) Feb 22 14:49:22 no Feb 22 14:49:24 worked around Feb 22 14:49:25 yep Feb 22 15:28:02 armpit: is rocko still getting patches? Feb 22 15:28:27 hm looks like no Feb 22 16:40:55 RP, finally got around to sumo pull request. should be good for next point release Feb 22 17:13:23 armpit: I was wondering if I missed it! :) Feb 22 17:15:50 RP, nope... I was just slow Feb 22 17:17:29 too much beer Feb 22 17:23:10 JPEW:http://ix.io/1BLi have you seen these kind of errors Feb 22 17:24:16 RP: are plans to switch qemuarm to v7 on for 2.7 ? Feb 22 17:24:46 seems I missed the boat with my sumo CVE patches for systemd. doh Feb 22 17:26:03 khem: jonmason is supposed to be doing it Feb 22 17:26:20 jonmason: We're about to hit feature freeze so I'm getting concerned :/ Feb 22 17:26:44 jonmason: whats blocking it ? Feb 22 17:31:09 khem: time :( Feb 22 17:31:58 I can drive over and beat him Feb 22 17:41:49 Hi, I'm using the meta-ros layer from https://github.com/bmwcarit/meta-ros/ and hit an issue where it cannot compile rostime due to missing lpthread. I followed the steps in the wiki, has anyone hit this problem before? Feb 22 17:59:37 gsalazar: add CLFAGS += "-pthread" to recipe Feb 22 17:59:49 CFLAGS I mean but you get it Feb 22 18:06:54 khem: Ya, I had to blacklist pkg-config Feb 22 18:07:02 I need to update the master blacklist :( Feb 22 18:10:02 khem: to the meta-ros recipe? Feb 22 18:10:13 gsalazar:yes Feb 22 18:10:16 JPEW:OK Feb 22 18:11:12 khem: Here is my current blacklist: ICECC_USER_PACKAGE_BL = "pkgconfig json-c glib-2.0 bison gettext" Feb 22 18:12:56 I added that to my site.conf with ICECC_USER_PACKAGE_BL_append Feb 22 18:14:52 khem: thanks Feb 22 18:15:37 khem: I have FB working on qemuarmv7. I just can't get X working Feb 22 18:15:44 that is the blocker Feb 22 18:16:00 I'll send out patches to the mailing list asking for help Feb 22 18:23:10 khem: changing the recipe didn't fix the issue, it asks: "Did you compile project 'cpp_common'?" Feb 22 18:43:56 hmm Feb 22 18:44:11 you need to add -pthread to linker command Feb 22 18:44:18 so either via recipe or via makefile Feb 22 18:44:28 whatever the package respects use that approach Feb 22 19:35:12 New news from stackoverflow: bitbake BBPATH confusion Feb 23 01:25:38 AB maintenance complete for the week. **** ENDING LOGGING AT Sat Feb 23 02:59:56 2019