summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb b/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb
new file mode 100644
index 0000000000..faffca2059
--- /dev/null
+++ b/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb
@@ -0,0 +1,16 @@
1HOMEPAGE = "https://github.com/embear-engineering/drm-framebuffer"
2SUMMARY = "A simple application which can be used to test a Linux DRM device"
3SECTION = "graphics"
4
5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
7
8SRC_URI = "git://github.com/embear-engineering/drm-framebuffer;protocol=https;branch=main"
9
10PV = "0.1+git"
11SRCREV = "a560c2b810c8f677aaaaa9e9e8b1d13854718aba"
12
13inherit cmake pkgconfig
14
15DEPENDS = "libdrm"
16