Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
SUMMARY = "IGT GPU Tools"
|
||||
DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM drivers"
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/drm/igt-gpu-tools"
|
||||
BUGTRACKER = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
SRCREV = "31ec677ca24e7ed86e35f367f40a29d3d9f51c06"
|
||||
PV = "1.28"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native"
|
||||
RDEPENDS:${PN} += "bash perl"
|
||||
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 -Dsrcdir=${TARGET_DBGSRC_DIR}/git/ -Dversion_hash=${PV}"
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}"
|
||||
|
||||
gputools_sysroot_preprocess() {
|
||||
rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
|
||||
}
|
||||
SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}/usr/share/${BPN}/scripts
|
||||
install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
|
||||
install -d ${D}/usr/share/${BPN}/runner
|
||||
install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
|
||||
install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
|
||||
}
|
||||
|
||||
FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks"
|
||||
FILES:${PN}-tests += "\
|
||||
${libexecdir}/${BPN}/*\
|
||||
${datadir}/${BPN}/1080p-right.png\
|
||||
${datadir}/${BPN}/1080p-left.png\
|
||||
${datadir}/${BPN}/pass.png\
|
||||
${datadir}/${BPN}/test-list.txt"
|
||||
Reference in New Issue
Block a user