diff options
author | Jon Mason <jdmason@kudzu.us> | 2024-09-30 14:11:25 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-07 23:38:20 -0700 |
commit | e875cdfc91a8ddb363fb8fbf297a6af867dfeea8 (patch) | |
tree | bf5985d26c5f7bb78d361d74c23c255768385200 | |
parent | 036ca8256d2e62ce153b6cba40ee03efd1d02633 (diff) | |
download | meta-clang-e875cdfc91a8ddb363fb8fbf297a6af867dfeea8.tar.gz |
u-boot: u-boot is clangable
Since clang is at version 19 now, remove the blocking of building
u-boot. I'm not seeing any issues with building u-boot and running
testimage for qemuarm, qemuarm64, and qemumips.
Based on the original comment, this limitation probably should've been
only applied to mips.
Leaving the BSP versions of u-boot in nonclangable, as I don't know if
those have issues or not, and thought it better to err on the side of
caution.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
-rw-r--r-- | conf/nonclangable.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 56b6bac..31b0a02 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -153,8 +153,6 @@ TOOLCHAIN:pn-php:mips = "gcc" | |||
153 | # Workaround oe-core patching problem temporarily | 153 | # Workaround oe-core patching problem temporarily |
154 | TOOLCHAIN:pn-rsync = "gcc" | 154 | TOOLCHAIN:pn-rsync = "gcc" |
155 | 155 | ||
156 | # U-boot does compile with clang but clang-15 crashes compiling it :( | ||
157 | TOOLCHAIN:pn-u-boot = "gcc" | ||
158 | TOOLCHAIN:pn-u-boot-at91 = "gcc" | 156 | TOOLCHAIN:pn-u-boot-at91 = "gcc" |
159 | TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc" | 157 | TOOLCHAIN:pn-u-boot-fslc-mfgtool = "gcc" |
160 | TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc" | 158 | TOOLCHAIN:pn-u-boot-fslc-mxsboot = "gcc" |