From: Jan-Simon Moeller Date: Fri, 2 Dec 2016 12:31:52 +0000 (+0000) Subject: Revert "Enabling HW acceleration with libvaapi on Intel by default" X-Git-Tag: chinook_3.0.0~40 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=44217b34e9a77e1e22e3c518379c7d35ad55684e;p=AGL%2Fmeta-agl.git Revert "Enabling HW acceleration with libvaapi on Intel by default" Due to: Can't install libva-dev-1.7.0-r0@corei7_64: Can't install libva-egl1-1.7.0-r0@corei7_64: no package provides libva-x11 See https://jenkins-new.automotivelinux.org/job/sandbox-snapshot-master/MACHINE=intel-corei7-64,label=agl-test-slave/146/console We need to fix libva through a bbappend. This reverts commit c678e2d040c6071f3b6bec593d3c6271504a92e7. Change-Id: I486aa82484f8b62c65b7ae1a7607f75ade26ce91 Signed-off-by: Jan-Simon Möller --- diff --git a/templates/machine/intel-corei7-64/50_local.conf.inc b/templates/machine/intel-corei7-64/50_local.conf.inc index c6929adc1..e88000f5c 100644 --- a/templates/machine/intel-corei7-64/50_local.conf.inc +++ b/templates/machine/intel-corei7-64/50_local.conf.inc @@ -8,7 +8,7 @@ MACHINE = "intel-corei7-64" #APPEND += "uvesafb.mode_option=1024x768-32" #APPEND += "uvesafb.mode_option=1280x1024-32" #APPEND += "uvesafb.mode_option=1600x1200-32" - +# # To avoid corrupt boot screen by systemd message, you can use serial # console separated from VGA console or disable all boot messages by # kernel command line. @@ -18,9 +18,3 @@ MACHINE = "intel-corei7-64" # # All boot message will be off #APPEND += "quiet" - -# enabling HW acceleration by default -IMAGE_INSTALL_append += " \ - libva \ - va-intel \ - gstreamer-vaapi-1.0 "