diff options
author | Arthur She <arthur.she@linaro.org> | 2020-07-08 19:13:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | ddbbacb2b8f3708edb6a071f3ba771d78c9b29f7 (patch) | |
tree | db0f337a915443fef0d864332c25aa0b38baefa6 /meta/recipes-graphics | |
parent | 192d6e9b4739bb53e513e78da5d552a3f1d931d3 (diff) | |
download | poky-ddbbacb2b8f3708edb6a071f3ba771d78c9b29f7.tar.gz |
igt-gpu-tools: Add PACKAGECONFIG for Chamelium support
Chamelium is a hardware device that can be used for external display
test automation [1].
It is disabled by default and can be turned on through PACKAGECONFIG.
[1] https://www.chromium.org/chromium-os/testing/chamelium
(From OE-Core rev: 35daa5c7c7ff317b625c463dd666f46e1dbb81a2)
Signed-off-by: Arthur She <arthur.she@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb index f60880c292..89480d79d2 100644 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | |||
@@ -20,6 +20,8 @@ RDEPENDS_${PN}-tests += "bash" | |||
20 | 20 | ||
21 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | 21 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" |
22 | 22 | ||
23 | PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c" | ||
24 | |||
23 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled" | 25 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled" |
24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" | 26 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" |
25 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 27 | COMPATIBLE_HOST_libc-musl_class-target = "null" |