meta-netboot/README: Fix typo when passing commands to u-boot
[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 INITRD_LIVE = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.ext4.gz"
9
10 # Modify this file under meta-agl-bsp/meta-intel/wic to change the
11 # kernel command line, including to change the screen resolution.
12 WKS_FILE = "systemd-intel-corei7-64-bootdisk.wks"
13
14 PREFERRED_VERSION_linux-intel ?= "4.19%"
15 PREFERRED_VERSION_linux-intel-rt ?= "4.19%"
16
17 SERIAL_CONSOLES_remove = "115200;ttyS2"
18
19 #
20 # To avoid corrupt boot screen by systemd message, you can use serial
21 # console separated from VGA console or disable all boot messages by
22 # kernel command line.
23 #
24 # Configuration for serial console
25 QB_KERNEL_CMDLINE_APPEND_append = " console=ttyS0,115200n8"
26 #
27 # All boot message will be off
28 QB_KERNEL_CMDLINE_APPEND_append = " quiet"
29 #
30 # Force the virtio video device as 'vmware' doesn't always work
31 QB_OPT_APPEND_append = " -vga virtio"