**** BEGIN LOGGING AT Sun Apr 26 02:59:57 2020 Apr 26 20:18:20 JaMa: I think I just found another way, for the recovery's UI Apr 26 20:18:54 I've been trying lvgl today, and I'm getting encouraging results on the pinephone Apr 26 20:20:48 looks line, never seen or used it before Apr 26 20:21:18 well it's bit rough around the edges, but not more than SDL Apr 26 20:21:35 and it's maintained, and supports fbdev directly Apr 26 20:22:23 in the end, a "hello world" looks like this https://github.com/Tofee/luneos-recovery-ui/blob/master/main.c Apr 26 20:23:14 Now I'll need to have it working somehow on desktop, otherwise developping with it will be a nightmare :) Apr 26 20:24:09 but there are some demos for X and GL, so I guess it'll be ok Apr 26 20:34:50 their example here https://github.com/littlevgl/lv_sim_eclipse_sdl works as-is using SDL on desktop, so it's probably not that much effort to get something working Apr 26 20:36:22 JaMa: yocto doesn't fetch submodules by default, right ? Apr 26 20:37:28 because in that case, I could do a similar trick as their example, using submodules, that we would fetch only to get it working on desktop Apr 26 20:43:36 Tofe: there is gitsm:// fetcher which can do that, but I usually prefer to just list all submodules separately in SRC_URI Apr 26 20:44:10 as it's more reliable while gitsm:// is still receiving some fixes from time to time Apr 26 20:44:33 JaMa: I don't want to fetch them :) I've already written a recipe where lvgl is built as a static lib, and the recovery ui is just the needed code Apr 26 20:44:54 but, on desktop, the submodules would be needed Apr 26 20:45:06 as the .a has to be built too Apr 26 20:45:56 So as git:// doesn't fetch them in Yocto, I get the wanted behavior, I'm going to do that **** ENDING LOGGING AT Mon Apr 27 02:59:57 2020