diff options
Diffstat (limited to 'templates/feature/agl-jailhouse/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-jailhouse/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-jailhouse/50_local.conf.inc b/templates/feature/agl-jailhouse/50_local.conf.inc index 4b5e42f4..9a320c31 100644 --- a/templates/feature/agl-jailhouse/50_local.conf.inc +++ b/templates/feature/agl-jailhouse/50_local.conf.inc @@ -31,6 +31,9 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules" # For a custom jailhouse kernel from git.kiszka.org PREFERRED_PROVIDER_virtual/kernel = "linux-jailhouse-custom" +# Add virtio-ivshmem-binaries to the QEmulated system +IMAGE_INSTALL:append = " packagegroup-agl-jailhouse" + # prevent most external kernel module from being built MOST_DRIVERS = "" LTTNGUST:forcevariable := "" |