summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-05-27 21:48:15 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-02 00:07:30 +0300
commitcc2cefb5130baa90564dbd0cd96c7ee23f0f73f8 (patch)
tree8cfe86220e8335477f601130821cb2b7db3534ce
parentdb47e3ffe4feddbcdfdf380d480380ea4dc07415 (diff)
downloadopenbmc-cc2cefb5130baa90564dbd0cd96c7ee23f0f73f8.tar.xz
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 <jason.m.bills@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rwxr-xr-xmeta-intel/meta-common/recipes-intel/chassis/x86-power-control_git.bb24
1 files changed, 0 insertions, 24 deletions
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 \
- "