summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-17 11:09:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 13:43:34 +0200
commit179e4188a38ccc086f8b23201fa1594ea9ba0c0f (patch)
treee39d15cec95a4a3ce4f562e6c78ff7d71338b1f6 /recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb
parent8b6885b97588ccae34eb9a1338815b29bf58c811 (diff)
apalis-tk1: drop machine
The downstream kernel gets to old to be used with the new zeus userspace components. Drop the machine. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit d13caaba2d90f856b944ebde44967b679d3eb3a9)
Diffstat (limited to 'recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb')
-rw-r--r--recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb b/recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb
deleted file mode 100644
index 6bb8657..0000000
--- a/recipes-bsp/binary-drivers/cudatoolkit6.5_21.5.0.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = "NVIDIA CUDA 6.5 Toolkit for L4T Rel 21.x Packages"
-HOMEPAGE = "https://developer.nvidia.com/"
-LICENSE = "Proprietary"
-
-SRC_URI = "http://developer.download.nvidia.com/devzone/devcenter/mobile/jetpack_l4t/005/linux-x64/cuda-repo-l4t-r21.5-6-5-local_6.5-53_armhf.deb"
-
-LIC_FILES_CHKSUM = "file://usr/share/doc/cuda-repo-l4t-r21.5-6-5-local/copyright;md5=f87877410d6936081b0b8ddd124ca96d"
-
-SRC_URI[md5sum] = "93b5c6592292565c389c46a16b4cbf5d"
-SRC_URI[sha256sum] = "4739c63e16b9a169f988c2b8f175c0182fa118833b49950fe72fe8c039ba1359"
-
-DEPENDS = "dpkg-native"
-
-INSANE_SKIP_${PN} = "ldflags"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-S = "${WORKDIR}/cuda6.5"
-
-INSANE_SKIP_${PN}-dev = "ldflags"
-
-FILES_${PN} = "${datadir}/lintian/* \
- ${base_prefix}/usr/local/cuda-6.5/* "
-
-INHIBIT_PACKAGE_STRIP = "1"
-
-INSANE_SKIP_${PN} += "already-stripped dev-so libdir"
-
-python do_unpack () {
- locals = d.getVar('WORKDIR', True)
- s = d.getVar('S', True)
- d.setVar('WORKDIR', s)
- d.setVar('S', s)
- bb.build.exec_func('base_do_unpack', d)
- d.setVar('WORKDIR', locals)
-}
-
-do_install () {
- cp -r ${WORKDIR}/cuda6.5/usr ${D}
- dpkg -x ${WORKDIR}/cuda6.5/var/cuda-repo-6-5-local/cuda-cudart-6-5_6.5-53_armhf.deb ${D}
-}