[meta-freescale] [PATCH 1/2] libdrm-armada: add

Trevor Woerner twoerner at gmail.com
Fri May 26 22:11:07 PDT 2017


A drm for use with xf86-video-armada, which is for use with etnaviv.

Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
 recipes-graphics/drm/libdrm-armada_git.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-graphics/drm/libdrm-armada_git.bb

diff --git a/recipes-graphics/drm/libdrm-armada_git.bb b/recipes-graphics/drm/libdrm-armada_git.bb
new file mode 100644
index 00000000..6912a77c
--- /dev/null
+++ b/recipes-graphics/drm/libdrm-armada_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Userspace interface to kernel DRM services"
+SECTION = "x11/base"
+LICENSE = "GPL2 & BSD"
+
+LIC_FILES_CHKSUM = "file://libdrm_lists.h;beginline=1;endline=25;md5=2af1df1026ba1d24c8e7c370e68ed198"
+
+DEPENDS = "libdrm"
+
+SRCREV = "6b461c163b0bd02c76b65d94cc2fb3767167bda8"
+PV = "0.1+git${SRCPV}"
+SRC_URI = "git://git.armlinux.org.uk/~rmk/libdrm-armada.git"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
-- 
2.13.0



More information about the meta-freescale mailing list