From 9beac5b393d2bb8f78814fea25980308f53ad6e8 Mon Sep 17 00:00:00 2001 From: Austin Schuh Date: Mon, 20 Nov 2023 14:37:32 -0800 Subject: [PATCH] Upgrade nsight-systems to 2023.2.4 This aligns with 5.2.1 from https://repo.download.nvidia.com/jetson/#Jetpack%205.1.2 Signed-off-by: Austin Schuh --- ...9007v0.bb => nsight-systems-cli_2023.2.4.44-33011852v0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/nsight-systems/{nsight-systems-cli_2022.5.2.171-32559007v0.bb => nsight-systems-cli_2023.2.4.44-33011852v0.bb} (92%) diff --git a/recipes-devtools/nsight-systems/nsight-systems-cli_2022.5.2.171-32559007v0.bb b/recipes-devtools/nsight-systems/nsight-systems-cli_2023.2.4.44-33011852v0.bb similarity index 92% rename from recipes-devtools/nsight-systems/nsight-systems-cli_2022.5.2.171-32559007v0.bb rename to recipes-devtools/nsight-systems/nsight-systems-cli_2023.2.4.44-33011852v0.bb index 64240fdd..36bad8c5 100644 --- a/recipes-devtools/nsight-systems/nsight-systems-cli_2022.5.2.171-32559007v0.bb +++ b/recipes-devtools/nsight-systems/nsight-systems-cli_2023.2.4.44-33011852v0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://opt/nvidia/nsight-systems/${BASE_VERSION}/EULA.txt;md inherit l4t_deb_pkgfeed SRC_COMMON_DEBS = "nsight-systems-${BASE_VERSION}_${PV}_arm64.deb;subdir=${BPN}" -SRC_URI[sha256sum] = "444d62345248749e33dcac40668b509c96735263cf8a42391015eba6ec87118a" +SRC_URI[sha256sum] = "be1164b03cf1291e5e7162c42070eef1b07934efd96124864e569bf1804f9212" S = "${WORKDIR}/${BPN}" B = "${S}" @@ -44,6 +44,6 @@ FILES:${PN}-qdstrmimporter = " \ /opt/nvidia/nsight-systems/${BASE_VERSION}/host-linux-armv8 \ /opt/nvidia/nsight-systems/${BASE_VERSION}/bin \ " -INSANE_SKIP:${PN} = "ldflags file-rdeps" +INSANE_SKIP:${PN} = "ldflags file-rdeps dev-so" INSANE_SKIP:${PN}-qdstrmimporter = "ldflags file-rdeps dev-so" PACKAGE_ARCH = "${TEGRA_PKGARCH}"