From 49dfe571c691e1a6afe8957ff4bccbd7fcd20f66 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Fri, 19 Apr 2019 08:40:37 +0000 Subject: Update Talos layer configuration for latest OpenBMC version --- meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb index b20dcf433..cddad0afe 100644 --- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb @@ -36,7 +36,6 @@ RDEPENDS_max31785-msl = "${VIRTUAL-RUNTIME_base-utils} i2c-tools" SRC_URI += "git://scm.raptorcs.com/scm/git/phosphor-hwmon;protocol=https;branch=04-19-2018" SRC_URI += "file://70-hwmon.rules" -SRC_URI += "file://70-iio.rules" SRC_URI += "file://start_hwmon.sh" SRCREV = "5c014d2bb76f6f6d51aecf31bea95cb9ed9b1953" @@ -47,7 +46,6 @@ do_install_append() { install -d ${D}/${base_libdir}/udev/rules.d/ install ${WORKDIR}/70-hwmon.rules ${D}/${base_libdir}/udev/rules.d/ - install ${WORKDIR}/70-iio.rules ${D}/${base_libdir}/udev/rules.d/ install -d ${D}${bindir} install -m 0755 ${WORKDIR}/start_hwmon.sh ${D}${bindir} -- cgit v1.2.1