aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/agl-service-radio
AgeCommit message (Collapse)AuthorFilesLines
2018-06-01agl-service-radio: Rework 4A supportScott Murray2-17/+6
Updates for changes to the binding to directly support 4A: - the over-ride of the output sink is no longer required - building now always requires gstreamer-1.0 - pulseaudio is now only required when building for non-4A - set HAVE_4A_FRAMEWORK when building for 4A, as is done for the mediaplayer binding Change-Id: Id0657a5a760a2dff33a84857ba206e92c640b10d Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-05-18agl-service-radio: Remove Kingfisher conditional defineeel_5.0.3eel/5.0.35.0.3Scott Murray1-2/+0
Remove Kingfisher conditional define from recipe, as it violates proper application build workflow. All platform detection will be handled at run-time in the binding. Change-Id: I1f0f2d8eb34012f69b58f6e0e47ecb0aa1e2aaf6 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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>