skeleton: srcrev bump 5da4f4fc17..d7a8ba5b58
Adriana Kobylak (5):
fan_control: Move to using xyz.openbmc_project.Sensors
configs: Remove BootProgressSensor
configs: Remove the OperatingSystemStatus sensor
configs: Remove BootCountSensor
configs: Remove TurboAllowedSensor
Matt Spinler (16):
Add function to load in the GPIO data from JSON.
Add documentation on GPIO JSON
Use cJSON to read the GPIO configuration
Use cJSON to get the GPIO definitions
Fill in function to convert GPIO pin to a number
Fill in the function that finds the GPIO base
Remove host control GPIOs from GpioConfigs
Call gpio_inits_done() from GPIO consumers
Remove unnecessary args from GPIO functions
Point obmcutil chassiskill code at the GPIO JSON
Remove the GPIOs from Witherspoon.py
Remove the GPIOs from Zaius.py
Remove the GPIOs from Lanyang.py
Remove the GPIOs from Palmetto.py
Remove the GPIOs from Romulus.py
Remove the GPIOs from S2600wf.py
(From meta-phosphor rev: a3c2e523e1cd83b088cb70ccd6d3fdc697785c1f)
Change-Id: I847dfae765dfea67738bc93bd589621ab9249849
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass
index cb642e0..446f1f7 100644
--- a/meta-phosphor/classes/skeleton-rev.bbclass
+++ b/meta-phosphor/classes/skeleton-rev.bbclass
@@ -1,2 +1,2 @@
-SRCREV ?= "5da4f4fc1706ea5c12981e18778f42249591fe18"
+SRCREV ?= "d7a8ba5b581fde659881ea9f67e3526ab50ca50a"
SKELETON_URI ?= "git://github.com/openbmc/skeleton"