mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
kernel-selftest: Build headers before compiling tests
This fixes build failure with kernel 6.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ea42cec2ec)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ do_compile() {
|
|||||||
either install it and add it to HOSTTOOLS, or add clang-native from meta-clang to dependency"
|
either install it and add it to HOSTTOOLS, or add clang-native from meta-clang to dependency"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
oe_runmake -C ${S} headers
|
||||||
for i in ${TEST_LIST}
|
for i in ${TEST_LIST}
|
||||||
do
|
do
|
||||||
oe_runmake -C ${S}/tools/testing/selftests/${i}
|
oe_runmake -C ${S}/tools/testing/selftests/${i}
|
||||||
|
|||||||
Reference in New Issue
Block a user