mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
tegra-cuda-utils: add recipe
Signed-off-by: LANGLOIS Florian <chamois94@gmail.com> Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
a39908e635
commit
6bea45a632
19
recipes-bsp/tegra-binaries/tegra-cuda-utils_36.4.0.bb
Normal file
19
recipes-bsp/tegra-binaries/tegra-cuda-utils_36.4.0.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "NVIDIA CUDA utils"
|
||||
L4T_DEB_COPYRIGHT_MD5 = "3eee7940f3706b5eb2411a575788e804"
|
||||
DEPENDS = "tegra-libraries-cuda"
|
||||
|
||||
L4T_DEB_TRANSLATED_BPN = "nvidia-l4t-cuda-utils"
|
||||
|
||||
require tegra-debian-libraries-common.inc
|
||||
|
||||
MAINSUM = "2e52540c7d9f488fcb28da975800de0f6c17dc0187c2242657c8e68b2be7a10a"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${S}/usr/bin/nvidia-cuda-mps-* ${D}${bindir}/
|
||||
}
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
FILES:${PN} = "${bindir}"
|
||||
|
||||
PACKAGE_ARCH = "${SOC_FAMILY_PKGARCH}"
|
||||
@@ -2,7 +2,7 @@ CUDA_PKG = "${BPN}-dev"
|
||||
|
||||
require cuda-shared-binaries.inc
|
||||
|
||||
DEPENDS:tegra = "tegra-libraries-cuda"
|
||||
DEPENDS:tegra = "tegra-libraries-cuda tegra-cuda-utils"
|
||||
|
||||
L4T_DEB_GROUP = "cuda-cudart"
|
||||
DEVSUM = "0c453507da39a28ca214723c8980c5a4832d8ea3e8f28dfd8ac83a1b2055dda1"
|
||||
|
||||
Reference in New Issue
Block a user