Jump kernel of rasb3 from V4.4.16 to V4.4.43
[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 # Enable Libvaapi for HW accelerated video support
23 #
24 IMAGE_INSTALL_append = " \
25         libva \
26         va-intel \
27         gstreamer-vaapi-1.0 "