Extend intel-corei7-64 machine to support virtual targets
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_intel-corei7-64.inc
1 # Enable Libvaapi for HW accelerated video support
2 #
3 IMAGE_INSTALL_append = " \
4         libva \
5         intel-vaapi-driver \
6         gstreamer1.0-vaapi"
7
8 AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum ext4 wic.vmdk"
9 INITRD_LIVE = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.ext4.gz"
10
11 # Modify this file under meta-agl-bsp/meta-intel/wic to change the
12 # kernel command line, including to change the screen resolution.
13 WKS_FILE = "systemd-intel-corei7-64-bootdisk.wks"
14
15 PREFERRED_VERSION_linux-intel ?= "4.19%"
16 PREFERRED_VERSION_linux-intel-rt ?= "4.19%"
17
18 SERIAL_CONSOLES_remove = "115200;ttyS2"
19
20 #
21 # To avoid corrupt boot screen by systemd message, you can use serial
22 # console separated from VGA console or disable all boot messages by
23 # kernel command line.
24 #
25 # Configuration for serial console
26 QB_KERNEL_CMDLINE_APPEND_append = " console=ttyS0,115200n8"
27 #
28 # All boot message will be off
29 QB_KERNEL_CMDLINE_APPEND_append = " quiet"
30 #
31 # Force the virtio video device as 'vmware' doesn't always work
32 QB_OPT_APPEND_append = " -vga virtio"