mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libhugetlbfs: Disable build with glibc 2.34+
It uses __morecore internal function from glibc which has been removed in 2.34+ and replacing it is not so simple and upstream needs to fix it see [1] [1] https://github.com/libhugetlbfs/libhugetlbfs/issues/52 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ba94b0fefb
commit
c5f7cfb8db
|
|
@ -74,3 +74,6 @@ INSANE_SKIP_${PN} = "dev-so"
|
|||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
# see https://github.com/libhugetlbfs/libhugetlbfs/issues/52
|
||||
PNBLACKLIST[libhugetlbfs] ?= "Needs porting to glibc 2.34+"
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ RDEPENDS_packagegroup-meta-oe-benchmarks = "\
|
|||
iperf2 \
|
||||
iperf3 \
|
||||
libc-bench \
|
||||
libhugetlbfs \
|
||||
linpack \
|
||||
lmbench \
|
||||
mbw \
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ SRC_URI += "file://run-ptest \
|
|||
# we will append other kernel selftest in the future
|
||||
# bpf was added in 4.10 with: https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a549781be47e53d
|
||||
# if you have older kernel than that you need to remove it from PACKAGECONFIG
|
||||
PACKAGECONFIG ??= "firmware vm"
|
||||
PACKAGECONFIG ??= "firmware"
|
||||
PACKAGECONFIG_remove_x86 = "bpf"
|
||||
PACKAGECONFIG_remove_arm = "bpf vm"
|
||||
# host ptrace.h is used to compile BPF target but mips ptrace.h is needed
|
||||
|
|
@ -137,4 +137,3 @@ COMPATIBLE_HOST_libc-musl = 'null'
|
|||
# It has native clang/llvm dependency, poky distro is reluctant to include them as deps
|
||||
# this helps with world builds on AB
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user