**** BEGIN LOGGING AT Thu Mar 17 02:59:58 2016 Mar 17 04:22:40 Unfortuantely, the Connection Manager does not return the phone’s wifi hardware address: http://www.openwebosproject.org/docs/developer_reference/service_apis/connection_manager/#.Vuov4HD88gs Mar 17 05:42:20 DougReeder: Also on the Android Properties it doesn't return the WIFI MAC Mar 17 05:42:42 Android Properties? Mar 17 05:45:33 DougReeder: https://github.com/webOS-ports/android-property-service Mar 17 05:46:02 Huh, didn’t know that existed. Mar 17 05:46:04 WHich you can get with luna-send -n 1 luna://com.android.properties/getAllProperties Mar 17 05:46:10 It's our custom service Mar 17 05:47:37 It's used here: https://github.com/webOS-ports/org.webosports.app.settings/blob/master/source/views/About.js#l80 Mar 17 05:48:05 And then https://github.com/webOS-ports/org.webosports.app.settings/blob/master/source/views/About.js#l107 to populate some device info in About panel in Settings Mar 17 05:49:10 Any idea what "persist.service.bdroid.bdaddr" is? Mar 17 05:54:43 Nope Mar 17 07:58:33 Morning! Mar 17 07:58:46 Herrie|2: happy with the qemu image? Mar 17 08:01:13 morning Mar 17 08:03:30 Tofe: Took vbox image with me to office, might have some time later to toy. Could be need to update qtwebengine to 1.2 in LunaWebEngineView.qml will test a bit Mar 17 08:09:11 Herrie|Veer: oh, well, that will only change the API we hange access to, not the implementation behind Mar 17 08:09:36 s/hange/have/ Mar 17 08:09:55 Tofe: OK Mar 17 08:10:10 Could be they postponed the implementation to 5.7 Mar 17 08:10:31 I think it was originally planned for 5.6. Didn't really follow it closely. Mar 17 08:27:47 Herrie|Veer: I didn't either Mar 17 10:47:58 Herrie|Veer: I think we're alone on the Qt 5.6 + libhybris combo Mar 17 10:48:41 Tofe: No surprise there, it was the same with 5.3, 5.4, 5.5 and 5.6 as far as I could tell :P Mar 17 10:50:01 libhybris talks to qtwayland right? Mar 17 10:50:06 right... Well, I don't what Qt version ubuntu uses, but I'm pretty sure they don't use qtwayland anyway Mar 17 10:50:13 +know Mar 17 10:52:01 Tofe: Might be worth to have a look in qtwayland. I see quite some recent commits fixing various crashes Mar 17 10:54:33 like 0a62a46 Mar 17 10:54:54 And d316b79 Mar 17 10:55:31 Seems we're a handful of commits behind Mar 17 10:56:09 Might be worth to bump our qtwayland/webOS-ports/master-next with these patches? Mar 17 10:57:33 These are on the 5.6 branch of upstream qtwayland Mar 17 11:22:51 JaMa: ping Mar 17 11:23:22 pi2 images now working fine, thanks for the help! Mar 17 11:23:42 Andolamin is looking into pi3 and will have some questions for you I guess Mar 17 11:23:51 ok Mar 17 11:23:55 With regards to recipes, bb etc Mar 17 11:24:08 We have issues with libhybris and qtwayland on 5.6 Mar 17 11:24:47 I noticed a few patches in upstream 5.6. Any chance you could apply these to our fork in WebOS-Ports/master-next branch? Mar 17 11:25:07 not anytime soon, sorry Mar 17 11:25:24 swamped with other stuff :/ Mar 17 11:25:35 JaMa: OK. I'll give it a go myself then :) Mar 17 11:25:51 Also swamped but will find 10 mins somewhere Mar 17 11:26:36 Will make a new branch to play with and PR then. Mar 17 11:46:02 Herrie|Veer: I'm not here this week-end anyway, so no rush Mar 17 12:45:54 Tofe: might get to it this afternoon already :) Mar 17 12:47:48 Everyone has its own definition of "no rush", eh :) Mar 17 13:20:20 Tofe: done :) See webOS-ports/master-next-newer Mar 17 13:20:58 Cherry picked 7 commits from upstream :) Mar 17 13:29:29 Herrie|Veer: for https://github.com/webOS-ports/qtwayland/commit/2a0a3f8055754962bf3969229c265f810e3aed1f it will likely break our recipe Mar 17 13:33:18 Tofe: It might not sure Mar 17 14:01:17 Andolamin: Latest Pi2 build on server should now be OK for luna-sysmgr config files :) Mar 17 14:50:21 Herrie|Veer: I'll test it out Mar 17 14:50:25 JaMa: ping Mar 17 14:50:30 pong Mar 17 14:50:45 JaMa: https://github.com/webOS-ports/meta-webos-ports/pull/173 Mar 17 14:51:37 Several components were failing to build properly on the pi3 if I had pi2 sstate, because the cortexta7h sstate was creating using the pi2 qmake. This makes those qmake components MACHINE_ARCH, too. Mar 17 14:53:27 Andolamin: qt5.inc does more than that, if needed then it would be cleaner to copy that anonymous python to separate bbclass and inherit it Mar 17 14:53:51 Andolamin: are rpi2 and 3 using the same TUNE_PKGARCH? Mar 17 14:54:01 JaMa: For now, they are. Mar 17 14:54:21 then check http://jenkins.nas-admin.org/view/OE/job/oe_world_workspace-compare-signatures/lastBuild/console Mar 17 14:54:28 there are a lot of issues Mar 17 14:54:39 not sure if this PR covers them all Mar 17 14:56:35 JaMa: I don't know what I'm looking at there... How do I generate that locally? I can generate it from my current environment for you to check. Mar 17 14:57:28 JaMa: Locally, this change builds for both devices, and sstate seems to be working correctly (rebuilding for each device without any changes does nothing, as expected) Mar 17 14:59:14 Andolamin: it's running script shown here: https://github.com/webOS-ports/jenkins-jobs/commit/19e9947de0b6f72ec2e2a1a8ebe8dc781ef6423f Mar 17 14:59:30 and it shows you which recipes have different sstate signatures even when they should be the same Mar 17 15:00:05 sorry I gave you wrong link first, you need to check luneos-testing one Mar 17 15:00:24 http://jenkins.nas-admin.org/view/luneos-testing/job/luneos-testing_workspace-compare-signatures/lastBuild/consoleFull Mar 17 15:02:13 OK - I'll look into it. The list should be empty? Mar 17 15:04:23 yes Mar 17 15:05:09 Andolamin: even glibc signature is different Mar 17 15:05:26 so you should start there and rerun the script once glibc signature is fixed Mar 17 15:16:39 JaMa: Well, that's a shorter list than I expected... https://gist.github.com/Andolamin/23d92a8c23270f5fd1a7 Mar 17 15:16:57 JaMa: That's what showed up in failed-recipes.log Mar 17 15:22:03 JaMa: And the full script output https://gist.github.com/Andolamin/43a17888f0e4eb6db582 Mar 17 15:22:59 I'm going to try creating a new bbclass with the anonymous python then I'll rerun the script and go from there. Mar 17 15:38:39 interesting Mar 17 15:38:57 you can skip certmgrd issue which exists in existing MACHINEs as well Mar 17 15:42:34 Herrie|Veer: Checked the latest jenkins image on my Pi2 and it's working well :) Mar 17 15:45:16 Andolamin: Good news :) Mar 17 15:45:33 Hope you'll be able to sort the build issue with the 3 too :) Mar 17 15:45:52 Herrie|Veer: Oh, we will, just might take a couple days. Mar 17 15:46:49 What I have locally is already significantly improved. It works, just would like to work out the remaining handful of issues before we start running builds. Mar 17 15:49:26 JaMa: https://github.com/Andolamin/meta-webos-ports/commit/3369f386d460529dddb8e3e5690c406e86d40aea Mar 17 15:59:13 Andolamin: :D Mar 17 16:04:18 Andolamin: We should add some build & install pages for Pi2 to wiki Mar 17 16:04:37 Anything specific for build? I saw your notes on the install on your GH Mar 17 16:36:38 Herrie|Veer: https://github.com/Andolamin/webos-ports-setup/blob/alan/raspberrypi/README.md should be accurate except for the Makefile URL. Mar 17 16:46:08 Andolamin: Thnx will try to get those into a wiki template so we can do some PR shortly :) Mar 17 16:46:17 Let the dev influx come LOL :P Mar 17 16:46:51 That would be nice! Mar 17 16:49:45 Who knows, we had some hop onboard when we added TP as target. Mar 17 16:50:32 Once you have the Pi3 up you might want to try QT 5.6. Tofe confirmed that qemu is fine, so we suspect issues are limited to Android based devices with libhybris in combination with qtwayland Mar 17 16:51:58 We suspect the 5.6 update will sort the lockups :) Mar 17 17:32:10 Andolamin: looks better Mar 17 17:40:12 Herrie|Veer: FWIW, I had the Pi3 running for about 20 hours straight with no lockups :) Mar 17 18:08:40 Andolamin: Could be because it uses less dbus compared to phones Mar 17 18:08:44 I.e. oFono etc Mar 17 18:15:49 Yeah, quite possibly Mar 17 21:43:38 Andolamin: Your PR fixes the 2/3 issues now? Mar 17 22:02:39 Herrie|2: For the most part. Need review from JaMa and still have some sstate issues, but builds go through and the images seem to work correctly on the devices. Mar 17 22:03:00 I expect to add to that PR over the next day or maybe two **** ENDING LOGGING AT Fri Mar 18 02:59:58 2016