Revert "Enabling HW acceleration with libvaapi on Intel by default" 93/7393/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Dec 2016 12:31:52 +0000 (12:31 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Dec 2016 12:58:41 +0000 (12:58 +0000)
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 <jsmoeller@linuxfoundation.org>
templates/machine/intel-corei7-64/50_local.conf.inc

index c6929ad..e88000f 100644 (file)
@@ -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 "