mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
345505989c
commit
4c0e161157
|
@ -4,3 +4,11 @@ PACKAGECONFIG_append_pn-qemu = " xen"
|
|||
# For builds for ARM platforms, enable fdt
|
||||
PACKAGECONFIG_append_pn-qemu_arm = " fdt"
|
||||
PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt"
|
||||
|
||||
# Raspberry Pi settings
|
||||
# - Xen guest console
|
||||
KERNEL_CONSOLE = "hvc0"
|
||||
SERIAL_CONSOLES = "115200;hvc0"
|
||||
# - Xen uses u-boot for configuration and uses the uart
|
||||
RPI_USE_U_BOOT = "1"
|
||||
ENABLE_UART = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user