From 26f9276925b8c61df02d611156179b99a2359a42 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Tue, 26 Oct 2021 13:58:15 -0700 Subject: x86-power-control: Switch to meson build Change-Id: Ia32f0baf56fb7a3e035198ece7e74fe18f8fa05c Signed-off-by: Jason M. Bills --- meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-x86/chassis') diff --git a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb index 04fd5dc63..f510f3550 100755 --- a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb +++ b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -inherit cmake systemd +inherit meson systemd pkgconfig inherit obmc-phosphor-dbus-service def get_service(d): -- cgit v1.2.3 From 99df01f9b5a245890902c04de6701d90a055075d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 25 Nov 2021 02:01:40 +0000 Subject: x86-power-control: srcrev bump 48c94c5972..6ce234ecae Jason M. Bills (1): Remove CMake Change-Id: I0ea6f4ba883f4567ab75b069c94480771f1a4d8d Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-x86/chassis') diff --git a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb index f510f3550..0aaf40c50 100755 --- a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb +++ b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb @@ -2,7 +2,7 @@ SUMMARY = "Chassis Power Control service for Intel based platforms" DESCRIPTION = "Chassis Power Control service for Intel based platforms" SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh" -SRCREV = "48c94c59728023cdbff3bd62f203de3434af8b8a" +SRCREV = "6ce234ecaeef3558b97cb24020577996b38a4690" PV = "1.0+git${SRCPV}" -- cgit v1.2.3 From c43ab61ced86d19d5698a18a81cdbfa8d43d050e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 6 Dec 2021 06:51:25 +0000 Subject: x86-power-control: srcrev bump 6ce234ecae..85e111ed69 Logananth Sundararaj (1): Changes for dbus based gpio config. Change-Id: I071c72e0edb6626d2a58311fbdb589182c988f6e Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-x86/chassis') diff --git a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb index 0aaf40c50..93b745fb6 100755 --- a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb +++ b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb @@ -2,7 +2,7 @@ SUMMARY = "Chassis Power Control service for Intel based platforms" DESCRIPTION = "Chassis Power Control service for Intel based platforms" SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh" -SRCREV = "6ce234ecaeef3558b97cb24020577996b38a4690" +SRCREV = "85e111ed6940491b6fe40cc5054ef021a1404e19" PV = "1.0+git${SRCPV}" -- cgit v1.2.3 From 3b1f413e9b4864e43f1aed539e5a65a7f190c74e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 15 Dec 2021 20:51:55 +0000 Subject: x86-power-control: srcrev bump 85e111ed69..c46ebb493f Jason M. Bills (1): Change to lg2 Change-Id: Ie95d80ed73a9f45b39156b11087f89487329f98b Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-x86/chassis') diff --git a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb index 93b745fb6..36b557e25 100755 --- a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb +++ b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb @@ -2,7 +2,7 @@ SUMMARY = "Chassis Power Control service for Intel based platforms" DESCRIPTION = "Chassis Power Control service for Intel based platforms" SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh" -SRCREV = "85e111ed6940491b6fe40cc5054ef021a1404e19" +SRCREV = "c46ebb493f0e0cc1ccc5525d5484465bba69551f" PV = "1.0+git${SRCPV}" -- cgit v1.2.3 From d61a093b752603013878e23219fcca489bc14067 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 15 Dec 2021 21:28:40 -0600 Subject: meta-phosphor: x86-power-control: change URL protocol to https We should never use 'protocol=ssh' on a Github SRC_URI because it means that only people with a valid SSH key loaded in Github can build the code (ie. no anonymous users). This is bad for CI-type builds. Signed-off-by: Patrick Williams Change-Id: I4713ed1759f548aee5b97d2f789e9f37892c9360 --- meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-x86/chassis') diff --git a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb index 36b557e25..424ad28de 100755 --- a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb +++ b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Chassis Power Control service for Intel based platforms" DESCRIPTION = "Chassis Power Control service for Intel based platforms" -SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh" +SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=https" SRCREV = "c46ebb493f0e0cc1ccc5525d5484465bba69551f" PV = "1.0+git${SRCPV}" @@ -33,4 +33,4 @@ DEPENDS += " \ sdbusplus \ phosphor-logging \ " -FILES:${PN} += "${systemd_system_unitdir}/xyz.openbmc_project.Chassis.Control.Power@.service" \ No newline at end of file +FILES:${PN} += "${systemd_system_unitdir}/xyz.openbmc_project.Chassis.Control.Power@.service" -- cgit v1.2.3