diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-10-11 09:24:16 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-11 07:52:23 -0700 |
commit | dc6d6e06aa3394d1f4db38d63f06d5bec43426b8 (patch) | |
tree | 2bba99754cdbb731a61b38fd9a0800b0307ea396 /meta-python | |
parent | 10a861834d57e80a8e06033003bea4894f732243 (diff) | |
download | meta-openembedded-dc6d6e06aa3394d1f4db38d63f06d5bec43426b8.tar.gz |
kernel-selftest: Update to allow for turning on all tests
In testing adding in more kernel-selftests there were a number of issues
that arose that require changes that are more appropriate for the main
recipe and not a bbappend.
1) Stop looping over TEST_LIST ourselves and use the TARGETS="" provided
by the kernel-sefltest Makefiles. This correctly sets up various
variables that the selftest Makefiles all need. Also, do_install
becomes cleaner because the main Makefile already installs the list of
tests and the top level script.
2) Add DEBUG_PREFIX_MAP to the CC setting to avoid some "buildpaths" QA
errors.
3) Add two INSANE_SKIPS for "already-stripped" and "ldflags". Some of
the selftest Makefiles are adding flags to their compiles that basically
break the above checks. Since these compiles are not really meant as
user level tools and instead testing, it should be ok to just always set
INSANE_SKIP for these two.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions