mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
* Ran convert-overrides.py to generate the initial changes * Manual cleanup afterwards (which was a lot, due to our extensive use of overrides). Signed-off-by: Matt Madison <matt@madison.systems>
21 lines
546 B
BlitzBasic
21 lines
546 B
BlitzBasic
DESCRIPTION = "GPU stress test"
|
|
HOMEPAGE = ""
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=87e91a92b2cc50fa43dba1a1a4ffca96"
|
|
SRC_REPO ?= "github.com/madisongh/gpu-burn;protocol=https"
|
|
SRCBRANCH ?= "master"
|
|
SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}"
|
|
SRCREV ?= "8b4d5cfc3f01829dccf282b92e4dae03cbfb0fa1"
|
|
PV = "0.9+git${SRCPV}"
|
|
|
|
COMPATIBLE_MACHINE = "(cuda)"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cuda cmake pkgconfig
|
|
|
|
EXTRA_OECMAKE = "-DCMAKE_INSTALL_PREFIX=/opt/cudatests"
|
|
lcl_maybe_fortify = ""
|
|
|
|
FILES:${PN} = "/opt/cudatests"
|