Move machine-dependent sota configuration to machine templates
[AGL/meta-agl.git] / templates / machine / qemux86-64 / 50_local.conf.inc
1 MACHINE = "qemux86-64"
2
3 # Configurations to run on VirtualBox/VMWare
4 #
5 # To get wide screen than default, there are a selection of resolutions
6 # available:
7 #
8 #APPEND += "uvesafb.mode_option=1024x768-32"
9 APPEND += "uvesafb.mode_option=1280x1024-32"
10 #APPEND += "uvesafb.mode_option=1600x1200-32"
11 #
12 # To avoid corrupt boot screen by systemd message, you can use serial
13 # console separated from VGA console or disable all boot messages by
14 # kernel command line.
15 #
16 # Configuration for serial console
17 APPEND += "console=ttyS0,115200n8"
18 #
19 # All boot message will be off
20 APPEND += "quiet"
21
22 # U-Boot support for SOTA
23 PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota"
24 UBOOT_MACHINE_sota = "qemu-x86_defconfig"