clang: Merge llvm/clang family recipes from meta-clang

This can ensure that meta-clang does not carry them and can rely on core layer
while mesa can use them too.

Omit time stamps in openmp from generated files to improve
reproducibility

fix the issue that:
| file /usr/include/llvm/Config/llvm-config.h conflicts between attempted installs of lib32-llvm-dev-20.1.2-r0.core2_32 and llvm-dev-20.1.2-r0.core2_64

(From OE-Core rev: d77e398095228b34851762858a76640e3c2cb0ab)

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2025-05-04 21:15:11 -07:00
committed by Richard Purdie
parent 437ad6eaa8
commit 79030cd4c4
55 changed files with 3620 additions and 333 deletions

View File

@@ -0,0 +1,12 @@
# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "This is the canonical git mirror of the LLVM subversion repository."
HOMEPAGE = "https://github.com/llvm/llvm-project"
require llvm-project-source.inc
require common-clang.inc
BPN = "llvm-project-source"
EXCLUDE_FROM_WORLD = "1"