From b389cd92e2ec0361a6a7d7244ca9c06c1ee46665 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 15 Dec 2021 21:34:22 -0600 Subject: meta-phosphor: prefer https protocol A few recipes are specifying 'protocol=git' to the git-fetcher, which is already the default[1]. For github URLs, upstream Yocto / OE suggest that 'protocol=https' is used[2]. Switch any URL that has a protocol specified to be 'https' instead of 'git'. 1. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#git-fetcher-git 2. https://lists.openembedded.org/g/openembedded-devel/message/94255 Signed-off-by: Patrick Williams Change-Id: Ibf1ab0fa2cb83c8cb9f4e535a0781f41e3b0dafe --- meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb') diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb index cf3f7ad12..cdeba6516 100644 --- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb @@ -14,7 +14,7 @@ DEPENDS += "sdeventplus" DEPENDS += "phosphor-logging" DEPENDS += "nlohmann-json" -SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=git" +SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=https" SRCREV = "f5151879326e36880ddf2c46fe8c539ce721b0d6" S = "${WORKDIR}/git" -- cgit v1.2.3 From a4d1550627645758ea23f069703ec341a343bd23 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 21 Dec 2021 16:41:03 +0000 Subject: phosphor-health-monitor: srcrev bump f515187932..9d29b378d3 Konstantin Aladyshev (1): Set correct values for sensor min and max properties Change-Id: I5af479ddea8764a0a289cd39c2b49fb3e0e05242 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb') diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb index cdeba6516..bbc3e2564 100644 --- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb @@ -15,7 +15,7 @@ DEPENDS += "phosphor-logging" DEPENDS += "nlohmann-json" SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=https" -SRCREV = "f5151879326e36880ddf2c46fe8c539ce721b0d6" +SRCREV = "9d29b378d369166399cb1817f7591711f2060170" S = "${WORKDIR}/git" SYSTEMD_SERVICE:${PN} = "phosphor-health-monitor.service" -- cgit v1.2.3 From 03966b5b2d3d50a740ed8a1190a902c10f1e692a Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 22 Dec 2021 16:21:09 +0000 Subject: phosphor-health-monitor: srcrev bump 9d29b378d3..a6cd704bda Konstantin Aladyshev (1): Set unset threshold values to NaN Change-Id: I551a81437255dfd9085b0ec4bd8eb4e1ad06476f Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb') diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb index bbc3e2564..8139bfd19 100644 --- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb @@ -15,7 +15,7 @@ DEPENDS += "phosphor-logging" DEPENDS += "nlohmann-json" SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=https" -SRCREV = "9d29b378d369166399cb1817f7591711f2060170" +SRCREV = "a6cd704bda72e39e1b94652a9eb0733da8498791" S = "${WORKDIR}/git" SYSTEMD_SERVICE:${PN} = "phosphor-health-monitor.service" -- cgit v1.2.3