Khem Raj
                                            Khem Raj
                                        
                                    all patches in `yoe/mut` are needed. Except that we maybe `fix-sql-virtualcursor-error.patch` is no longer needed. I have not yet tested that but let me try to disable that.
OK I varified that we dont need `fix-sql-virtualcursor-error.patch` after my changes anymore, so I have staged a removal of it in `yoe/mut`
> Just want mention that building with https://github.com/YoeDistro/meta-browser/tree/d0436f6a4059e7d9f878ccdf4b9f031cee77b373 for meta-browser and meta-clang master worked to build chromium-x11 on poky/master. Interesting that some of the patches were still needed despite the...
we already use some LLVM tools by default in meta-clang when clang is used a default compiler. see https://github.com/kraj/meta-clang/blob/master/classes/clang.bbclass#L8-L10 it would be fine to add strip and objcopy there as...
> Besides, do I have to use that ${HOST_PREFIX}, as the llvm would take the triple archtecture string as the argument. > And in android ndk, it doesn’t offer the...
I think best option is to define them as cross tools on the lines of other tools see https://github.com/kraj/meta-clang/blob/master/recipes-devtools/clang/clang_git.bb#L209
@quaresmajose thanks for the patch, I see that https://reviews.llvm.org/D53608 still has some changes planned, so its not yet final, so we should wait for taking this patch into release. It...
@pino-kim you will run `bitbake -k world` but you can also build individual packages by doing `bitbake `
@alistair23 I think some of the packages fail due to syscalls e.g. ``` error: 'SYS_mmap' was not declared in this scope error: 'SYS_futex' was not declared in this scope ```...
@ajf58 yes perhaps fixing the 64bit time_t issues for rv32 is a big one and also some key packages like libseccomp, libunwind are key elements needed to enable various yocto...