[oe-commits] [meta-openembedded] 15/16: kernel-selftest: temporary disable bpf for arm - fix build for qemuarm

git at git.openembedded.org git at git.openembedded.org
Mon Oct 29 04:39:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 6cb64da8fa3224744f5d39a8124dc4867edfe045
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Sat Oct 27 22:46:05 2018 +0200

    kernel-selftest: temporary disable bpf for arm - fix build for qemuarm
    
    Even running on 32bit the bpf objects are 64bit: this triggers the QA  about
    bitsize mismatch 32 vs. 64. Besides, objdump does not recognize the arch 0xf7.
    
    Trying the workaround to use the llvm-objdump and setting TOOLCHAIN = "clang"
    the build for arm fails on libcxx
    
      |include/c++/8.2.0/atomic:250: undefined reference to `__atomic_load_4'
    
    Temporary disable bpf as done for x86/32bit as it seems still unstable.
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
index 71bf83c..181e97c 100644
--- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
+++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
@@ -20,6 +20,7 @@ SRC_URI += "file://run-ptest \
 # if you have older kernel than that you need to remove it from PACKAGECONFIG
 PACKAGECONFIG ??= "bpf vm"
 PACKAGECONFIG_remove_x86 = "bpf"
+PACKAGECONFIG_remove_arm = "bpf"
 
 PACKAGECONFIG[bpf] = ",,elfutils libcap libcap-ng rsync-native,"
 PACKAGECONFIG[vm] = ",,libcap,libgcc bash"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list