]> code.ossystems Code Review - openembedded-core.git/commit
igt-gpu-tools: add new package
authorArthur She <arthur.she@linaro.org>
Mon, 22 Jun 2020 14:49:55 +0000 (07:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 11:27:51 +0000 (12:27 +0100)
commitd98e9b3612ab2c03503843cb3ea77bec7811a1d4
tree73150167754e406aa56e9174e785968cbe0fa94e
parent14203b2cb9aa62f55cb12230ac8012b3cd995be7
igt-gpu-tools: add new package

igt-gpu-tools is a collection of tools for development and testing of the DRM
drivers. (https://gitlab.freedesktop.org/drm/igt-gpu-tools)
This recipe is originally copied from meta-intel and added the following
modifications
1. Enable ARM architecture
2. Enable igt-runner
3. Build git HEAD code instead of a specific version
The original recipe in the meta-intel will be removed and replaced by
this one to avoid having a duplicate recipe.
It is applicable to be submitted to oe-core, because it provides
a core validation functionality that is needed by all providing DRM
drivers and not just to a single arch.

Signed-off-by: Arthur She <arthur.she@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb [new file with mode: 0644]