diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-jailhouse/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-jailhouse/50_local.conf.inc b/templates/feature/agl-jailhouse/50_local.conf.inc index 89e25216..7c5b3292 100644 --- a/templates/feature/agl-jailhouse/50_local.conf.inc +++ b/templates/feature/agl-jailhouse/50_local.conf.inc @@ -1,3 +1,5 @@ #### JAILHOUSE IMAGE_INSTALL_append = " jailhouse jailhouse-demos" PREFERRED_VERSION_linux-raspberrypi = "5.4%" + +RPI_KERNEL_DEVICETREE_OVERLAYS_append = " overlays/jailhouse-memory.dtbo" |