aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-demo-hmi/CES2017-demo/CES2017-demo.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb
index a81ceaf1..7e2418db 100644
--- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb
+++ b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb
@@ -16,9 +16,15 @@ AGL_RADIO_PRESETS_LOCALE ?= "CES"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2017;protocol=http \
file://presets-${AGL_RADIO_PRESETS_LOCALE}.conf \
-"
+ "
SRCREV = "${AUTOREV}"
+# Pinned branch/SRCREV for Charming Chinook
+SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2017;protocol=http;branch=chinook \
+ file://presets-${AGL_RADIO_PRESETS_LOCALE}.conf \
+ "
+SRCREV_chinook = "354195c83841240ddd5f2c5daad97d66cc9e1d28"
+
RDEPENDS_${PN} += " \
qtmultimedia-qmlplugins \
qtmultimedia-rtlfm-radio-plugin \