Message ID | 20220720110110.1475951-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder-helper] config.json: add a PREEMPT_RT-rt test build | expand |
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 = ' gallium-llvm gallium r600'" ] - + }, + "step8" : { + "shortname" : "preempt-rt", + "BBTARGETS" : "core-image-full-cmdline", + "SANITYTARGETS" : "core-image-full-cmdline:do_testimage", + "extravars" : [ + "PREFERRED_PROVIDER_virtual/kernel = 'linux-yocto-rt'", + "TEST_SUITES:append = ' rt'" + ] } }, "eclipse-plugin-neon" : {
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@arm.com> --- config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)