summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm
Commit message (Collapse)AuthorAgeFilesLines
* libdrm: libdrm build fails due to missing space in SRC_URI_appendAlexander Shashkevych2014-12-201-1/+1
| | | | | | | | libdrm build fails due to libdrm_%.bbappend, since 'SRC_URI_append' doesn't contain leading space in appended string. Signed-off-by: Alexander Shashkevich <alex@stunpix.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Add ite instruction to mx6 ARM patchThomas Elste2014-06-161-1/+2
| | | | | | | | | Building with Angstrom toolchain fails on inline assembler added by drm-update-arm.patch because of missing ite instruction. Insert instruction to make the inline assembler block Thumb2 compatible. Signed-off-by: Thomas Elste <thomas.elste@imms.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: change .bbappend to use %John Weber2014-02-101-0/+0
| | | | | | | | Change file name to use % and append against any revision of the main libdrm recipe. This makes updating the .bbappend file name only necessary if recipe itself needs to change. Signed-off-by: John Weber <rjohnweber@gmail.com>
* libdrm: Follow update of OE-Core to 2.4.49Otavio Salvador2013-12-031-0/+0
| | | | | Change-Id: If943d3f8954dccb3e25e7f4ae8ba8971d938e598 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Follow OE-Core upgrade to 2.4.47 versionDaiane Angolini2013-10-221-0/+0
| | | | | Change-Id: Iebe0db80918fb68198a2bcbba7f31ad6760cd885 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* libdrm: Use MACHINE_SOCARCH for PACKAGE_ARCHOtavio Salvador2013-09-281-1/+1
| | | | | | | | The libdrm is common to the soc-architecture so we ought to reflect this in the PACKAGE_ARCH setting. Change-Id: I1b33ee5e24b34639db8ad10517dadd1a74d2e2fb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Add fix to avoid GPU freezeOtavio Salvador2013-08-312-0/+39
Add ARM support into xf86drm.h. This provides support for Xorg interface. Without this the vivante samples will hang during close requiring a reboot Change-Id: I60ea3c87c35fadaa00c64baffd24f74f41dfbb9b Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Evan Kotara <evan.kotara@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>