From cc2cefb5130baa90564dbd0cd96c7ee23f0f73f8 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Wed, 27 May 2020 11:48:15 -0700 Subject: Remove redundant x86-power-control recipe This is a duplicate of the recipe in meta-phosphor and can be removed to allow updates to the meta-phosphor recipe to take effect. Tested: Verified that power control builds and functions with the updates to the recipe in meta-phosphor. (From meta-intel rev: 85c94741b41eff45f3c6e7b1076ff9bd7b4a60a6) Change-Id: I2c5f09042d23a08330aafcd7b833495e446a81b5 Signed-off-by: Jason M. Bills Signed-off-by: Andrew Geissler --- .../recipes-intel/chassis/x86-power-control_git.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100755 meta-intel/meta-common/recipes-intel/chassis/x86-power-control_git.bb diff --git a/meta-intel/meta-common/recipes-intel/chassis/x86-power-control_git.bb b/meta-intel/meta-common/recipes-intel/chassis/x86-power-control_git.bb deleted file mode 100755 index 83a0e53b1..000000000 --- a/meta-intel/meta-common/recipes-intel/chassis/x86-power-control_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -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 = "35aa665e01cf9d735ba4aeb3818a60caab376692" - -PV = "1.0+git${SRCPV}" - -S = "${WORKDIR}/git" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -inherit cmake systemd - -SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Control.Power.service" - -DEPENDS += " \ - boost \ - i2c-tools \ - libgpiod \ - sdbusplus \ - phosphor-logging \ - " -- cgit v1.2.3