From: Jan Kiszka <[email protected]> This became possible with switching to mainline 5.10.
Signed-off-by: Jan Kiszka <[email protected]> --- .gitlab-ci.yml | 1 - opt-rt.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52692c6..1f4c80d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,4 @@ all: - export KAS_TARGET - cd .. - kas build jailhouse-images/kas.yml - - KAS_TARGET=$(echo $KAS_TARGET|sed 's/mc:rpi4-jailhouse-demo:demo-image//') - kas build jailhouse-images/kas.yml:jailhouse-images/opt-latest.yml:jailhouse-images/opt-rt.yml diff --git a/opt-rt.yml b/opt-rt.yml index 4ad2b23..cb521bf 100644 --- a/opt-rt.yml +++ b/opt-rt.yml @@ -15,4 +15,3 @@ header: local_conf_header: preempt-rt: | KERNEL_NAME = "jailhouse-rt" - KERNEL_NAME_rpi4 = "not-supported" -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/387ae823320daa8081c2524a47c2171a2707532e.1637430993.git.jan.kiszka%40web.de.
