mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:53:51 +00: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:
parent
8ace40e278
commit
10ab0949a1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user