From: Jan-Simon Möller Date: Mon, 24 Apr 2017 08:53:59 +0000 (+0200) Subject: Fix reversed fan signal issue X-Git-Tag: 3.0.3^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bee2dce0697da156903c55523e1e869aa33f4964;p=AGL%2Fmeta-agl-demo.git Fix reversed fan signal issue 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 --- diff --git a/recipes-demo-hmi/hvac/hvac_git.bb b/recipes-demo-hmi/hvac/hvac_git.bb index 9e789d8c4..5ca371ff6 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"