diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-29 11:32:17 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-29 16:57:51 +0000 |
commit | 4d8306feaed755d181752f08abce39b5a8624996 (patch) | |
tree | 09f43fd97949226c0ffae382e61a8e8c7dba9efc /recipes-demo-hmi | |
parent | 7f12fee7f71d4822c35692851f223251de163a92 (diff) |
Pin ces2017-demo recipe for chinook
Change-Id: I3c41e4386fa90ce99e7c1fa2c0304343941e2344
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 8 |
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 a81ceaf1d..7e2418db0 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 \ |