Message ID | 20230112110257.2070363-5-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/10] meta-*: mark layers as compatible with mickledore only | expand |
diff --git a/ci/clang.yml b/ci/clang.yml index 6c909023..59265f41 100644 --- a/ci/clang.yml +++ b/ci/clang.yml @@ -12,8 +12,3 @@ repos: local_conf_header: clang: | TOOLCHAIN = "clang" - # Backport d89e06ad94a46f6810d0a8787004b71b8ecaf87d to langdale - OBJCOPY:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}objcopy" - # Perf needs fixes backported, use GCC for now - # https://lore.kernel.org/linux-perf-users/Y5d4k7fDxfRP7hcN@kernel.org/T/#t - TOOLCHAIN:pn-perf = "gcc"
Now we're using master these workarounds are not needed anymore. Signed-off-by: Ross Burton <ross.burton@arm.com> --- ci/clang.yml | 5 ----- 1 file changed, 5 deletions(-)