Fix for image format dependencies during parsing
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_intel-corei7-64.inc
1 # Configurations to run on VirtualBox/VMWare
2 #
3 # To get wide screen than default, there are a selection of resolutions
4 # available:
5 #
6 #APPEND += "uvesafb.mode_option=1024x768-32"
7 #APPEND += "uvesafb.mode_option=1280x1024-32"
8 #APPEND += "uvesafb.mode_option=1600x1200-32"
9 #
10 # To avoid corrupt boot screen by systemd message, you can use serial
11 # console separated from VGA console or disable all boot messages by
12 # kernel command line.
13 #
14 # Configuration for serial console
15 APPEND += "console=ttyS0,115200n8 reboot=efi"
16 #
17 # All boot message will be off
18 #APPEND += "quiet"
19
20 # Enable Libvaapi for HW accelerated video support
21 #
22 IMAGE_INSTALL_append = " \
23         libva \
24         va-intel \
25         gstreamer-vaapi-1.0 "
26
27 AGL_DEFAULT_IMAGE_FSTYPES := "live wic"
28 AGL_DEFAULT_INITRAMFS_FSTYPES := "cpio.gz"
29 NOISO = "1"