**** BEGIN LOGGING AT Sat Jan 07 02:59:57 2023 Jan 07 08:19:11 Ah, sorry, I should have PR'ed it Jan 07 08:33:18 New build for qemux86-64 now succeeded here Jan 07 08:37:16 ah, great Jan 07 08:47:20 So not sure what was up, but well Jan 07 08:47:27 Kicked off a PPP build as well now Jan 07 10:53:49 That seems to build too Jan 07 10:54:12 Tofe: I checked a bit into sleepd and powerd/com.webos.service.power2 Jan 07 10:54:33 There was some shuffling done with the charger and battery status, but I'm not sure what's the current status. Jan 07 10:55:05 Seems there should be a com.webos.service.battery as well, but not sure if that is registered by sleepd, com.webos.service.power2 or it should be separate. Jan 07 10:57:30 I.e. https://github.com/search?q=org%3Awebosose+com.webos.service.battery&type=code and https://github.com/webosose/com.webos.service.power2/commit/7fc406f608d69b6cb01a6102bac7126653d09b64 Jan 07 10:57:47 I guess we should just drop powerd, use com.webos.service.power2 and see where it leads us? Jan 07 11:06:01 Seems there's only 2 calls implemented for charger and battery anyway, porting them shouldn't be rocket science if not there? Jan 07 11:06:32 Herrie: sleepd seems to just survey the changes, it doesn't provide any LS2 service ; I'm trying to see who provides it Jan 07 11:08:55 ... and I can't find it :/ Jan 07 11:12:04 if we drop powerd, we'll have to make sure the calls still work Jan 07 11:12:19 https://github.com/webosose/com.webos.service.power2/commit/7fc406f608d69b6cb01a6102bac7126653d09b64 looks promising though Jan 07 11:14:41 ^ but that code has been dropped ? Jan 07 11:19:49 ^^ yes, with https://github.com/webosose/com.webos.service.power2/commit/a81f6109fcb87505a1437ec77ebb8aae3fb481df Jan 07 11:19:51 Tofe: We could add it back fairly easily I guess Jan 07 11:19:53 ? Jan 07 11:20:08 But seems it might have been moved to com.webos.service.battery which isn't in OSE (yet) Jan 07 11:20:57 yes, there are references to pms-support- , where some of the implementation should be Jan 07 11:21:26 well, for us the easiest might just be to keep powerd, in that case ? Jan 07 11:21:57 since OSE dropped it Jan 07 11:36:16 Tofe: THere's this with regards to PMS: https://github.com/webosose/pms-support-reference Jan 07 11:43:20 Yes, but it's a bit empty :p Jan 07 16:24:35 Tofe: Yes for sure Jan 07 16:24:53 Might be worth to ask the OSE guys to see if they could push the repo. It doesn't seem to do much really. It's a few calls Jan 07 18:19:44 FYI: https://git.openembedded.org/openembedded-core/commit/?id=6f2af1e5d1537b4d31e14946292bf58f0fd76fc9 breaks our VirtualBox, either we need to update the VM config or downgrade the DEFAULTTUNE Jan 07 18:19:57 root@qemux86-64:~# mediaindexer Jan 07 18:19:58 Incompatible processor. This Qt build requires the following features: fma f16c Jan 07 18:29:49 and changing the VM config won't work, see https://www.virtualbox.org/ticket/15471 Jan 07 18:30:10 see https://lists.openembedded.org/g/openembedded-core/message/175620 Jan 07 18:47:23 JaMa: looks like there are only two options then: change DEFAULTTUNE, or use Qemu Jan 07 18:47:56 but I'm not sure we have a working solution for Qemu right now? Jan 07 18:49:02 I have a small script here, with this content: https://bpa.st/BUV3Y but I don't even remember if it worked Jan 07 19:07:22 Well seeing it's qemux86-64. defaulttune is only used for this machine Jan 07 19:07:30 It's not end of the world to change? Jan 07 19:53:01 Herrie: I agree. And I'm glad I didn't rebuild the whole thing yet :p Jan 07 20:27:07 oh, I just discovered that: https://doc.qt.io/qt-6/webos.html Jan 07 20:29:55 Tofe: Seems LG partnered with various other companies and webOS is appearing more in the wild outside of TV's Jan 07 20:30:10 Some cars from GMC and other devices from what I understood :D Jan 07 20:31:33 Ie https://arstechnica.com/gadgets/2023/01/android-automotive-goes-mainstream-a-review-of-gms-new-infotainment-system/3/ Jan 07 20:31:44 Not the best review there but well Jan 07 20:31:54 I blame that on GM Jan 07 20:32:02 We know webOS is quite capable Jan 07 20:32:21 yep :) Jan 07 20:32:54 ok I give up on booting luneos with qemu out of the box, the screen stays black (maybe due to vmsvga driver) Jan 07 20:33:06 so let's just downgrade DEFAULTTUNE Jan 07 21:38:39 Tofe: For powerd/sleepd: Isn't sleepd here supposed to register under "com.webos.service.battery" too? https://github.com/webosose/sleepd/blob/master/src/main.c#L250 Jan 07 21:39:05 I tried adding the com.webos.service.battery to the LS2 files but that didn't seem to get the API calls working, but I only had a quick try **** ENDING LOGGING AT Sun Jan 08 02:59:56 2023