diff options
| author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
| commit | 1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf (patch) | |
| tree | 3ea6108a52cce4fcca09b4ed1eb2145c0941b3c9 /meta/recipes-graphics/kmscube | |
| parent | 30f694fec7f47264ec20086c45a3de5fbc55842e (diff) | |
| download | poky-1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf.tar.gz | |
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471]
(From OE-Core rev: 24eac1fef8892484cc3dede1853d180e0c235120)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/kmscube')
| -rw-r--r-- | meta/recipes-graphics/kmscube/kmscube_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index bf4cb235a4..f4e6cd41e7 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm" | 1 | SUMMARY = "Demo application to showcase 3D graphics using kms and gbm" |
| 2 | DESCRIPTION = "kmscube is a little demonstration program for how to drive bare metal graphics \ | ||
| 3 | without a compositor like X11, wayland or similar, using DRM/KMS (kernel mode \ | ||
| 4 | setting), GBM (graphics buffer manager) and EGL for rendering content using \ | ||
| 5 | OpenGL or OpenGL ES." | ||
| 2 | HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" | 6 | HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" |
| 3 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 4 | SECTION = "graphics" | 8 | SECTION = "graphics" |
