Ross Burton
Ross Burton
The openmp workaround is now merged in b573f41170c4e3be8d5fc585bb8166218ed09d8b. clang is interesting and I think I'm going to leave it to you Khem. :) One of the entries in `/usr/lib/cmake/llvm/LLVMConfig.cmake` is:...
With current master I can't replicate any of these, I think this can be closed.
I tried with the local tree I wanted to delete and it didn't crash, but watching `ps` the peak memory usage was just 1117120 so that wasn't big enough. Isn't...
I just hit this and got incredibly confused when `git grep` was telling me about files that don't exist.
Basically I don't want to see my own username in the prompt, even if I'm on a remote connection. In that case I'd like to see the hostname, but don't...
The unit files and patch are in use by multiple major distributions. Is there anything blocking this being merged?
The former is due to `mesa_%.bbappend`: ``` recipes-graphics/mesa/mesa_%.bbappend:export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" ``` The latter is `packagegroup-cross-canadian.bbappend`: ``` recipes-core/packagegroups/packagegroup-cross-canadian.bbappend:RDEPENDS:${PN} += "${@bb.utils.contains('CLANGSDK', '1', '${CLANGCROSSCANADIANDEPS}', '', d)}" ```
Oh commenting out those lines gave more: ``` mesa-native:do_configure: 82ebb144cda2c7cd4383f539e4626943023b6a4e6c594cf5922ab7e7be228158 -> d356c01d0e46b9e5a3ff8a605498f5019f5aac509f400425383b092f0d418630 Variable PACKAGECONFIG_CONFARGS value changed: " -Ddri3=enabled -Degl=enabled -Dgallium-drivers=${@strip_comma('${GALLIUMDRIVERS}')} [- -Dllvm=disabled-] {+-Dllvm=false+} -Dgbm=enabled -Dgles1=enabled -Dgles2=enabled -Dglvnd=false -Dlmsensors=disabled -Dgallium-opencl=disabled -Dopencl-spirv=false...
Finally, this patch simply commenting out lines obviously breaks the build but does pass layer compat, so that's the scope of what needs to be tweaked or merged into oe-core:...
There's also a slew of missing Upstream-Status values: ``` AssertionError: 51 != 0 : Found following patches with malformed or missing upstream status: /home/ross/Yocto/meta-clang/recipes-devtools/gdb/gdb/0001-gdb-Link-with-latomic-for-riscv-clang-alone.patch /home/ross/Yocto/meta-clang/recipes-devtools/clang/clang/0010-clang-Define-releative-gcc-installation-dir.patch ... ```