summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/agl-service-radio
AgeCommit message (Collapse)AuthorFilesLines
2017-12-27agl-service-radio_git: Enable Kingfisher radio support for M3ULCBScott Murray1-0/+2
Pass the HAVE_KINGFISHER flag to CMake when building for M3ULCB to enable support of the Kingfisher board's Si4689 radio. Change-Id: Ib6d97a93402dbc6e555c999c77fea6b7ee20a1f6 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-12-20agl-service-radio: Set appropriate sink if 4A is configuredScott Murray2-1/+14
If 4A is enabled in DISTRO_FEATURES, add an extension conf file to add setting PULSE_SINK to the systemd service unit. This will direct the radio output into the matching PulseAudio sink for the 4A Radio role. Change-Id: Ic67f3bcf1bd64636813e426f4471e666d2c33938 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-11-05Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-2/+2
This change simplifies the SRCREV handling by using - AGL_APP_REVISION and AGL_DEFAULT_REVISION in recipes. Also the AGL_BRANCH can be used to switch to release branches. Finally git checkouts should use https by default. Bug-AGL: SPEC-864 Change-Id: I2fdacda8fa7373f309a47db72ad40106ade53434 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-04agl-service-radio: add recipe for newly standalone bindingMatt Ranostay1-0/+20
Now that the radio binding is standalone their needs to be a recipe to build it, and a RDEPENDS added to the radio application. Bug-AGL: SPEC-834 Change-Id: I1d830181c6dcd12036b8e39d0442e010d579194e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>