mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
Revert "blktrace: fix and enable parallel build"
This reverts commit 2d9763a1c8.
There are a few parallel issues:
1)
../rbtree.o: error adding symbols: Invalid operation
collect2: error: ld returned 1 exit status
Makefile:42: recipe for target 'btt' failed
2)
git/blkiomon.c:216: undefined reference to `rb_insert_color'
collect2: error: ld returned 1 exit status
Makefile:27: recipe for target 'blkparse' failed
3)
ld: rbtree.o: invalid string offset 128 >= 125 for section `.strtab'
4)
btreplay.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
btreplay/btreplay.c:47:18: fatal error: list.h: No such file or directory
(From OE-Core rev: 35bb619486d7f5721e8fa86c8744d4cea4d1746a)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9afc9eaa3a
commit
e67611baa5
@@ -10,9 +10,7 @@ PR = "r6"
|
||||
PV = "1.0.5+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git \
|
||||
file://ldflags.patch \
|
||||
file://makefile-fix-parallel.patch \
|
||||
"
|
||||
file://ldflags.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -22,6 +20,19 @@ EXTRA_OEMAKE = "\
|
||||
'LDFLAGS=${LDFLAGS}' \
|
||||
"
|
||||
|
||||
# There are a few parallel issues:
|
||||
# 1) ../rbtree.o: error adding symbols: Invalid operation
|
||||
# collect2: error: ld returned 1 exit status
|
||||
# Makefile:42: recipe for target 'btt' failed
|
||||
# 2) git/blkiomon.c:216: undefined reference to `rb_insert_color'
|
||||
# collect2: error: ld returned 1 exit status
|
||||
# Makefile:27: recipe for target 'blkparse' failed
|
||||
# 3) ld: rbtree.o: invalid string offset 128 >= 125 for section `.strtab'
|
||||
# 4) btreplay.o: file not recognized: File truncated
|
||||
# collect2: error: ld returned 1 exit status
|
||||
# btreplay/btreplay.c:47:18: fatal error: list.h: No such file or directory
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
do_install() {
|
||||
oe_runmake ARCH="${ARCH}" prefix=${prefix} \
|
||||
mandir=${mandir} DESTDIR=${D} install
|
||||
|
||||
Reference in New Issue
Block a user