**** BEGIN LOGGING AT Fri Oct 27 03:00:02 2017 Oct 27 07:22:01 Morning! Oct 27 07:40:42 Morning! Oct 27 08:46:10 gm all Oct 27 08:58:45 EricBlade: Morning! Oct 27 09:20:30 so.. maybe, just maybe .. the turmoil that has permeated my life for a long time, has finally come to a manageable level, and I can maybe start doing some of the things i've wanted to do here Oct 27 09:45:53 oooh :) Oct 27 11:32:03 i know i've said that at least once, if not twice or more, about the same time the last year or two, but .. i have hope again Oct 27 11:33:03 i'm reorganizing my office this weekend, and a goal is to have a station where i can do LuneOS stuff Oct 27 11:42:03 EricBlade: do you know what you'd like to work on? Oct 27 12:10:57 JaMa: Welcome back :) Oct 27 12:12:21 Hello Oct 27 12:12:33 just pushing those 2 meta-smartphone PRs Oct 27 12:14:49 JaMa: Thnx Oct 27 12:15:02 Got a small question for you on a qmake recipe Oct 27 12:15:34 you can try, but I'm not fully awake yet Oct 27 12:15:44 JaMa: Ah you're other side of ocean? Oct 27 12:18:19 Trying to get cmst (ConnMan QT App to build with Yocto). Have it working hackidy hack now, but nothing proper... I have issues with 2 lines in the .pro. I probably miss something small in my BB recipe Oct 27 12:18:20 https://github.com/andrew-bibb/cmst/blob/master/cmst.pro#L25 Oct 27 12:19:03 Gives me gzip: skipping: ./misc/manpage/cmst.1 does not exist Oct 27 12:19:17 While I can see I have git/misc/manpage/cmst.1 Oct 27 12:20:07 This is my recipe: https://bpaste.net/show/7b94a229eb3c Oct 27 12:21:36 do you have gzip-native in DEPENDS? Oct 27 12:21:38 Herrie|Laptop: it's probably not executed from the git/ folder, but from a build/ folder Oct 27 12:21:56 sorry see it now Oct 27 12:22:06 yes as Tofe says Oct 27 12:22:19 Ah OK Oct 27 12:22:27 to confirm you can set BB = S Oct 27 12:22:37 Tofe: shrug.. i need to get something setup so i can build and a device or 2 or more to deploy to Oct 27 12:22:41 B = "${S}" Oct 27 12:23:21 and use datadir variable instead of usr/share if the component actually respects this Oct 27 12:23:43 also drop protocol and branch parameters from SRC_URI as this is the default anyway Oct 27 12:23:58 JaMa: Yeah it needs cleaning still Oct 27 12:24:10 and you shouldn't need to define FILES.*-dbg anymore Oct 27 12:24:18 all .debug directories are picked automatically Oct 27 12:24:36 JaMa: OK I just took another recipe and modified that Oct 27 12:25:20 hmm it doesn't respect datadir variable, so scratch that part from me Oct 27 12:25:41 JaMa: OK Oct 27 12:29:26 B = "${S}" doesn't work Oct 27 13:07:16 fails the same? Oct 27 13:10:17 JaMa: Seems so Oct 27 13:14:43 and I'm not on the other side, just went to bed after 8AM today Oct 27 13:17:28 JaMa: Ah I see Oct 27 13:17:30 That's late :P Oct 27 13:17:34 Could it be it's ${S}/git ? I never know when to add it Oct 27 13:18:37 Let me try that Oct 27 13:33:59 I've already closed the recipe, but usually S would be WORKDIR/git Oct 27 13:34:42 and it's there as well Oct 27 13:34:57 so if there is another git directory as S/git then something is really weird Oct 27 13:39:28 JaMa: Yes S = workdir/git Oct 27 13:43:04 ok, that was my last idea :) Oct 27 13:44:09 did you set the B = S after the inherits? Oct 27 13:44:25 or just check with bitbake -e that it really is set to S in the end Oct 27 13:44:46 I'm off for a bit again, BBL Oct 27 14:16:55 Oops was the inherits issue Oct 27 14:17:02 After I moved it it was OK Oct 27 14:19:37 Tofe: You have anything to PR or can I kick off a nightly with the BT bits? Oct 27 14:20:48 Ah JaMa kicked it off already :) Oct 27 14:50:16 Herrie: nothing ready, go on Oct 27 16:49:00 Tofe: For setting this ENV variable for scaling the QT app, can we do this in appinfo.json or I should make a simple .sh script that sets it then calls the executable? Oct 27 18:29:57 Herrie: .sh script, I don't think there's a way to do that in appinfo Oct 27 18:30:18 For bluetooth I discovered this: https://git.merproject.org/mer-core/kf5bluezqt Oct 27 18:30:52 guess what ? they did their own .pro files to skip the cmakefiles :p and those should be pretty adapted to us too I think Oct 27 18:31:46 Anyway I'm still struggling a bit with nemo-dbus, it looks like my QML function isn't called when the DBus signal is sent, though I said I wanted to listen to signals... Oct 27 18:47:09 Tofe: Hmmz weird Oct 27 18:47:15 Could be the new version of nemo-dbus has a bug? Oct 27 18:47:29 I really don't know Oct 27 18:48:24 Not sure if this would help anything? https://git.merproject.org/mer-core/nemo-qml-plugin-dbus/commit/2ce103f2820cdaff2ce0136248bf85cd1df795b7 Oct 27 18:48:52 Ah we have that already Oct 27 18:50:01 ok I think I found a cause: my BluetoothService is intantiated too soon, something isn't ready yet Oct 27 18:50:56 Maybe the QML metadata aren't ready yet Oct 27 18:51:35 ok I'll just drop my singleton pattern and we'll be fine I guess Oct 27 19:05:11 Tofe: This is still on N4 or you got discovery working on N5 too? Oct 27 19:05:22 it's on desktop :p Oct 27 19:10:29 Ah :D Oct 27 19:33:56 ah, found it ! Oct 27 19:34:05 it was a nasty typo in the code Oct 27 19:34:51 https://github.com/webOS-ports/luneos-components/blob/tofe/connman-stub/modules/LuneOS/Bluetooth/BluetoothService.qml#L75 <-- do you see it ? Oct 27 19:41:43 Nope :P Oct 27 19:42:07 for each ? Oct 27 19:49:14 nope, it's missing "var" before "path" Oct 27 19:49:53 the consequence was that "path" was then the property "path" of the qml object... and noone complained Oct 27 19:49:58 HEhe Oct 27 19:50:19 so the path was therefore wrong once this loop has been executed Oct 27 19:50:23 Maybe better to use something else instead of something that could be easily cause conflicts like path ? Oct 27 19:51:03 well, I've put this code outside of the dbus object, so no conflict now, but yes you're right Oct 27 19:51:21 Just there are some of these words that always cause issues... Oct 27 19:51:30 path for sure is in the top 10 I'm sure :P Oct 27 19:51:58 yup :) Oct 27 19:52:09 In my previous company they changed Albanian currency ALL to ALB because ALL caused all kinds of issues LOL :P Oct 27 19:52:17 lol Oct 27 19:52:19 In one of the systems Oct 27 19:52:57 I'm now debugging the removal of a device, and then we're good to go Oct 27 19:53:08 ah no I forgot the connect :D Oct 27 19:53:27 well, it's implemented, but could be bugged Oct 27 19:54:08 Tofe: Well it looks like solid progress already Oct 27 19:54:56 yes, it does work nicely Oct 27 19:55:01 ... on N4 Oct 27 19:55:18 not sure what's the issue with N5 yet Oct 27 19:55:38 I'll boot it on Android to check it's not my chip which would be dead Oct 27 19:55:47 unlikely, but I have to be sure Oct 27 19:56:43 Yeah... Oct 27 19:58:00 nope, works perfectly Oct 27 20:06:59 Then I blame Halium :P Oct 27 20:07:08 Does BT work for them :P ? Oct 27 20:19:01 I don't know, but I guess so Oct 27 20:19:16 https://github.com/webOS-ports/luneos-components/pull/78 first part, can be merged now if we want Oct 27 20:20:27 https://github.com/webOS-ports/luna-next-cardshell/pull/308 second part Oct 27 20:22:06 ... that all for now :) Oct 27 20:22:28 now I'll look at N5, what's wrong Oct 27 20:26:28 Tofe: I like the new implementation, it's a lot easier to read and quite a bit cleaner too :) Oct 27 20:26:39 thanks :) Oct 27 20:26:55 BlueZ5 helps too Oct 28 00:45:19 sorry for the waaaaaaaaaaaaaay off topic message, but this might be important in the grand scheme of things in the world Oct 28 00:45:21 http://www.cnn.com/2017/10/27/politics/first-charges-mueller-investigation/index.html **** ENDING LOGGING AT Sat Oct 28 03:00:02 2017