mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
bump version to 0.96 (From OE-Core rev: 44a14209f358abfadf7fcd9934d2a3d5cdcc63a3) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
358 B
PHP
14 lines
358 B
PHP
# Version v0.96
|
|
PV = "0.96"
|
|
SRCREV = "24f8c0175e04bab78e7555698e34d7002b01c87f"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git"
|
|
|
|
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"
|