diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-02 12:31:52 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-02 12:58:41 +0000 |
commit | 44217b34e9a77e1e22e3c518379c7d35ad55684e (patch) | |
tree | 4c7fc9d877bf4b47f4a2e50eb2652193126e944e | |
parent | 11fb6fee5045401466763b5fd2985f708333f2ac (diff) |
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 <jsmoeller@linuxfoundation.org>
-rw-r--r-- | templates/machine/intel-corei7-64/50_local.conf.inc | 8 |
1 files changed, 1 insertions, 7 deletions
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 " |