diff options
Diffstat (limited to 'dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc')
-rw-r--r-- | dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc b/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc index 2ea19dd4..2d5a167c 100644 --- a/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc +++ b/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc | |||
@@ -5,15 +5,15 @@ RPI_USE_U_BOOT = "1" | |||
5 | ENABLE_UART = "1" | 5 | ENABLE_UART = "1" |
6 | 6 | ||
7 | # Build the bootable SD card image | 7 | # Build the bootable SD card image |
8 | IMAGE_CLASSES_append = " sdcard_image-rpi" | 8 | IMAGE_CLASSES:append = " sdcard_image-rpi" |
9 | IMAGE_FSTYPES_append = " rpi-sdimg" | 9 | IMAGE_FSTYPES:append = " rpi-sdimg" |
10 | 10 | ||
11 | # Add Xen to the bootable SD card image | 11 | # Add Xen to the bootable SD card image |
12 | RPI_SDIMG_EXTRA_DEPENDS_append = " xen:do_deploy" | 12 | RPI_SDIMG_EXTRA_DEPENDS:append = " xen:do_deploy" |
13 | DEPLOYPAYLOAD = "xen-${MACHINE}:xen" | 13 | DEPLOYPAYLOAD = "xen-${MACHINE}:xen" |
14 | 14 | ||
15 | # We need the GIC enabled for Xen to work | 15 | # We need the GIC enabled for Xen to work |
16 | RPI_EXTRA_CONFIG_append = "\nenable_gic=1" | 16 | RPI_EXTRA_CONFIG:append = "\nenable_gic=1" |
17 | 17 | ||
18 | # Increase boot partition for space for kernel and Xen | 18 | # Increase boot partition for space for kernel and Xen |
19 | BOOT_SPACE = "61440" | 19 | BOOT_SPACE = "61440" |