From: Arthur She Date: Thu, 9 Jul 2020 02:13:28 +0000 (-0700) Subject: igt-gpu-tools: Add PACKAGECONFIG for Chamelium support X-Git-Tag: uninative-2.9~276 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=35daa5c7c7ff317b625c463dd666f46e1dbb81a2;p=openembedded-core.git 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 Signed-off-by: Arthur She Signed-off-by: Richard Purdie --- 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" PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" +PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c" + EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled" COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" COMPATIBLE_HOST_libc-musl_class-target = "null"