From bee2dce0697da156903c55523e1e869aa33f4964 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 10:53:59 +0200 Subject: Fix reversed fan signal issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-demo-hmi/hvac/hvac_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg