meta-clang
meta-clang copied to clipboard
Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
--- ### Contributor checklist - [ ] Changes have been tested - [x] `Signed-off-by` is present - [x] The PR complies with the [Open Embedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines) ###...
**Describe the bug** bcc recipe is not visible to poky ``` $ bitbake-layers show-recipes | grep bpftrace bpftrace: $ bitbake-layers show-recipes | grep bcc $ ``` **To Reproduce** I cloned...
Hi, **Describe the bug** When trying to compile projects using `#include ` (for example libabsl) by using clang from the Yocto SDK with `nativesdk-clang` and `compiler-rt-sanitizers`, it shows `fatal error:...
**Describe the bug** When trying to build the SDK with Clang for my ppc64 build I get the following error: ``` ERROR: clang-crosssdk-x86_64-18.1.8-r0 do_populate_sysroot: Recipe clang-crosssdk-x86_64 is trying to install...
**Describe the bug** A Yocto SDK built with `CLANGSDK = "1"` contains both gcc and clang and they are expected to be binary compatible so that they can both use...
**OE Version:** Yocto Scarthgap I've tried to build clang for SDK by adding the meta-clang layer to my build and setting ```CLANGSDK = "1"``` in my local.conf. But when running...
Yocto Kirkstone is LTS (until Apr. 2026) but due to its dependency on `meta-clang` [0], the chromium version is freezed at `120.0.6099.224`. Issue https://github.com/OSSystems/meta-browser/issues/842 keeps track of ongoing efforts on...
Build of nativesdk-clang from meta-clang[master] against poky[styhead] fails with QA error: ``` ERROR: nativesdk-clang-19.1.2-r0 do_package_qa: QA Issue: File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/liblldb.so.19.1.2 in package nativesdk-liblldb contains reference to TMPDIR [buildpaths] ERROR: nativesdk-clang-19.1.2-r0 do_package_qa:...