diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-06-29 18:54:48 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-06 16:25:56 -0400 |
commit | 4c0e161157be1111c03367da82f690ec7cf6c9e2 (patch) | |
tree | a95c0604845b923a30472939cbaeb9694f4063f6 | |
parent | 345505989ce65f2486aa3afdf325cc68c28f1d55 (diff) | |
download | meta-virtualization-4c0e161157be1111c03367da82f690ec7cf6c9e2.tar.gz |
meta-virt-xen.inc: add Raspberry Pi settings
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | conf/distro/include/meta-virt-xen.inc | 8 |
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 |
5 | PACKAGECONFIG_append_pn-qemu_arm = " fdt" | 5 | PACKAGECONFIG_append_pn-qemu_arm = " fdt" |
6 | PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" | 6 | PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" |
7 | |||
8 | # Raspberry Pi settings | ||
9 | # - Xen guest console | ||
10 | KERNEL_CONSOLE = "hvc0" | ||
11 | SERIAL_CONSOLES = "115200;hvc0" | ||
12 | # - Xen uses u-boot for configuration and uses the uart | ||
13 | RPI_USE_U_BOOT = "1" | ||
14 | ENABLE_UART = "1" | ||