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