mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] igt-gpu-tools: version bump 1.23 -> 1.24
@ 2019-07-01 12:26 Lucas Stach
  0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2019-07-01 12:26 UTC (permalink / raw)
  To: ptxdist

- version bump
- some configuration options changed from bool to enabled/disabled/auto
- igt now has a standalone test runner

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/igt-gpu-tools.in   |  9 +++++++++
 rules/igt-gpu-tools.make | 21 +++++++++++----------
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/rules/igt-gpu-tools.in b/rules/igt-gpu-tools.in
index e0a078d7dc98..92cb4d19a53f 100644
--- a/rules/igt-gpu-tools.in
+++ b/rules/igt-gpu-tools.in
@@ -14,6 +14,7 @@ menuconfig IGT_GPU_TOOLS
 	select UDEV
 	select UDEV_LIBUDEV
 	select ZLIB
+	select JSON_C		if IGT_GPU_TOOLS_TEST_RUNNER
 	prompt "igt-gpu-tools"
 	help
 	  igt-gpu-tools is a package of tools for debugging the Intel
@@ -39,4 +40,12 @@ config IGT_GPU_TOOLS_TESTS
 	bool
 	prompt "build and install tests"
 
+if IGT_GPU_TOOLS_TESTS
+
+config IGT_GPU_TOOLS_TEST_RUNNER
+	bool
+	prompt "build and install igt test runner"
+
+endif
+
 endif
diff --git a/rules/igt-gpu-tools.make b/rules/igt-gpu-tools.make
index c4b8599a78b8..027d6d416709 100644
--- a/rules/igt-gpu-tools.make
+++ b/rules/igt-gpu-tools.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_IGT_GPU_TOOLS) += igt-gpu-tools
 #
 # Paths and names
 #
-IGT_GPU_TOOLS_VERSION	:= 1.23
-IGT_GPU_TOOLS_MD5	:= 04c1f10d6fd85e079271540b0ea786e9
+IGT_GPU_TOOLS_VERSION	:= 1.24
+IGT_GPU_TOOLS_MD5	:= 0e0b4a1a80dc2e09c2705e0c5159e0a1
 IGT_GPU_TOOLS		:= igt-gpu-tools-$(IGT_GPU_TOOLS_VERSION)
 IGT_GPU_TOOLS_SUFFIX	:= tar.xz
 IGT_GPU_TOOLS_URL	:= $(call ptx/mirror, XORG, individual/app/$(IGT_GPU_TOOLS).$(IGT_GPU_TOOLS_SUFFIX))
@@ -39,16 +39,17 @@ IGT_GPU_TOOLS_LIBDRM-$(PTXCONF_IGT_GPU_TOOLS_NOUVEAU)	+= nouveau
 IGT_GPU_TOOLS_CONF_TOOL	:= meson
 IGT_GPU_TOOLS_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
-	-Dbuild_overlay=false \
+	-Dbuild_chamelium=disabled \
+	-Dbuild_docs=disabled \
+	-Dbuild_man=disabled \
+	-Dbuild_overlay=disabled \
+	-Dbuild_runner=$(call ptx/endis,PTXCONF_IGT_GPU_TOOLS_TEST_RUNNER)d \
+	-Dbuild_tests=$(call ptx/endis,PTXCONF_IGT_GPU_TOOLS_TESTS)d \
 	-Doverlay_backends=auto \
-	-Dbuild_audio=false \
-	-Dbuild_chamelium=false \
-	-Dwith_valgrind=false \
-	-Dbuild_man=false \
-	-Dbuild_docs=false \
-	-Dbuild_tests=$(call ptx/truefalse,PTXCONF_IGT_GPU_TOOLS_TESTS) \
+	-Duse_rpath=false \
 	-Dwith_libdrm=$(subst $(space),$(comma),$(IGT_GPU_TOOLS_LIBDRM-y)) \
-	-Duse_rpath=false
+	-Dwith_libunwind=enabled \
+	-Dwith_valgrind=disabled \
 
 ifdef PTXCONF_KERNEL_HEADER
 IGT_GPU_TOOLS_CPPFLAGS	:= \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-01 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01 12:26 [ptxdist] [PATCH] igt-gpu-tools: version bump 1.23 -> 1.24 Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox