summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/meta-virt-xen.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/distro/include/meta-virt-xen.inc b/conf/distro/include/meta-virt-xen.inc
index a92b08b4..2ada83a3 100644
--- a/conf/distro/include/meta-virt-xen.inc
+++ b/conf/distro/include/meta-virt-xen.inc
@@ -4,3 +4,11 @@ PACKAGECONFIG_append_pn-qemu = " xen"
4# For builds for ARM platforms, enable fdt 4# For builds for ARM platforms, enable fdt
5PACKAGECONFIG_append_pn-qemu_arm = " fdt" 5PACKAGECONFIG_append_pn-qemu_arm = " fdt"
6PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" 6PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt"
7
8# Raspberry Pi settings
9# - Xen guest console
10KERNEL_CONSOLE = "hvc0"
11SERIAL_CONSOLES = "115200;hvc0"
12# - Xen uses u-boot for configuration and uses the uart
13RPI_USE_U_BOOT = "1"
14ENABLE_UART = "1"