mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] igt-gpu-tools: version bump 1.23 -> 1.24
Date: Mon,  1 Jul 2019 14:26:07 +0200	[thread overview]
Message-ID: <20190701122607.7886-1-l.stach@pengutronix.de> (raw)

- 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

                 reply	other threads:[~2019-07-01 12:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190701122607.7886-1-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox