[oe-commits] Nicolas Dechesne : libdrm: enable freedreno experimental support

git at git.openembedded.org git at git.openembedded.org
Fri Jul 18 23:09:24 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: cb70a6128d4886035fba698a8efbc4b91a3706cb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cb70a6128d4886035fba698a8efbc4b91a3706cb

Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
Date:   Fri Jul 18 12:33:01 2014 +0200

libdrm: enable freedreno experimental support

The freedreno project is a free and open source linux driver for the 2D/3D GPUs
in Qualcomm snapdragon SoCs.

Support for freedreno in libdrm was added around 2.4.43.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/drm/libdrm.inc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc
index 1b2ffeb..5ec6307 100644
--- a/meta/recipes-graphics/drm/libdrm.inc
+++ b/meta/recipes-graphics/drm/libdrm.inc
@@ -21,14 +21,15 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF += "--disable-cairo-tests \
                  --enable-omap-experimental-api \
+                 --enable-freedreno-experimental-api \
                  --enable-install-test-programs \
                 "
 ALLOW_EMPTY_${PN}-drivers = "1"
 PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \
-             ${PN}-intel ${PN}-exynos ${PN}-kms"
+             ${PN}-intel ${PN}-exynos ${PN}-kms ${PN}-freedreno"
 
 RRECOMMENDS_${PN}-drivers = "${PN}-radeon ${PN}-nouveau ${PN}-omap ${PN}-intel \
-                             ${PN}-exynos"
+                             ${PN}-exynos ${PN}-freedreno"
 
 FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode* ${bindir}/*test"
 FILES_${PN}-radeon = "${libdir}/libdrm_radeon.so.*"
@@ -37,3 +38,4 @@ FILES_${PN}-omap = "${libdir}/libdrm_omap.so.*"
 FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*"
 FILES_${PN}-exynos = "${libdir}/libdrm_exynos.so.*"
 FILES_${PN}-kms = "${libdir}/libkms*.so.*"
+FILES_${PN}-freedreno = "${libdir}/libdrm_freedreno.so.*"



More information about the Openembedded-commits mailing list