summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-06-09 15:20:10 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-11 23:59:16 +0100
commit62136c0e819fb2cb90b44d5f1029b8b09f287300 (patch)
tree89edcf4700b1e0b091515cf7eaed2d1487857272 /meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb
parentc929827695745cfc847485118d35ee89a5f76fa4 (diff)
downloadpoky-62136c0e819fb2cb90b44d5f1029b8b09f287300.tar.gz
xorg: fix VESA int10 error
When falling back to the VESA server, X fails to start due to an error reading the int10 vec. We cherry-pick the following commit to fix the error: commit 0a78b599b34cc8b5fe6fe82f90e90234e8ab7a56 Author: Jürg Billeter <j@bitron.ch> Date: Sat Feb 7 18:13:21 2015 +0100 int10: Fix error check for pci_device_map_legacy pci_device_map_legacy returns 0 on success. Signed-off-by: Jürg Billeter <j@bitron.ch> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (From OE-Core rev: e1570e12f92bf359ef34d0e2998b09981bcece18) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb
index 82051b36aa..edca51e568 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.1.bb
@@ -6,6 +6,7 @@ SRC_URI += "file://fix_open_max_preprocessor_error.patch \
6 file://xtrans.patch \ 6 file://xtrans.patch \
7 file://0001-use-__GLIBC__-guard-for-glibc-specific-code.patch \ 7 file://0001-use-__GLIBC__-guard-for-glibc-specific-code.patch \
8 file://0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch \ 8 file://0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch \
9 file://0001-int10-Fix-error-check-for-pci_device_map_legacy.patch \
9 " 10 "
10 11
11SRC_URI[md5sum] = "5986510d59e394a50126a8e2833e79d3" 12SRC_URI[md5sum] = "5986510d59e394a50126a8e2833e79d3"