diff options
Diffstat (limited to 'conf/distro')
| -rw-r--r-- | conf/distro/include/meta-virt-xen.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/meta-virt-xen.inc b/conf/distro/include/meta-virt-xen.inc index 1ad670ed..fe3fd221 100644 --- a/conf/distro/include/meta-virt-xen.inc +++ b/conf/distro/include/meta-virt-xen.inc | |||
| @@ -15,5 +15,7 @@ IMAGE_FSTYPES_append_raspberrypi4-64 = " rpi-sdimg" | |||
| 15 | # Add Xen to the bootable SD card image | 15 | # Add Xen to the bootable SD card image |
| 16 | RPI_SDIMG_EXTRA_DEPENDS_append_raspberrypi4-64 = " xen:do_deploy" | 16 | RPI_SDIMG_EXTRA_DEPENDS_append_raspberrypi4-64 = " xen:do_deploy" |
| 17 | DEPLOYPAYLOAD_raspberrypi4-64 = "xen-${MACHINE}:xen" | 17 | DEPLOYPAYLOAD_raspberrypi4-64 = "xen-${MACHINE}:xen" |
| 18 | # We need the GIC enabled for Xen to work | ||
| 19 | RPI_EXTRA_CONFIG_append_raspberrypi4-64 = "\nenable_gic=1" | ||
| 18 | # Align kernel version with current meta-virtualization kernel version | 20 | # Align kernel version with current meta-virtualization kernel version |
| 19 | PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%" | 21 | PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%" |
