]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/sdk: add out-of-tree kernel module building test
authorRoss Burton <ross.burton@arm.com>
Fri, 12 Jul 2024 18:43:58 +0000 (19:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jul 2024 16:21:01 +0000 (17:21 +0100)
commit8a1c1054815ecc0302c62134f293b8e1f959798a
treea3fde0bb21ef6644bb80e6de0cd246fddd8f3566
parent02e262c291c0b2066132b4cb2ca5fda8145284a9
oeqa/sdk: add out-of-tree kernel module building test

Validate that out-of-tree kernel module building using kernel-devsrc
works as expected.

This test uses cryptodev-linux as a idiomatic out of tree module. As the
latest release doesn't actually build with kernel 6.7+, use the same
commit that our recipe uses.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/kmod.py [new file with mode: 0644]