**** BEGIN LOGGING AT Thu Jun 20 03:00:00 2019 Jun 20 07:03:27 Morning! Jun 20 08:11:04 Tofe: Needs a bit more styling, wrapping and cleaning up, but it's a start: https://webos-ports.org/wiki/LuneOS-webOS-OSE_Migration_Status Jun 20 08:29:21 Tofe: OK this looks better already :) https://webos-ports.org/wiki/LuneOS-webOS-OSE_Migration_Status **** BEGIN LOGGING AT Thu Jun 20 08:46:51 2019 Jun 20 11:09:08 Tofe: Added preliminary "owner" for the components to be migrated as well and fixed some layout issues Jun 20 11:09:35 I guess we might want to apply some sorting so the N/A ones will appear at the bottom and a few other things, but it's a start at least Jun 20 13:39:14 Herrie: wow great work, thanks Jun 20 13:46:10 Still needs polishing and it seems I "forgot" to migrate some very easy components (no or very small code changes), so I'll tackle those shortly. Jun 20 15:46:13 JaMa: ping Jun 20 16:05:39 Herrie: pong Jun 20 16:14:56 JaMa: just wondering how difficult it would be to create a VBox image for OSE after the Yocto upgrade has been completed? Jun 20 16:24:29 why not QEmu? Jun 20 16:25:48 there is VBox support in the works, but not included in OSE yet and they use different approach than what we do for graphics Jun 20 16:29:43 JaMa: No clue how to use qemu on my end :P Jun 20 16:29:56 And the OSE requirements were quite specific as well Jun 20 16:30:09 there are docs on webosose site :) Jun 20 16:31:10 if you don't want to install their prebuilt qemu, you can rebuild the one from ubuntu easily see http://forum.webosose.org/t/pre-built-images-available/392/2?u=jama Jun 20 16:31:40 https://github.com/webosose-emulator Jun 20 16:32:10 JaMa: This one? http://webosose.org/develop/sdk-tools/emulator/qemux86-emulator-linux/ Jun 20 16:32:14 I guess I can try that Jun 20 16:32:21 I just want to pull some logs and compare some stuff Jun 20 16:32:27 Not really planning to do much with it otherwise Jun 20 16:33:02 http://webosose.org/develop/sdk-tools/emulator/qemux86-emulator-linux/ Jun 20 16:33:07 yes Jun 20 16:35:04 JaMa: Do we want/need this? https://github.com/webosose/meta-webosose/blob/master/meta-webos/recipes-webos/libsandbox/libsandbox.bb#L22 Jun 20 16:36:07 most likely not, we're not building static libs by default anymore so all WEBOS_NO_STATIC_LIBRARIES_WHITELIST support is a bit useless now Jun 20 16:37:00 I haven't removed it yet, just in case someone decides to remove conf/distro/include/no-static-libs.inc from the config and use webos_no_static_libraries.bbclass again Jun 20 16:37:03 OK Jun 20 16:37:16 Well we don't have it now, the code didn't change for repo, just noticed it in recipe Jun 20 16:37:19 SO I thought to ask Jun 20 19:07:43 Ookay so the kernel 5.0 is getting stuck somewhere i am not even sure where... Jun 20 19:10:04 I thought meta-intell is supposed to be all that's needed to get a GUI up and running.. how wrong i was.. this thing isn't even running udev properly so the root=/dev/sda2 had to be passed on manually Jun 20 19:16:27 Herrie: do you know if we have a recent build for tissot or qemu that I could play with ? Jun 20 19:28:20 Tofe: there is build from yesterday Jun 20 19:28:33 ah, great Jun 20 19:28:45 qemux86 is even newer from today Jun 20 19:28:45 I'll take that one and try to help a bit on the last issues Jun 20 19:29:27 cool, fyi OSE release to public might be delayed for another week or so, they said I made too many commits to process :) Jun 20 19:30:15 :p Jun 20 19:31:20 * Tofe imagines a poor old 8086 trying to process the commits byte by byte Jun 20 20:12:07 okay today looks like 2 steps backwards Jun 20 20:12:10 odd kernel freezes Jun 20 20:12:39 lost the semi decently working original image Jun 20 20:13:08 trying this config didn't do much: https://github.com/piggz/droid-config-latte/commit/ff5cacf868c06b810486666e2fd2d6e5606d2ad7 Jun 20 20:15:48 I think half the solution may actually lie in why the original initrd script was failing to detect the rootfs Jun 20 20:19:09 if you change the kernel config, it could be also that Jun 20 20:24:26 yeah but i went back to original config Jun 20 20:25:50 Tofe: i think half the experiements failed because I was using a franken image and i was flashing the compiled rootfs to /dev/sda2 Jun 20 20:26:05 and i was simply reusing the /dev/sda1 from the iso image Jun 20 20:26:17 which is what had the bzImage Jun 20 20:26:38 realized that when i tried to see what's wrong with my 5.0 kernel and uname was reporting 4.19 Jun 20 20:31:01 I am beginning to believe i may be better off without meta-intel Jun 20 20:31:56 the main reason i added meta-intel is for easy efi bootimages Jun 20 20:32:21 and gpu drivers Jun 20 20:34:56 "The linux-intel kernel is an initiative to bring better Intel(R) hardware support to the current LTS linux kernel. It contains a base LTS kernel with additional backports from upstream Intel drivers. In addition, a default kernel config containing most features found on Intel boards is supplied via the yocto-kernel-cache" Jun 20 20:35:40 does this mean i have to change the PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" to PREFERRED_PROVIDER_virtual/kernel = "yocto-kernel-cache" Jun 20 20:40:53 no Jun 20 20:42:41 hmm Jun 20 20:52:26 okay battery died Jun 20 20:52:30 more debugging tomorrow Jun 20 21:07:31 JaMa: LG guys need more beer, coffee & pizza it seems :P Jun 20 21:21:21 I don't even know what they do with those commits, I've already merged them all to internal gerrit, maybe they are pushing them one by one or retyping on github to protect company secrets :) Jun 20 21:32:22 JaMa: Do we need https://github.com/webosose/meta-webosose/blob/master/meta-webos/recipes-webos/nodejs-module-webos/nodejs-module-webos-dynaload.bb#L20, L30 and L37? Seems to differ in OSE recipes Jun 20 21:32:41 LOL Jun 20 21:40:15 Herrie: yes, it's to prevent jenkins HOME to have .nodejs_cache directory Jun 20 21:40:43 or ~/.node-gyp/ Jun 20 21:41:32 see https://github.com/webosose/meta-webosose/commit/c064061e035df9c1ff8a5ac82ccae5be86de997e#diff-0fd9ea4ef0e2920516c7a2b398a3fa47 Jun 20 21:47:11 Ok Jun 20 22:36:27 I guess the node version should be the one we get from Yocto right? Jun 20 23:00:07 it's backported throgh meta-webos-backports in OSE from Thud, in our case it should be nodejs from Warrior **** ENDING LOGGING AT Fri Jun 21 02:59:57 2019