summaryrefslogtreecommitdiff
path: root/strata/libdrm-common
Commit message (Collapse)AuthorAgeFilesLines
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-121-1/+1
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* strata/libdrm-common: Upgrade to 2.4.64Javier Jardón2015-09-211-13/+3
| | | | | | | | | | No hacks for tegra are needed anymore as everything has been merged upstream in 2.4.62 Also remove --enable-freedreno-experimental-api, as freedreno is stable now Change-Id: Ic2d5e94e8601229422f470be4ed4215f894417b4
* Reformat all definitions according to a consistent styleSam Thursfield2015-07-191-4/+6
| | | | | | | | | | | | | | | | | This was done using the 'indent' tool, which uses a fork of PyYAML named 'ruamel.yaml' to rewrite YAML files without losing comments, ordering, or certain elements of formatting. My aim with doing this is to open the door to automated editing of the reference system definitions using the 'ruamel.yaml' library. This can be used to implement automated migration when we want to make changes to the YAML format that we use to represent Baserock system definitions. Although this looks drastic, remember that it's actually only altered 65 out of 608 .morph files -- the vast majority already pass unchanged through my version of ruamel.yaml. Change-Id: I95ec978714b5bd1c02c90183336a9fbb846cb692
* Upgrade libdrm to 2.4.60 and patch for jetsonJames Thomas2015-04-301-0/+9
| | | | | | Jetson support now requires new features not found in mainline yet Change-Id: I3128058e8e821ec00f26877ed42a1c46dcbd12b5
* strata/libdrm-common: Upgrade to latest (2.4.59)Javier Jardón2015-02-041-4/+0
| | | | | We do not need to carry a branch anymore as Tegra support has been merged upstream
* drm.morph: Enable freedreno experimental apiJavier Jardón2014-11-101-1/+1
| | | | | | | | So libdrm_freedreno.pc gets generated and the mesa driver can be build Reviewed-By: Emmet Hikory <emmet.hikory@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
* Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-141-0/+10
So libdrm only gets build when it's really needed