mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
The "-c" doesn't work in command "gzip file -c", need use "gzip -c file" (From OE-Core rev: ee152cb5f83c76d81e199dbb7861712a3797f400) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
671 B
PHP
20 lines
671 B
PHP
# Version v0.89
|
|
PV = "0.89"
|
|
SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
|
|
file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
|
|
file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
|
|
file://added-missing-dependencies.patch \
|
|
file://hackbench-fix-error-check.patch \
|
|
file://Makefile-fix-gzip-command.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
# need to append rt-tests' default CFLAGS to ours
|
|
CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull"
|
|
|
|
# calling 'uname -m' is broken on crossbuilds
|
|
EXTRA_OEMAKE = "NUMA=0"
|