diff --git a/projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore b/projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore deleted file mode 100644 index c5c75fd269..0000000000 --- a/projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# Dependency directories -node_modules/ -jspm_packages/ - -# Nuxt.js build / generate output -.nuxt -dist diff --git a/projects/rocr-runtime/CMakeLists.txt b/projects/rocr-runtime/CMakeLists.txt index d375db8b8c..e65688e33a 100644 --- a/projects/rocr-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/CMakeLists.txt @@ -177,7 +177,7 @@ set(CPACK_RPM_COMPONENT_INSTALL ON) set(CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc.") set(CPACK_PACKAGE_VERSION ${PACKAGE_VERSION_STRING}) set(CPACK_PACKAGE_CONTACT "AMD HSA Support ") -set(CPACK_COMPONENT_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA Runtime for Boltzmann (ROCm) platforms\nIncludes HSAKMT, the user-mode API interfaces used to interact with the ROCk driver.\n Contains the headers, pkgonfig and\n cmake files for ROCT.") +set(CPACK_COMPONENT_DESCRIPTION "Includes HSAKMT, the ROCk driver, headers, pkgonfig and cmake files for ROCT.") set(CPACK_COMPONENT_BINARY_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA Runtime for Boltzmann (ROCm) platforms") set(CPACK_COMPONENT_DEV_DESCRIPTION "AMD Heterogeneous System Architecture HSA development package.\n This package contains the headers and cmake files for the rocr-runtime package.") set(CPACK_COMPONENT_ASAN_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA instrumented libraries for Boltzmann (ROCm) platforms")