mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
ltp: Add kernel loopback module dependency
The qemuarm64 kernel builds loopback device support as a module and it isn't included in the image leading to ltp test failures on that platform. Add the missing kernel module RRECOMMENDS to avoid this and fix those errors. (From OE-Core rev: 8691020f33a644d52b7d867376ef3c85be84abf9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -113,6 +113,8 @@ RDEPENDS:${PN} = "\
|
||||
tar \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} += "kernel-module-loop"
|
||||
|
||||
FILES:${PN} += "${prefix}/* ${prefix}/runtest/* ${prefix}/scenario_groups/* ${prefix}/testcases/bin/* ${prefix}/testcases/bin/*/bin/* ${prefix}/testscripts/* ${prefix}/testcases/open_posix_testsuite/* ${prefix}/testcases/open_posix_testsuite/conformance/* ${prefix}/testcases/open_posix_testsuite/Documentation/* ${prefix}/testcases/open_posix_testsuite/functional/* ${prefix}/testcases/open_posix_testsuite/include/* ${prefix}/testcases/open_posix_testsuite/scripts/* ${prefix}/testcases/open_posix_testsuite/stress/* ${prefix}/testcases/open_posix_testsuite/tools/* ${prefix}/testcases/data/nm01/lib.a ${prefix}/lib/libmem.a"
|
||||
|
||||
# Avoid stripping some generated binaries otherwise some of the ltp tests such as ldd01 & nm01 fail
|
||||
|
||||
Reference in New Issue
Block a user