diff options
| author | Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> | 2026-02-09 15:04:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-10 21:11:45 -0800 |
| commit | f9d3d703caca04e87652452501bb3d1feeee1199 (patch) | |
| tree | 895ffa70a809d96c91f4bf71c9ff1fdc25835528 /meta-oe/recipes-graphics/drm-framebuffer | |
| parent | bd832a8962b790fc562bfd973c069e836a3f5d45 (diff) | |
| download | meta-openembedded-f9d3d703caca04e87652452501bb3d1feeee1199.tar.gz | |
drm-framebuffer: new recipe
Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/drm-framebuffer')
| -rw-r--r-- | meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb | 16 |
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 @@ | |||
| 1 | HOMEPAGE = "https://github.com/embear-engineering/drm-framebuffer" | ||
| 2 | SUMMARY = "A simple application which can be used to test a Linux DRM device" | ||
| 3 | SECTION = "graphics" | ||
| 4 | |||
| 5 | LICENSE = "GPL-3.0-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/embear-engineering/drm-framebuffer;protocol=https;branch=main" | ||
| 9 | |||
| 10 | PV = "0.1+git" | ||
| 11 | SRCREV = "a560c2b810c8f677aaaaa9e9e8b1d13854718aba" | ||
| 12 | |||
| 13 | inherit cmake pkgconfig | ||
| 14 | |||
| 15 | DEPENDS = "libdrm" | ||
| 16 | |||
