aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gbm
AgeCommit message (Collapse)Author
2019-09-17libgbm: Remove remaining parts of this projectAndrew F. Davis
After libgbm was moved into the ti-sgx-ddk-um project the recipe for libgbm was deleted, this patch was left over, remove it here. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-06ti-sgx-ddk-um: libgbm is now part of this projectAndrew F. Davis
The GBM library is tightly coupled with the system graphics systems, other hardware GPU vendors (including our Rogue DDK) and Mesa all deploy a version of the library as part of their GPU driver. We SGX does the same. This should ease integration for us as we now don't rely on a separate project for this library and our deployment strategy can match across Mesa/RGX recipes, allowing for better re-use of common components. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-03-12libgbm: provide virtual/libgbm for easy switching b/w providersDenys Dmytriyenko
Follow a similar change in mesa in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=5f8050722169a931b8e9078b8757216ba7a84506 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-17recipes: Limit ti specific recipes under ti-soc overrideKhem Raj
This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-08-29libgbm: fix undefined minor/major symbols with new glibcDenys Dmytriyenko
glibc 2.28+ now requires this. https://sourceware.org/bugzilla/show_bug.cgi?id=19239 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-06libgbm: depend on udev, as it uses libudev, cleanupDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-20libgbm: add latest version 10.0.0 from meta-aragoti2016.00Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>