summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-12-21 20:25:43 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-27 20:47:05 +0000
commit1c99cf52e42dc1f137ca57d9cfada1bdd8438e00 (patch)
treeb5410a0d2fc19dd22af4f0ded679096a547305d8
parent93ff14ea8e81d06b5ebb3ea6abf08ec8bfce2cd2 (diff)
agl-service-radio_git: Enable Kingfisher radio support for M3ULCB
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>
-rw-r--r--recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb b/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb
index 46dc48a2..8f60c2ee 100644
--- a/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb
+++ b/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb
@@ -21,6 +21,8 @@ DEPENDS = "rtl-sdr glib-2.0 pulseaudio alsa-lib"
inherit cmake aglwgt pkgconfig
+EXTRA_OECMAKE_append_m3ulcb = " -DHAVE_KINGFISHER=1"
+
do_install_append() {
if ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', 'true', 'false', d)}; then
install -d ${D}${systemd_user_unitdir}/afm-service-agl-service-radio@1.0.service.d