Enabling HW acceleration with libvaapi on Intel by default
[AGL/meta-agl.git] / templates / machine / intel-corei7-64 / 50_local.conf.inc
1 MACHINE = "intel-corei7-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 # enabling HW acceleration by default
23 IMAGE_INSTALL_append += " \
24         libva \
25         va-intel \
26         gstreamer-vaapi-1.0 "