Build and test core-image-full-cmdline with the linux-yocto-rt kernel,
adding the new rt test to verify that the kernel is actually the
PREEMPT_RT version expected.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json
index 5f37e77..e00b667 100644
--- a/config.json
+++ b/config.json
@@ -1128,7 +1128,15 @@
"extravars" : [
"PACKAGECONFIG:append:x86-64:pn-mesa =3D ' gallium-l=
lvm gallium r600'"
]
-
+ },
+ "step8" : {
+ "shortname" : "preempt-rt",
+ "BBTARGETS" : "core-image-full-cmdline",
+ "SANITYTARGETS" : "core-image-full-cmdline:do_testimage"=
,
+ "extravars" : [
+ "PREFERRED_PROVIDER_virtual/kernel =3D 'linux-yocto-=
rt'",
+ "TEST_SUITES:append =3D ' rt'"
+ ]
}
},
"eclipse-plugin-neon" : {
--=20
2.34.1