summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb
index 29d9e695a9..cee320a510 100644
--- a/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb
+++ b/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb
@@ -22,6 +22,10 @@ SRCREV = "5ea320f0f01c8de8f9dd4e4e38a245608f0287dd"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25# llvm-objcopy fails
26# arm-poky-linux-gnueabi-llvm-objcopy: error: 't8.so': section '.dynstr' cannot be removed because it is referenced by the section '.dynamic'
27OBJCOPY:toolchain-clang = "${HOST_PREFIX}objcopy"
28
25inherit github-releases 29inherit github-releases
26 30
27do_configure:linux-gnux32:prepend() { 31do_configure:linux-gnux32:prepend() {