summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 10:53:59 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 10:53:59 +0200
commitbee2dce0697da156903c55523e1e869aa33f4964 (patch)
treefba59b54b2d43f94d79762a974c8e2a2083c862d
parent43bb60dd989ca8a92e2103cabea77bf0f2b4f7f9 (diff)
Fix reversed fan signal issuechinook_3.0.3chinook/3.0.33.0.3
With replaced hardware, we don't need the reversed signal anymore. Fix it in chinook. Bug-AGL: SPEC-456 Change-Id: I119a95392f8adc752ad3c74d16f420e374063d26 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo-hmi/hvac/hvac_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/hvac/hvac_git.bb b/recipes-demo-hmi/hvac/hvac_git.bb
index 9e789d8c..5ca371ff 100644
--- a/recipes-demo-hmi/hvac/hvac_git.bb
+++ b/recipes-demo-hmi/hvac/hvac_git.bb
@@ -11,7 +11,7 @@ SRCREV = "559d1a3272a6dbf87139cc3a77beaddfc5f66b63"
# Pinned branch/SRCREV for Charming Chinook
SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/apps/hvac;protocol=http;branch=chinook"
-SRCREV_chinook = "97a6c028a016aa8c345cbd5c6b15a90fcf6b7b5b"
+SRCREV_chinook = "31e930c7fbd9a32f200c654a383d29f973d94440"
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"