summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/meta-virt-xen.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/meta-virt-xen.inc')
-rw-r--r--conf/distro/include/meta-virt-xen.inc13
1 files changed, 8 insertions, 5 deletions
diff --git a/conf/distro/include/meta-virt-xen.inc b/conf/distro/include/meta-virt-xen.inc
index b61f612a..1ad670ed 100644
--- a/conf/distro/include/meta-virt-xen.inc
+++ b/conf/distro/include/meta-virt-xen.inc
@@ -6,11 +6,14 @@ PACKAGECONFIG_append_pn-qemu_arm = " fdt"
6PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" 6PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt"
7 7
8# Raspberry Pi settings 8# Raspberry Pi settings
9# - Xen uses u-boot for configuration and uses the uart 9# Xen uses u-boot for configuration and uses the uart
10RPI_USE_U_BOOT = "1" 10RPI_USE_U_BOOT_raspberrypi4-64 = "1"
11ENABLE_UART = "1" 11ENABLE_UART_raspberrypi4-64 = "1"
12# Build the bootable SD card image 12# Build the bootable SD card image
13IMAGE_CLASSES_append_raspberrypi4-64 = " sdcard_image-rpi-xen" 13IMAGE_CLASSES_append_raspberrypi4-64 = " sdcard_image-rpi"
14IMAGE_FSTYPES_append_raspberrypi4-64 = " rpi-xen-sdimg" 14IMAGE_FSTYPES_append_raspberrypi4-64 = " rpi-sdimg"
15# Add Xen to the bootable SD card image
16RPI_SDIMG_EXTRA_DEPENDS_append_raspberrypi4-64 = " xen:do_deploy"
17DEPLOYPAYLOAD_raspberrypi4-64 = "xen-${MACHINE}:xen"
15# Align kernel version with current meta-virtualization kernel version 18# Align kernel version with current meta-virtualization kernel version
16PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%" 19PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%"