mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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>
36 lines
1.4 KiB
BlitzBasic
36 lines
1.4 KiB
BlitzBasic
require xserver-xorg.inc
|
|
|
|
# Misc build failure for master HEAD
|
|
SRC_URI += "file://fix_open_max_preprocessor_error.patch \
|
|
file://xorg-CVE-2013-6424.patch \
|
|
file://xtrans.patch \
|
|
file://0001-use-__GLIBC__-guard-for-glibc-specific-code.patch \
|
|
file://0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch \
|
|
file://0001-int10-Fix-error-check-for-pci_device_map_legacy.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "5986510d59e394a50126a8e2833e79d3"
|
|
SRC_URI[sha256sum] = "2bf8e9f6f0a710dec1d2472467bff1f4e247cb6dcd76eb469aafdc8a2d7db2ab"
|
|
|
|
# These extensions are now integrated into the server, so declare the migration
|
|
# path for in-place upgrades.
|
|
|
|
RREPLACES_${PN} = "${PN}-extension-dri \
|
|
${PN}-extension-dri2 \
|
|
${PN}-extension-record \
|
|
${PN}-extension-extmod \
|
|
${PN}-extension-dbe \
|
|
"
|
|
RPROVIDES_${PN} = "${PN}-extension-dri \
|
|
${PN}-extension-dri2 \
|
|
${PN}-extension-record \
|
|
${PN}-extension-extmod \
|
|
${PN}-extension-dbe \
|
|
"
|
|
RCONFLICTS_${PN} = "${PN}-extension-dri \
|
|
${PN}-extension-dri2 \
|
|
${PN}-extension-record \
|
|
${PN}-extension-extmod \
|
|
${PN}-extension-dbe \
|
|
"
|