summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/hvac
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Fix reversed fan signal issuechinook_3.0.3chinook/3.0.33.0.3Jan-Simon Möller1-1/+1
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>
2017-01-25Pin hvac recipe for chinookScott Murray1-0/+4
Bug-AGL: SPEC-415 Change-Id: Ie9926a2ad83ebe366aa4f3de2eeb5c97f2fcafd0 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-01-19Set SRCREV for chinookTasuku Suzuki1-1/+1
Change-Id: I2d13f50501c356226bcd3b82ff4ba0268f313975 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-28Use inherit aglwgt in application recipesJan-Simon Möller1-23/+6
This change converts the application recipes for hvac, mediaplayer, mixer, settings to use the aglwgt bbclass. This simplifies the application workflow and ensures interoperability with the SDK. Change-Id: Icaa8ba3f931844be6063c18957c07aa598591f06 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-21FIx build dependency of appsTadao Tanikawa1-1/+4
There were missing build dependencies to qtquickcontrols2 and af-binder in apps' recipe. Change-Id: I497225b2a171d4cc19cb3224164af42a59bbcb69 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-19Add recipe of AGL Demo HMI (HVAC)Tadao Tanikawa1-0/+32
This recipe is to deliver AGL Demo Platform for CES2017 AGL Showcase by bitbake integration. To use hmi of HVAC, it should be installed on the target board at least once afer booting. The package of application, hvac.wgt would be installed in /usr/AGL/apps on the target board. To install it, follow these steps from the target console or remote shell. # cd /usr/AGL/apps # afm-util install hvac.wgt Change-Id: I4d90dcae44fc6a5bedf2b26682ae2dcbfd4db6ee Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>