**** BEGIN LOGGING AT Sat Sep 09 03:00:01 2017 Sep 09 05:15:12 Morning! Sep 09 07:42:42 Morning! Sep 09 07:43:09 Herrie|Laptop: my qemu build is from yesterday, all updated Sep 09 07:44:33 so once we sort out this udev issue, we'll be all fine. And we even have a workaround for that (setting VIRTUALBOX_TOUCH_EVDEV_MOUSE=/dev/input/event4 in environment.conf). Sep 09 07:45:46 :D Sep 09 07:45:57 Just Mesa would need to be updated at some point right? Sep 09 07:50:58 But that's not urgent for now Sep 09 07:58:08 right, we'll need to find a way to use directly the upstream Mesa Sep 09 08:15:01 Herrie|2: looking at how easily qemu helped us on this issue, I begin to think we should just switch to that emulator. However if we do that we lose the mouse integration and it doesn't really solve the egl issue... Sep 09 08:28:20 Tofe: I can confirm I get html5test.com crashing on Hammerhead Sep 09 08:28:23 It did work for me before Sep 09 08:28:28 But that site updates all the time Sep 09 08:28:46 Herrie|2: this is with the flags change, right? Sep 09 08:29:00 Tofe: Yeah with flags change Sep 09 08:29:04 It could be the netflix stuff Sep 09 08:29:09 Ehm WideVine I mean Sep 09 08:29:37 could be, but I doubt it though, we don't have any binary blob yet Sep 09 08:30:12 Tofe: Well me neither, but maybe it somehow detects it Sep 09 08:30:15 And then crashes Sep 09 08:30:21 Or they updated html5test.com in meanwhile Sep 09 08:30:25 And that causes crash Sep 09 08:30:31 Site is updated frequently Sep 09 08:32:14 we could test an image from august 5th, which was Qt 5.8 Sep 09 08:35:13 Tofe: It worked before with 5.9 Sep 09 08:35:17 I tested it Sep 09 08:35:26 ah ok Sep 09 08:35:30 Tofe: I noticed N5 doesn't keep my wifi password Sep 09 08:35:32 YOu have the same Sep 09 08:35:40 yes Sep 09 08:35:44 pretty annoying Sep 09 08:35:47 Yeah Sep 09 08:35:53 And that also causes the date issue probably Sep 09 08:35:55 didn't we stumble on that issue before? Sep 09 08:35:59 It's some mount not working properly Sep 09 08:36:02 Pretty sure Sep 09 08:54:21 Tofe: Sep 08 23:07:27 hammerhead kernel[341]: [ 1.924765] bcm_wifi_get_mac_addr: Failed to get information from file /persist/wifi/.macaddr (-2) Sep 09 08:54:58 .macaddr file missing ? Sep 09 08:55:11 ah, I've definitely seen that before Sep 09 08:57:02 Tofe: https://github.com/shr-distribution/meta-smartphone/tree/pyro/meta-lg/recipes-core/systemd/systemd-machine-units/mako Sep 09 08:57:11 And https://github.com/shr-distribution/meta-smartphone/tree/pyro/meta-lg/recipes-core/systemd/systemd-machine-units/hammerhead Sep 09 08:57:17 Seems we simply miss some files ;) Sep 09 08:57:50 yup, good find! Sep 09 08:57:54 Or at least that's my best guess ;) Sep 09 09:02:00 I'm now testing the fix Sep 09 09:02:34 I might not be around that much today, leaving for 2 weeks of hopefully better weather tomorrow ;) So need to do some last minute shopping, packing etc :P Sep 09 09:02:42 And I'm alone with 2 children whole day for first time LOL Sep 09 09:03:15 Ah, vacation, always a great idea :) Sep 09 09:03:35 Didn't have a proper one since at least last summer :P Sep 09 09:05:37 Tofe: I'm getting this for the camera stuff: https://bpaste.net/show/e4dadffd432d Sep 09 09:05:51 I did a sudo apt-get install bzr and it installed bzr but still doesn't seem to work? Sep 09 09:09:10 (09:42:22) JaMa: [19:03:25] and the bzr installation isn't enough, we will need http://lists.openembedded.org/pipermail/openembedded-core/2017-September/141976.html applied in oe-core master and pyro Sep 09 09:09:39 seems like I have it locally in my cache somehow Sep 09 09:15:05 Ah ok Sep 09 09:18:02 Let me try that Sep 09 09:20:29 Herrie: we do the stable release when you'll be back then? Sep 09 09:20:39 (if I don't break anything in the meantime :p ) Sep 09 09:23:04 Tofe: JaMa's patch seems to work there Sep 09 09:23:18 Tofe: Well I should have access to internet :P Sep 09 09:23:24 And will take a TP anyway and my N5 Sep 09 09:23:31 So could do things :P Sep 09 09:24:05 Don't forget to do vacations too ;) Sep 09 09:25:00 ok, so, I did have a .macaddr, containing binary stuff, but the access rights were incorrect Sep 09 09:25:21 --> did "chmod 755 /persist/wifi", it helped Sep 09 09:25:55 we can keep the .sh, but it's actually a bit incorrect, as it should write it in binary form (0x4c 0x5b 0x10 etc...) Sep 09 09:29:13 mmh that didn't fix the issue Sep 09 09:51:08 ok, I got it, we should not have the wifi driver builtin the kernel, but as a delayed-loaded module Sep 09 09:51:15 ... like N4 :) Sep 09 09:58:36 Tofe: OK Sep 09 10:06:15 I guess it was there for a reason after all :P Sep 09 10:23:01 exactly :) Sep 09 10:23:38 I've got the module now, it's delayed, but it's loaded as non-powered and connman thinks it is powered Sep 09 10:23:50 so it works if we do off->on, but that's also annoying :) Sep 09 10:24:34 I'm playing a bit with the systemd service to load it a bit before android starts, instead of after. It shouldn't need android anyway. Sep 09 10:35:05 got it, it works now Sep 09 10:38:14 :D Sep 09 10:40:18 Herrie: do you know if that kind of use of "COMPATIBLE_MACHINE" will work ? https://bpaste.net/show/aa83ed5ebb05 Sep 09 10:40:37 I wanted to simplify a bit the recipe, as mako and hammerhead are now very alike Sep 09 11:04:45 Tofe: I've so far only seen examples with architecture... ie x86, mips, armv7 etc Sep 09 11:05:01 Ah wait Sep 09 11:05:46 Seems you can do: COMPATIBLE_MACHINE = "tuna|grouper|mako|tenderloin" Sep 09 11:06:00 That was used by token-generator before Sep 09 11:54:38 Ok 2 children asleep :P Sep 09 11:54:47 For as long as it'll last LOL :P Sep 09 12:05:57 all: great to read about the good progress here in the recent days ! Thanks - and looking forward to test on emulator and N4 Sep 09 12:06:20 Herrie: have great vacations ..! Sep 09 12:09:49 MartinHov_: Yeah seems lots of bugs are being squashed :P Sep 09 12:10:00 Thanks, sure I will, some Adriatic see will do us good :P Sep 09 12:21:29 s/see/sea Sep 09 14:59:29 Herrie: the crash comes from the activation of the "disable-es3-gl-context" from within qtwebenginecore Sep 09 15:13:45 Tofe: OK Sep 09 15:13:47 Hmmz weird Sep 09 15:14:00 We had that switch before I think when I tested it Sep 09 15:14:33 no, not in the browser Sep 09 15:14:51 Tofe: Ah OK Sep 09 15:15:03 that's also a reason why I wanted to activate the switches from within: it is now common for all WebEngineView instances Sep 09 15:15:20 Yeah that makes sense ;) Sep 09 15:15:24 otherwise we'd have to also add switches to the luna-qml-launcher call Sep 09 15:15:27 Just silly it crashes Sep 09 15:15:42 yes, I guess that's a chromium bug somehow Sep 09 15:32:44 I think it's crashing the on WebGL2 tests Sep 09 15:33:48 probably because of this kind of code snippet: https://github.com/qt/qtwebengine-chromium/blob/56-based/chromium/gpu/command_buffer/service/texture_manager.cc#L1913 Sep 09 15:51:09 ok I've got a little patch :p Sep 09 15:59:30 https://github.com/webOS-ports/meta-webos-ports/pull/243 should handle it. I don't reproduce the crash, at least. Sep 09 16:18:57 Tofe :D Sep 09 16:31:10 Seems weird how they deal with it in the original code :S Sep 09 16:38:08 yes, I think it's a bit borderline... Sep 09 20:43:22 Tofe: Is it correct I didn't see anything for qemu PR-ed yet? Just wondering :P Sep 09 20:43:26 Or maybe I missed something Sep 09 20:49:08 Herrie: it's correct Sep 09 20:50:18 OK :D Sep 09 20:50:45 I tried to find a nice fix for the mouse, but didn't find anything Sep 09 20:50:59 I think I'll just fallback to the workaround Sep 09 21:00:18 Tofe: OK Sep 09 21:00:28 As long as we know what to fix when it breaks ;) Sep 09 21:00:58 What was the issue with sshd? Sep 09 21:01:17 the ethernet virtual hardware Sep 09 21:01:26 Ah Sep 09 21:01:29 setting virtio-net works better Sep 09 21:01:34 :) Sep 09 21:03:27 https://github.com/webOS-ports/meta-webos-ports/pull/244 should fix all this Sep 09 21:03:33 I didn't test the ovf though Sep 09 21:05:22 OK I'll run it here overnight Sep 09 21:06:27 Ok! Sep 09 21:06:32 well, time for bed :) Sep 09 21:06:38 'Night! Sep 09 21:19:10 Night! **** ENDING LOGGING AT Sun Sep 10 03:00:00 2017