diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-07-08 13:49:45 -0400 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-19 02:57:05 +0000 |
commit | 0061b89c49ecf1f5d7728cd997427ab43df6f9b5 (patch) | |
tree | 8a6b7dc4e4299ef45cbb79454fdaf4e551f42044 /meta-phosphor/classes | |
parent | 0a0e397fa8da3ba47ce0607a095da7c48f862880 (diff) | |
download | talos-openbmc-0061b89c49ecf1f5d7728cd997427ab43df6f9b5.tar.gz talos-openbmc-0061b89c49ecf1f5d7728cd997427ab43df6f9b5.zip |
Remove legacy hwmon application
phosphor-hwmon and the /xyz/openbmc_project/sensors namespace are
fully functional.
Change-Id: I42756f4246280cbfeeedebf6073ea301ce7b78be
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r-- | meta-phosphor/classes/skeleton-rev.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass index f7c84228b..4c473801d 100644 --- a/meta-phosphor/classes/skeleton-rev.bbclass +++ b/meta-phosphor/classes/skeleton-rev.bbclass @@ -1,2 +1,2 @@ -SRCREV ?= "666be2aee1f4c2e123a6823e59c7d883709db89c" +SRCREV ?= "efe5d2de3696f1fb462fac3a31e890a68b5995a0" SKELETON_URI ?= "git://github.com/openbmc/skeleton" |