Hi I'm currently unable to create a PR.
But with the latest master branches of oe-core and meta-clang I need to modify two files in order to successfully build chromium ozone wayland.
third_party/perfetto/include/perfetto/base/task_runner.h: error: ‘uint32_t’ does not name a type
needs #include cstdint
base/trace_event/trace_event_memory_overhead.h:
needs #include string
After these two includes, I can build it 100%.