diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-09-11 10:51:20 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:23 +0100 |
| commit | a0cbeb552d567e74d7f090c25dd2c7f450153d05 (patch) | |
| tree | 8e3c39f792b5e28df10b113101874f91ac19a829 /meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb | |
| parent | ebd7baf5f151d5a3f4707b16e828b61e86fbcb40 (diff) | |
| download | poky-a0cbeb552d567e74d7f090c25dd2c7f450153d05.tar.gz | |
igt-gpu-tools: update 1.30 -> 2.1
Drop patch merged upstream.
(From OE-Core rev: cf26158dc72047d906d3e0faf9d36ff078345ce4)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb')
| -rw-r--r-- | meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb deleted file mode 100644 index 1eae416c01..0000000000 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | SUMMARY = "IGT GPU Tools" | ||
| 2 | DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM drivers" | ||
| 3 | HOMEPAGE = "https://gitlab.freedesktop.org/drm/igt-gpu-tools" | ||
| 4 | BUGTRACKER = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | |||
| 10 | inherit meson pkgconfig | ||
| 11 | |||
| 12 | SRCREV = "edf352a96646c8d793f0c1eb11795112f9bde725" | ||
| 13 | |||
| 14 | SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master \ | ||
| 15 | file://0001-lib-igt_aux.c-address-procps-4.0.5-compatibility.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" | ||
| 19 | RDEPENDS:${PN} += "bash perl" | ||
| 20 | RDEPENDS:${PN}-tests += "bash" | ||
| 21 | |||
| 22 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | ||
| 23 | |||
| 24 | PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c" | ||
| 25 | |||
| 26 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=${TARGET_DBGSRC_DIR}/git/ -Dversion_hash=${PV}" | ||
| 27 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" | ||
| 28 | COMPATIBLE_HOST:libc-musl:class-target = "null" | ||
| 29 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | ||
| 30 | |||
| 31 | gputools_sysroot_preprocess() { | ||
| 32 | rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc | ||
| 33 | } | ||
| 34 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | ||
| 35 | |||
| 36 | do_install:append() { | ||
| 37 | install -d ${D}/usr/share/${BPN}/scripts | ||
| 38 | install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts | ||
| 39 | install -d ${D}/usr/share/${BPN}/runner | ||
| 40 | install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner | ||
| 41 | install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner | ||
| 42 | } | ||
| 43 | |||
| 44 | FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" | ||
| 45 | FILES:${PN}-tests += "\ | ||
| 46 | ${libexecdir}/${BPN}/*\ | ||
| 47 | ${datadir}/${BPN}/1080p-right.png\ | ||
| 48 | ${datadir}/${BPN}/1080p-left.png\ | ||
| 49 | ${datadir}/${BPN}/pass.png\ | ||
| 50 | ${datadir}/${BPN}/test-list.txt" | ||
