diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-graphics/igt-gpu-tools | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz | |
The poky repository master branch is no longer being updated.
You can either:
a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
b) use the new bitbake-setup
You can find information about either approach in our documentation:
https://docs.yoctoproject.org/
Note that "poky" the distro setting is still available in meta-yocto as
before and we continue to use and maintain that.
Long live Poky!
Some further information on the background of this change can be found
in: https://lists.openembedded.org/g/openembedded-architecture/message/2179
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/igt-gpu-tools')
| -rw-r--r-- | meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_2.1.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_2.1.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_2.1.bb deleted file mode 100644 index 96f3530436..0000000000 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_2.1.bb +++ /dev/null | |||
| @@ -1,49 +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 = "4871829d8b7117553eb2dc1bdb9a0d18de428a98" | ||
| 13 | |||
| 14 | SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master;tag=v${PV} \ | ||
| 15 | " | ||
| 16 | |||
| 17 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" | ||
| 18 | RDEPENDS:${PN} += "bash perl" | ||
| 19 | RDEPENDS:${PN}-tests += "bash" | ||
| 20 | |||
| 21 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | ||
| 22 | |||
| 23 | PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c" | ||
| 24 | |||
| 25 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=${TARGET_DBGSRC_DIR}/git/ -Dversion_hash=${PV}" | ||
| 26 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" | ||
| 27 | COMPATIBLE_HOST:libc-musl:class-target = "null" | ||
| 28 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | ||
| 29 | |||
| 30 | gputools_sysroot_preprocess() { | ||
| 31 | rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc | ||
| 32 | } | ||
| 33 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | ||
| 34 | |||
| 35 | do_install:append() { | ||
| 36 | install -d ${D}/usr/share/${BPN}/scripts | ||
| 37 | install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts | ||
| 38 | install -d ${D}/usr/share/${BPN}/runner | ||
| 39 | install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner | ||
| 40 | install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner | ||
| 41 | } | ||
| 42 | |||
| 43 | FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" | ||
| 44 | FILES:${PN}-tests += "\ | ||
| 45 | ${libexecdir}/${BPN}/*\ | ||
| 46 | ${datadir}/${BPN}/1080p-right.png\ | ||
| 47 | ${datadir}/${BPN}/1080p-left.png\ | ||
| 48 | ${datadir}/${BPN}/pass.png\ | ||
| 49 | ${datadir}/${BPN}/test-list.txt" | ||
