]> code.ossystems Code Review - openembedded-core.git/commit
rt-tests: bump to v0.94
authorJosh Cartwright <joshc@ni.com>
Tue, 22 Sep 2015 12:24:38 +0000 (07:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:28:41 +0000 (11:28 +0000)
commit37bd229626a259d2509a9cdd2d6a2d934121e9ca
tree9f43b59063f95954fc052dd695adc8e9192335aa
parentfee4a22c6919814bd541ab2cca9489e5ce3596b4
rt-tests: bump to v0.94

All of the rt-tests patches that OE has been carrying have been
upstreamed or superceded by changes in the v0.94 release.

Adjust SRC_URI to point to canonical upstream git repo, instead of a
development tree.

There was a notable change upstream that required slight reworking of
the recipe.  rt-tests now joins other kbuild-inspired projects by making
use of a CROSS_COMPILE flag to indicate the compiler prefix.

Previously TOOLCHAIN_OPTIONS were conveyed via $CC directly, however,
this does not work with CROSS_COMPILE.  Workaround this by both
specifying CROSS_COMPILE, and feeding the rt-tests build system the
proper $(HOST_CC_ARCH)$(TOOLCHAIN_OPTIONS) via $CFLAGS.

Signed-off-by: Josh Cartwright <joshc@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch [deleted file]
meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch [deleted file]
meta/recipes-rt/rt-tests/files/Makefile-fix-gzip-command.patch [deleted file]
meta/recipes-rt/rt-tests/files/fix-re-install-failure.patch [deleted file]
meta/recipes-rt/rt-tests/files/hackbench-fix-error-check.patch [deleted file]
meta/recipes-rt/rt-tests/hwlatdetect_0.94.bb [moved from meta/recipes-rt/rt-tests/hwlatdetect_0.92.bb with 100% similarity]
meta/recipes-rt/rt-tests/rt-tests.inc
meta/recipes-rt/rt-tests/rt-tests_0.94.bb [moved from meta/recipes-rt/rt-tests/rt-tests_0.92.bb with 89% similarity]