diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-29 12:03:54 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-29 16:56:48 +0000 |
commit | 2c39e79070ee58c7cbb6410479f7e317979332f9 (patch) | |
tree | 264fe457dffc312835aa24594d26af474637cd86 /recipes-demo-hmi | |
parent | 08c0d005a78d629e06e7dadefb63e558a5e8ccc9 (diff) |
Pin mixer recipe for chinook release
Change-Id: Ie8e0c6891d766f08fdbf5fec2c3c86a1329003f7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/mixer/mixer_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index f0ca5d9c1..2150106f5 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -9,6 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=http" SRCREV = "${AUTOREV}" +# Pinned branch/SRCREV for Charming Chinook +SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=http;branch=chinook" +SRCREV_chinook = "1c1d5ee5902ebc013fa180ec7d1233147aa29c65" + PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |