[oe-commits] [openembedded-core] 17/31: kmscube: add recipe

git at git.openembedded.org git at git.openembedded.org
Thu May 25 23:00:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 399c0fdbaacf660750f874e5190dd9955ad9bb58
Author: Carlos Rafael Giani <dv at pseudoterminal.org>
AuthorDate: Wed Apr 12 14:14:08 2017 +0200

    kmscube: add recipe
    
    This is a demo application that draws a three-dimensional spinning cube
    using EGL on top of KMS, via Mesa's GBM library. A rough counterpart to
    glxgears, it is a useful tool for BSP makers to try the 3D rendering
    functionality based on EGL and OpenGL ES in a KMS environment, without
    having to set up Wayland or X11.
    
    It is also interesting for Yocto-based  projects that do not need any
    windowing environment and instead render their visual output fullscreen
    to KMS directly, since they can use it as a reference.
    
    Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/kmscube/kmscube_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
new file mode 100644
index 0000000..518c98e
--- /dev/null
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm"
+HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/"
+LICENSE = "MIT"
+SECTION = "graphics"
+DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins-base"
+
+LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
+
+SRCREV = "e56980c28766ffb0bf8edee96b529a5b47f97137"
+SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list