summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/telemetry/telemetry/0001-set_new_report_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-cp2-5422/recipes-phosphor/telemetry/telemetry/0001-set_new_report_path.patch')
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/telemetry/telemetry/0001-set_new_report_path.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/telemetry/telemetry/0001-set_new_report_path.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/telemetry/telemetry/0001-set_new_report_path.patch
deleted file mode 100644
index b59438bd28..0000000000
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/telemetry/telemetry/0001-set_new_report_path.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 71ad04dd8ce0a31fe260626215d30bf0e58b255c Mon Sep 17 00:00:00 2001
-From: eportnov <eportnov@ibs.ru>
-Date: Fri, 15 Jul 2022 17:38:30 +0300
-Subject: [PATCH] set_new_report_path
-
----
- src/report.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/report.hpp b/src/report.hpp
-index 6d8c6b4..8d71bc9 100644
---- a/src/report.hpp
-+++ b/src/report.hpp
-@@ -137,7 +137,7 @@ class Report : public interfaces::Report, public interfaces::MetricListener
- static constexpr const char* reportIfaceName =
- "xyz.openbmc_project.Telemetry.Report";
- static constexpr const char* reportDir =
-- "/xyz/openbmc_project/Telemetry/Reports/";
-+ "/xyz/openbmc_project/Telemetry/Reports/TelemetryService/";
- static constexpr const char* deleteIfaceName =
- "xyz.openbmc_project.Object.Delete";
- static constexpr size_t reportVersion = 6;